-
Notifications
You must be signed in to change notification settings - Fork 8
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
while running tools/track_mixsort.py #10
Comments
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 |
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.The text was updated successfully, but these errors were encountered: