msracver / Deformable-ConvNets

Deformable Convolutional Networks
MIT License
4.02k stars 953 forks source link

Is the evaluation correct for pascal segmentation ? #255

Open pengwangucla opened 5 years ago

pengwangucla commented 5 years ago

https://github.com/msracver/Deformable-ConvNets/blob/81d3bd03239aef35030101e02ffe74b21c1e2a25/lib/dataset/pascal_voc.py#L367

In this line you resize the ground truth label to the size of predicted label map, which may not be correct if the predicted scale varies.

Should it be resize prediction to ground truth label ?