Deformable-ConvNets
Deformable-ConvNets copied to clipboard
Is the evaluation correct for pascal segmentation ?
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 ?