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

while running tools/track_mixsort.py #10

Open
sky-creater opened this issue Feb 14, 2024 · 5 comments
Open

while running tools/track_mixsort.py #10

sky-creater opened this issue Feb 14, 2024 · 5 comments

Comments

@sky-creater
Copy link

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.
Missort_error

@ret-1
Copy link
Collaborator

ret-1 commented Feb 14, 2024

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?

@sky-creater
Copy link
Author

@ret-1 Through debug, we found that an error occurs in MixSort/yolox/mixsort_tracker/mixsort_tracker.py when iterating to 13.
Snipaste_2024-02-20_14-42-33

The following image shows the structure of "template_imgs" in the 13th iteration.
Snipaste_2024-02-20_14-45-42

@ret-1
Copy link
Collaborator

ret-1 commented Feb 21, 2024

Hello @sky-creater,

The error you encountered seems to be the same as #2 , you can refer to it.

@geighz
Copy link

geighz commented Mar 3, 2024

I had a similar issue and it was due to not converting all the np.floats to np.float64.

@manicode77
Copy link

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.

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

4 participants