MenghaoGuo / EANet

External Attention Network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reproducing semantic segmentation result on PASCAL VOC

npurson opened this issue · comments

Not able to reproduce semantic segmentation result on PASCAL VOC val with MMSegmentation.
I used the code from https://github.com/MenghaoGuo/-EANet/blob/main/model_torch.py and modified nothing despite replacing the backbone with the one in MMSegmentation. After training EANet and PSPNet with several sets of configs, the result is that the mIoU of EANet is always a little bit below PSPNet, e.g. 73 vs 75.
Any suggestions?

Thanks for your attention.
We don't use mmsegmentation to train PASCAL VOC dataset. I suggest you can reproduce cityscapes or ADE20K results by using mmsegmentation.
If you want to reproduce PASCAL VOC result, i suggest you use https://github.com/XiaLiPKU/EMANet/ and replace it network.py, train.py, settings and eval.py by this repo.

If you want to test the model directly. You can download the pretrain model and use test.py to get test results.
Best.