You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I worked with the ultralytics yolo-pose models with python for my project with video frames. There, I could use trackers to keep track of individuals in consecutive frames.
I was looking to refactor in Rust, but I couldn't find anything similar to the trackers. Did I miss something? Could you help me do something similar or point to a demo/resources ?
Thanks.
The text was updated successfully, but these errors were encountered:
The repository does not provide Tracker-related code, but you can implement your own SORT, ByteTrack, or BOTTrack. It seems there is no related Rust code, but you can convert the corresponding Python or C++ code into Rust.
Hi. Great project.
I worked with the ultralytics yolo-pose models with python for my project with video frames. There, I could use
trackers
to keep track of individuals in consecutive frames.I was looking to refactor in Rust, but I couldn't find anything similar to the trackers. Did I miss something? Could you help me do something similar or point to a demo/resources ?
Thanks.
The text was updated successfully, but these errors were encountered: