while running tools/track_mixsort.py
Hello,
while running python3 tools/track_mixsort.py -expn 01 -f exps/example/mot/yolox_x_sportsmot.py -c pretrained/yolox_x_sports_train.pth.tar -b 1 -d 1 --config track, The directory /MixSort/YOLOX_outputs/01/track_results is found to be empty. Additionally, each time the program is executed, it stops at 13% progress without any error messages.
Hi @sky-creater ,
I recommend you add breakpoints to code to see what caused the unexpected stop at 13% progress. May be there are some corrupted data?
@ret-1 Through debug, we found that an error occurs in MixSort/yolox/mixsort_tracker/mixsort_tracker.py when iterating to 13.
The following image shows the structure of "template_imgs" in the 13th iteration.
Hello @sky-creater,
The error you encountered seems to be the same as #2 , you can refer to it.
I had a similar issue and it was due to not converting all the np.floats to np.float64.
Hello @sky-creater Have you been able to solve the issue? I am also facing a similar issue where the program does not run after printing head 384.