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

Performance issue with YOLOX detection in SportsMOT #17

Open
tenten0727 opened this issue May 17, 2024 · 0 comments
Open

Performance issue with YOLOX detection in SportsMOT #17

tenten0727 opened this issue May 17, 2024 · 0 comments

Comments

@tenten0727
Copy link

Thank you for sharing the source code. I used the yolox-x model trained on SportsMOT to infer on SportsMOT test data, but the detection accuracy is very poor. What could be the reason?
000001

Here is the execution script:

python -m yolox.tools.demo image \
    --save_result \
    --path ../../data/SportsMOT/test/v_-6Os86HzwCs_c009/img1 \
    -f exps/sportsmot/yolox_x_sportsmot.py \
    -n  yolox-x-sportsmot \
    -c ../../pretrained_models/SportsMOT_yolox_x.tar \
    --fuse
@tenten0727 tenten0727 changed the title Performance Issue with YOLOX Detection in SportsMOT Performance issue with YOLOX detection in SportsMOT May 17, 2024
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

1 participant