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

Question about the image size during training and evaluation #116

Open
kamiLight opened this issue Jun 15, 2021 · 1 comment
Open

Question about the image size during training and evaluation #116

kamiLight opened this issue Jun 15, 2021 · 1 comment

Comments

@kamiLight
Copy link

you use the random crop with 704x352 to train the model, and i want to know how to evaluate the model on 1242x384 images with eigen splits? do you crop to 704x352 during evaluation, if so, random crop or central crop? if not crop just use high resolution, will it cause other issues as change the input size?

@cogaplex-bts
Copy link
Collaborator

@kamiLight Please check our implementation from bts_eval.py. We feed original images without cropping then masking on them to evaluate. The only requirement is that image height and width should be multiples of 32.

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