OpenCV-Python-Tutorials-and-Projects icon indicating copy to clipboard operation
OpenCV-Python-Tutorials-and-Projects copied to clipboard

AttributeError: module 'cv2.cv2' has no attribute 'TrackerMOSSE_create'

Open joe-pires opened this issue 3 years ago • 2 comments

AttributeError: module 'cv2.cv2' has no attribute 'TrackerMOSSE_create'

Not sure how to proceede..

joe-pires avatar Apr 26 '21 05:04 joe-pires

try writing this in terminal: python -m pip install opencv-contrib-python. Also try mentioning the error occurs in which file

rishavnathpati avatar Apr 26 '21 13:04 rishavnathpati

try this: tracker = cv2.legacy.TrackerMOSSE_create()

MaximTkachev1 avatar Aug 02 '22 07:08 MaximTkachev1