mikel-brostrom / boxmot

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models
GNU Affero General Public License v3.0
6.56k stars 1.7k forks source link

YOLOX #1600

Closed microchila closed 2 days ago

microchila commented 2 weeks ago

Search before asking

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 commented 2 weeks ago

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

mikel-brostrom commented 2 weeks ago

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 😄

github-actions[bot] commented 5 days ago

👋 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!