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

Why do you use center information in ground truth for post processing? #33

Closed
mrtranducdung opened this issue Jan 12, 2024 · 1 comment

Comments

@mrtranducdung
Copy link

I saw this line in the get_results function
kps[:, 0] = kps[:, 0] / cfg.INPUT_SHAPE[1] * scales[i][0] +
centers[i][0] - scales[i][0] * 0.5
kps[:, 1] = kps[:, 1] / cfg.INPUT_SHAPE[0] * scales[i][1] +
centers[i][1] - scales[i][1] * 0.5
If you use the information in ground truth and get a high score, it is unfair. Could you please explain if I misunderstand?

@caiyuanhao1998
Copy link
Owner

Hi, thanks for your interest.

This is the post-processing in MSPN, I just follow this setting for fair comparison.

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