martinkersner / train-CRF-RNN

Train CRF-RNN for Semantic Image Segmentation
Other
199 stars 92 forks source link

pascal class and paletts #19

Closed weiliu620 closed 8 years ago

weiliu620 commented 8 years ago

Great work. May I ask in convert_from_color_segmentation, where did you find information that you used to define the class (mapping from rgb in segmentation label to class) and pallette? I couldn't find them in original pascal voc webpage.

Thanks!

martinkersner commented 8 years ago

Hi!

You should download development kit from original website and in VOCcode directory you can find a file VOClabelcolormap.m with a function generating palette.

Cheers,

Martin

weiliu620 commented 8 years ago

Great. Thanks for the help!