Hello! Thanks for the great work, and thanks for releasing the code.
I tried one experiment where I changed the input image dimensions of the image in the 3 config files (for all the 3 stages):
default values are:
img_h = 480
img_w = 800
I increased these values to a larger image size (1.5x):
img_h = 720
img_w = 1200
Observation:
- After Stage 1: big-image model > small-image model
- After Stage 2: big-image model > small-image model
- After Stage 3: small-image model > big-image model (big-image model also improved, but not as much as small-image model during Stage 3)
This observation seems strange to me. Do you have any idea why this might be happening?