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

Scale rates of multiscale test in cityscapes #33

Closed
yzou2 opened this issue Jul 21, 2017 · 2 comments
Closed

Scale rates of multiscale test in cityscapes #33

yzou2 opened this issue Jul 21, 2017 · 2 comments

Comments

@yzou2
Copy link

yzou2 commented Jul 21, 2017

When I use the given ResNet 38-A1 model pretrained on cityscapes and do single scale testing, I get the mIOU 78.08% at val dataset.
As shown in the github page of ResNet 38, multiscale testing will boost the mIOU by about 1%. However, when I do multi-scale testing, (scales: 0.75, 0.875, 1) I get the mIOU 77.06%, that is lower than single scale testing. Could anyone tell me the scale rates for boosting the performance dramatically?

@yzou2
Copy link
Author

yzou2 commented Jul 21, 2017

I fix the bug by replacing the average operation by max.

@yzou2 yzou2 closed this as completed Jul 21, 2017
@speedinghzl
Copy link

@yzou2 Could you please provide your code for multiscale testing?

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