Tramac / Fast-SCNN-pytorch

A PyTorch Implementation of Fast-SCNN: Fast Semantic Segmentation Network
Apache License 2.0
380 stars 93 forks source link

mIoU and PixelAcc on test set #18

Open medhini opened 5 years ago

medhini commented 5 years ago

I tried running eval.py on the cityscapes test set and I get 0 mIoU and 0 Pixel accuracy on all images. The results look fine though. Any idea why this might be happening?

Alohomora0130 commented 1 year ago

I meet the same problem. Have you solve this problem?