lxtGH / DecoupleSegNets

[ECCV-2020]: Improving Semantic Segmentation via Decoupled Body and Edge Supervision
370 stars 36 forks source link

the question about the gt mask #10

Closed yhl1010 closed 4 years ago

yhl1010 commented 4 years ago

In dataloder there is only one mask image in gt, but in the paper there are two kinds of seg masks, one is full mask and the other is body mask. so i have a question: What kind of mask is in gt?

lxtGH commented 4 years ago

body mask is from original NVIDIA inplementation.

while binary mask can be founded here. https://github.com/lxtGH/DecoupleSegNets/blob/69784691a66a978224075fa933b7dd09c142f9ef/datasets/cityscapes.py#L490