Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reproducing semantic segmentation result on PASCAL VOC #15

Closed
npurson opened this issue May 18, 2021 · 1 comment
Closed

Reproducing semantic segmentation result on PASCAL VOC #15

npurson opened this issue May 18, 2021 · 1 comment

Comments

@npurson
Copy link

npurson commented May 18, 2021

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?

@MenghaoGuo
Copy link
Owner

MenghaoGuo commented May 18, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants