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

Something wrong when evaluate #487

Open
jy0x4f opened this issue Nov 7, 2024 · 1 comment
Open

Something wrong when evaluate #487

jy0x4f opened this issue Nov 7, 2024 · 1 comment

Comments

@jy0x4f
Copy link

jy0x4f commented Nov 7, 2024

image

rtdetr_pytorch/src/solver/det_engine.py in line 136,
When my training data is 1280x720 and the data is preprocessed to 640x640, I found that when calculating the metric, this code returns the predicted bbox from the original data size (1280x720), but the bbox in the label corresponds to the preprocessed 640x640 sized value, which is then sent directly to the calculation of the mAP, where do I process out the Problems?

@jy0x4f jy0x4f changed the title Something wrong when Something wrong when evaluate Nov 7, 2024
@lyuwenyu
Copy link
Owner

lyuwenyu commented Nov 7, 2024

image

This target has not been used to compute metric, just for extracting image_id info.


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