bigmb / Unet-Segmentation-Pytorch-Nest-of-Unets

Implementation of different kinds of Unet Models for Image Segmentation - Unet , RCNN-Unet, Attention Unet, RCNN-Attention Unet, Nested Unet
MIT License
1.87k stars 345 forks source link

Data Set #69

Open sdwiodhi opened 2 months ago

sdwiodhi commented 2 months ago

Is there any requirement on the format of the data set?

bigmb commented 2 months ago

It just requires different folder for all types of images. (3 channel image) You can modify it to use a csv.

sdwiodhi commented 2 months ago

Owner Thank you for your answer. Grayscale picture is not supported, GIF image format is not supported?