meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.38k stars 799 forks source link

evaluate on pascal voc on PSPnet #218

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi thanks for your work!

I'm using the provided pspnet_101_pascalvoc.pth file for validating. The IoU is, however , below 5%.

On Cityscapes everything works fine.

Someone has a hint?