dvlab-research / PFENet

PFENet: Prior Guided Feature Enrichment Network for Few-shot Segmentation (TPAMI).
317 stars 54 forks source link

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 #38

Open dianyuan9527 opened 3 years ago

dianyuan9527 commented 3 years ago

Snipaste_2021-04-13_09-55-55

tianzhuotao commented 3 years ago

@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.