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

YOLOX #1600

Closed
1 task done
microchila opened this issue Aug 31, 2024 · 3 comments
Closed
1 task done

YOLOX #1600

microchila opened this issue Aug 31, 2024 · 3 comments
Labels
question Further information is requested Stale

Comments

@microchila
Copy link

microchila commented Aug 31, 2024

Search before asking

  • I have searched the Yolo Tracking issues and found no similar bug report.

Question

E:\boxmot0831\boxmot\tracking\val.py:194: UserWarning: loadtxt: input contained no data: "E:\boxmot0831\boxmot\runs\dets_n_embs\yolox_m\dets\MOT17-02-FRCNN.txt"
dets = np.loadtxt(args.dets_file_path, skiprows=1)
E:\boxmot0831\boxmot\tracking\val.py:195: UserWarning: loadtxt: input contained no data: "E:\boxmot0831\boxmot\runs\dets_n_embs\yolox_m\embs\osnet_x0_5_dukemtmcreid\MOT17-02-FRCNN.txt"
embs = np.loadtxt(args.embs_file_path)
Traceback (most recent call last):
File "E:\boxmot0831\boxmot\tracking\val.py", line 438, in
run_all(opt)
File "E:\boxmot0831\boxmot\tracking\val.py", line 365, in run_all
run_generate_mot_results(opt)
File "E:\boxmot0831\boxmot\tracking\val.py", line 336, in run_generate_mot_results
generate_mot_results(opt, evolve_config)
File "E:\boxmot0831\boxmot\tracking\val.py", line 197, in generate_mot_results
dets_n_embs = np.concatenate([dets, embs], axis=1)
numpy.exceptions.AxisError: axis 1 is out of bounds for array of dimension 1

@microchila microchila added the question Further information is requested label Aug 31, 2024
@microchila
Copy link
Author

I find that there is no detection box to write to a txt text file when using the yolox series of models

@mikel-brostrom
Copy link
Owner

This functionality broke with the last update but I am not planing to support YoloX in the future. Feel free to drop a PR for this. I will gladly review it 😄

Copy link

👋 Hello, this issue has been automatically marked as stale because it has not had recent activity. Please note it will be closed if no further activity occurs.
Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

@github-actions github-actions bot added the Stale label Sep 13, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Sep 16, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested Stale
Projects
None yet
Development

No branches or pull requests

2 participants