Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.8k stars 581 forks source link

Fix the model test script #156

Closed MaKaNu closed 3 years ago

MaKaNu commented 3 years ago

I discovered a few issues in the model testscript. I think they result from refactoring some parts of the code.

Tramac commented 3 years ago

Done, thanks for your attention.