Skip to content

Multi object tracking #85

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

Open
fantapop opened this issue Apr 22, 2025 · 1 comment
Open

Multi object tracking #85

fantapop opened this issue Apr 22, 2025 · 1 comment

Comments

@fantapop
Copy link

Hey there, cool project. I was looking for an object tracking solution and I found some blog posts on using opencv for this. https://learnopencv.com/object-tracking-using-opencv-cpp-python/#highlighter_597113. I didn't see any of the algorithms mentioned in the blog in the list of supported algorithms. Are these just not currently supported? Or can they be easily reconstructed with some combination of other supported functions? Thanks for your time.

@lukaszkurantdev
Copy link
Owner

Hi @fantapop, This port does not support trackers. Unfortunately, to improve performance on mobile devices, all non-essential modules were removed from the OpenCV build. It is generally possible to replace OpenCV with a custom compilation that includes such a module, but I have no plans to do so at the moment.

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