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

CenterNet image_resizer Strange Performance #9188

Open
etatbak opened this issue Sep 2, 2020 · 1 comment
Open

CenterNet image_resizer Strange Performance #9188

etatbak opened this issue Sep 2, 2020 · 1 comment

Comments

@etatbak
Copy link

etatbak commented Sep 2, 2020

I train my custom model with CenterNet HourGlass104 1024x1024 My dataset contains only images with 720:1280 size. In config file when I change keep_aspect_ratio_resizer as 720:1280 it doesn't detect accurately. But when I set aspect_ratio as 1280:1280 or 1024:1024 it works much better.
Someone please can explain why I get better results with these scales even I have lower size images? Here a part of my config file:

image_resizer {
  keep_aspect_ratio_resizer {
    min_dimension: 720
    max_dimension: 1280
    pad_to_max_dimension: true
  }
}
@etatbak etatbak changed the title CenterNet image_resizer CenterNet image_resizer Strange Performance Sep 2, 2020
@saikumarchalla saikumarchalla added the models:research models that come under research directory label Sep 2, 2020
@etatbak
Copy link
Author

etatbak commented Sep 7, 2020

Hi @pkulzc maybe you have an idea about this issue?

@jaeyounkim jaeyounkim added models:research:odapi ODAPI and removed models:research models that come under research directory labels Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants