nv-tlabs / GSCNN

Gated-Shape CNN for Semantic Segmentation (ICCV 2019)
https://nv-tlabs.github.io/GSCNN/
Other
915 stars 200 forks source link

Better IU than in paper #29

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

when executing

python train.py --evaluate --snapshot checkpoints/best_cityscapes_checkpoint.pth

I achieve a slightly better IoU value than in your arxiv paper. Is the arxiv paper not up-to-date or is this a bug?

tovacinni commented 4 years ago

Yep, our released model is slightly better than what we initially report in the paper. This not a bug.