Skip to content

hacker622/Unet_seg

 
 

Repository files navigation

Unet_seg

This is for the endoscopy vedio segmentation task with Unet and ConvLSTM structure.

Image is RGB image "uint8" from 0-255 converted to grey scale.

Mask is grey scale image with color_dict = [0, 50, 100, 150, 200] labeled 5 classes and 0 means the background.

The model is Unet embedded with ConvLSTM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%