Deformable-ConvNets icon indicating copy to clipboard operation
Deformable-ConvNets copied to clipboard

Is the evaluation correct for pascal segmentation ?

Open pengwangucla opened this issue 5 years ago • 0 comments

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 ?

pengwangucla avatar Mar 22 '19 20:03 pengwangucla