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

IndexError in unfreeze Method When Tracking with DeepOCSort #1369

Closed
1 task done
YoungjaeDev opened this issue Mar 21, 2024 · 7 comments
Closed
1 task done

IndexError in unfreeze Method When Tracking with DeepOCSort #1369

YoungjaeDev opened this issue Mar 21, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@YoungjaeDev
Copy link
Contributor

Search before asking

  • I have searched the Yolo Tracking issues and discussions and found no similar questions.

Yolo Tracking Component

Tracking

Bug

image

While running a tracking process on video files using the YOLO object detection and DeepOCSort tracking algorithm from the yolo_tracking repository, I encountered an IndexError in the deepocsort_kf.py script

Environment

torch 2.1.2+cu118

Minimal Reproducible Example

python tracking/track.py --yolo-model yolov8x --source /videos/ --imgsz 1280 --device 0 --save --classes 0 
@YoungjaeDev YoungjaeDev added the bug Something isn't working label Mar 21, 2024
@mikel-brostrom
Copy link
Owner

Which package version?

@YoungjaeDev
Copy link
Contributor Author

Which package version?

boxmot 10.0.62 /home/aicads/workspace/yolo_tracking

@mikel-brostrom
Copy link
Owner

What a nasty bug... Let's see it if it is fixed now 😄

@YoungjaeDev
Copy link
Contributor Author

@mikel-brostrom

image

I updated the commit and reinstalled it, but the error does not appear in the video where the problem occurred, but now a similar error occurs in another video.

Copy link

github-actions bot commented Apr 2, 2024

👋 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 Apr 2, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 5, 2024
@mikel-brostrom mikel-brostrom reopened this Apr 5, 2024
@mikel-brostrom
Copy link
Owner

Should be fixed. Let me know 😄

@YoungjaeDev
Copy link
Contributor Author

@mikel-brostrom

boxmot 10.0.72 /home/aicads/workspace/yolo_tracking

When I used deepocsort and increased the max_age value in the configuration, such as 60 and 90, I got the same error once again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants