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

Scales for Test #5

Closed
Zongwei97 opened this issue Dec 17, 2021 · 2 comments
Closed

Scales for Test #5

Zongwei97 opened this issue Dec 17, 2021 · 2 comments

Comments

@Zongwei97
Copy link

Hello,

Thanks for the great work !

I am confused about the scales in the configs. Why you use multi-scales for testing instead of scale = 1?

For example the code on the configs/nyu/nyu40
tta=dict(
scales=[0.5, 0.75, 1.0, 1.25, 1.5, 1.75],

Can you provide some explications? Thanks

@hanchaoleng
Copy link
Owner

Multi-scale testing achieve better performance while consuming more computing power.If you want to test on single-scale, you should comment out the tta.We report both single-scale and multi-scale results in our paper and compare them with previous work on the same testing strategy.

@Zongwei97
Copy link
Author

Thanks for reply !

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