alexgkendall / SegNet-Tutorial

Files for a tutorial to train SegNet for road scenes using the CamVid dataset
http://mi.eng.cam.ac.uk/projects/segnet/tutorial.html
847 stars 517 forks source link

Have I missed something or labels are black?!! #150

Closed sezan92 closed 5 years ago

sezan92 commented 5 years ago

Hello, i was checking the camvid folder in your repo. I found the annotations in the annot folders are all black.. I don't know , am i missing something?

mf27 commented 5 years ago

That's because annotations only use integer indexes for every class, they are not intended for visualization. Colours in Scripts/camvid12.png (every colour corresponds to a particular class) are used for visualization purpose.