zizhaozhang / unet-tensorflow-keras

A concise code for training and evaluating Unet using tensorflow+keras
MIT License
186 stars 72 forks source link

data format #15

Open mistersherlock opened 5 years ago

mistersherlock commented 5 years ago

In train directory train/ img/ 0/ gt/ 0/ in 0/ need I to put one image or batch? In my case, I have 6 classes. How to look groundtruth mask image? 0,1,2,3,4,5 in the last channel, in all channels, certain colors like in palette_refer.png

NXTNiklas commented 5 years ago

Got the same problem! Did you solve it?

I'm exspecially confused of the folders in img. Because i have multiple classes on one Image..

ak3ra commented 5 years ago

What is the correct folder structure for the data necessary to run this model?