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

Just a quick wonder: why resize to 1333, 800 #2428

Closed
leemengwei opened this issue Apr 11, 2020 · 2 comments
Closed

Just a quick wonder: why resize to 1333, 800 #2428

leemengwei opened this issue Apr 11, 2020 · 2 comments

Comments

@leemengwei
Copy link

most configuration file have
img_scale=[(1333, 800)]
or
dict(type='Resize', img_scale=(1333,800), keep_ratio=True)

wonder how's that come from?

@leemengwei
Copy link
Author

@hellock

@stevehjc
Copy link
Contributor

In Fast RCNN, Faster RCNN (without FPN) paper: shorter side s=600

In FPN paper: shorter side s=800
Feature Pyramid Networks for Object Detection

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