PyTorch-Encoding
PyTorch-Encoding copied to clipboard
ADE20K validation accuracy
Using this command
python test.py --backbone resnet101 --base-size 640 --crop-size 576 --model-zoo EncNet_ResNet101_ADE --eval
gives me 44.31% mIoU as opposed to 44.4% reported here or 44.65% in the paper.
Am I missing anything here? Thanks!