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

Trackers #62

Closed
IshmamR opened this issue Jan 24, 2025 · 2 comments
Closed

Trackers #62

IshmamR opened this issue Jan 24, 2025 · 2 comments

Comments

@IshmamR
Copy link

IshmamR commented Jan 24, 2025

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.

@jamjamjon
Copy link
Owner

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.

@IshmamR
Copy link
Author

IshmamR commented Jan 26, 2025

Thank you.

@jamjamjon jamjamjon closed this as not planned Won't fix, can't repro, duplicate, stale Feb 7, 2025
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

2 participants