Replies: 5 comments 4 replies
-
Hi @tgbaoo 👋🏻 Sorry for the late response, but I traveled a lot at the end of last week, and my access to GitHub was limited. I want to make sure I understand correctly. Do you want to add OCSORT to the Supervision codebase or just use it in combination with Supervision? |
Beta Was this translation helpful? Give feedback.
-
Yes, I want to integrate ocsort to use with supervision library by sync the code and setup update_with_detections method |
Beta Was this translation helpful? Give feedback.
-
In that case, let me start by converting this issue into a discussion and placing it in the Q&A section. |
Beta Was this translation helpful? Give feedback.
-
Your tracker should implement the |
Beta Was this translation helpful? Give feedback.
-
hi @SkalskiP, I have Plug OCSORT into supervision source code, and when I run the ultralytic_stream_example from time_in_zone example, i have this log
`
` I just copy the source code from the ocsort of boxmot repo and pase into this, file name convention inspired by the bytetracker: From your expertise, What problem am I facing and what should I do now? Sorry for lack of knowledge on math and CV ... |
Beta Was this translation helpful? Give feedback.
-
Search before asking
Description
My project require another tracking algorithm is OCSORT (https://github.com/noahcao/OC_SORT) beside bytetracker into supervision lib?
I tend to migrate thể algorithm and write some custom code for update_with_detection method to tracking the Detection objects of supervision lib.
Like this boxmot repo already integrate ocsort into their repo:
https://github.com/mikel-brostrom/yolo_tracking/blob/master/boxmot%2Ftrackers%2Focsort%2Focsort.py
Is there anything that I have to pay attention when plug some custom tracker into supervision lib beside the update_with_detection method?
I want to custom tracker to use in this file of code replace bytetracker to ocsorttracker:
https://github.com/roboflow/supervision/blob/develop/examples%2Ftime_in_zone%2Fultralytics_stream_example.py
Use case
No response
Additional
No response
Are you willing to submit a PR?
Beta Was this translation helpful? Give feedback.
All reactions