TheLegendAli / DeepLab-Context

Other
239 stars 97 forks source link

How to train on my data #32

Open ThienAnh opened 6 years ago

ThienAnh commented 6 years ago

HI @TheLegendAli

I'm try to train Deeplab v2 with my data. But i don't know how create data for training. In file train_aug.txt, only mapping between original image (JPEGImages/2007_000364.jpg) with contour image (/SegmentationClassAug/2007_000364.png) --> That seem all image in SegmentationClassAug folder is edge(contour). So how program can mapping color label for train?

Thanks