You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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.
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?
The text was updated successfully, but these errors were encountered: