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.83k stars 581 forks source link

eval #157

Open mxy519 opened 3 years ago

mxy519 commented 3 years ago

hello,I use my own datasets,including two classes, I use the pascal_voc to load it ,there are no problems in training and eval process,but the test results are abnormal,for each image,the pa and miou are 100 and 50, also the mask is all black. I want to know what can i do to solve it.

mouxinyue1 commented 1 year ago

Hello, I also met the same problem, may I ask if you have solved it