Open Leo551 opened 6 years ago
Yes you do! Although I'm thinking to create a script to do that for you since many people have requested. I'll post that soon!
Thanks!
have you give the script?i want to train your code with CHIP dataset
I convert the label image by myself,but when i training my own data,the ground truth in my ckpt files all class are same color(equals my csv files first line),what should i do?
I convert the label image by myself,but when i training my own data,the ground truth in my ckpt files all class are same color(equals my csv files first line),what should i do?
Hi, you can try to check with your color dict if they real match. maybe use .getcolor( ) and see your label color. Another thing, i have also tried on my own custom dataset but i do not get meaningful results, i m mostly get random segmentation output(with DeepLabv3, AdapNet and many others). As suggested by #168 this maybe caused by powerful models with small dataset(i.e need more data). I am curious to hear your result if they are meaningful
Thanks for your great work. But when I try to train my own data sets, Do I need to convert the Unit-8 grey scale label images into color label images first?