Skip to content

Multiobject tracker API unavailable in OpenCV 4.9.0 -> Cannot access even with .legacy ; #1090

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

Closed
Radhika-Keni opened this issue Mar 9, 2025 · 0 comments

Comments

@Radhika-Keni
Copy link

library version
opencv version : 4.9.0

Code
import cv2
cv2.MultiTracker_create()

Error
AttributeError: module 'cv2' has no attribute 'MultiTracker_create'

// Tried with .legacy

cv2.legacy.MultiTracker_create()

Error : AttributeError: module 'cv2' has no attribute 'legacy'

Please advice whether there is any way to access this multiobject tracker libraries in higher versions of opencv without having to downgrade the opencv

@Radhika-Keni Radhika-Keni changed the title Multiobject tracker unavailable in OpenCV 4.9.0 -> Cannot access even with .legacy ; Multiobject tracker API unavailable in OpenCV 4.9.0 -> Cannot access even with .legacy ; Mar 9, 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

1 participant