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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: