dvlab-research/PFENet

Whether there is a dict about Segmentation picture value to color, I chose use coco and split == 0, I find if the value of label is larger than 80, this would be not considered. I believe this is not a good idea that different picture value is equal to label classes

dianyuan9527 opened this issue · 1 comments

@dianyuan9527

The original labels of COCO are not in the range of [0, 80], and you should re-map them into the [0, 80] before using our code.