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

The short size of image for multi-scale training #15

Open
HB-X opened this issue Dec 25, 2023 · 3 comments
Open

The short size of image for multi-scale training #15

HB-X opened this issue Dec 25, 2023 · 3 comments

Comments

@HB-X
Copy link

HB-X commented Dec 25, 2023

Thank you very much for your nice work!
What scale did you resize the shortest side of the image to?
[640, 800], [480, 800] or [480, 960]?

@zehuichen123
Copy link
Owner

By default, it is set to [800, 1333], which means it scales the smallest ratio to meet the short side to 800 or the long side to 1333.

@HB-X
Copy link
Author

HB-X commented Dec 26, 2023

Thank you very much for your reply. I'm sorry I didn't express myself clearly. What I want to ask is the scales of the image during multi-scale training?

@zehuichen123
Copy link
Owner

For the multi-scale training setting, we refer to the VFNet implementation. You may refer to that :)

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