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.
You should download development kit from original website and in VOCcode directory you can find a file VOClabelcolormap.m with a function generating palette.
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!