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

cityscapes result #6

Open
erichhhhho opened this issue Sep 16, 2019 · 3 comments
Open

cityscapes result #6

erichhhhho opened this issue Sep 16, 2019 · 3 comments

Comments

@erichhhhho
Copy link

Hi, I saw the segmentation results are mainly in Pascal VOC, anyone tried it on Cityscapes?

@chenxi116
Copy link
Owner

Hi, you can try python main.py --train --dataset cityscapes --exp lr1e-2_crop769_batch20_lastmult10 --epochs 480 --base_lr 0.01 --crop_size 769 --batch_size 20 --last_mult 10, which should get >76 mIOU, which is ~1 lower than what is reported in the paper, unfortunately. I was using 4 GPUs, so batch size 5 on each GPU.

@erichhhhho
Copy link
Author

Hi, you can try python main.py --train --dataset cityscapes --exp lr1e-2_crop769_batch20_lastmult10 --epochs 480 --base_lr 0.01 --crop_size 769 --batch_size 20 --last_mult 10, which should get >76 mIOU, which is ~1 lower than what is reported in the paper, unfortunately. I was using 4 GPUs, so batch size 5 on each GPU.

Hi, thx for your reply. How about the experiment with WS in Cityscapes?

@chenxi116
Copy link
Owner

That I have not tried.

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