OpenCV-Python-Tutorials-and-Projects
OpenCV-Python-Tutorials-and-Projects copied to clipboard
AttributeError: module 'cv2.cv2' has no attribute 'TrackerMOSSE_create'
AttributeError: module 'cv2.cv2' has no attribute 'TrackerMOSSE_create'
Not sure how to proceede..
try writing this in terminal: python -m pip install opencv-contrib-python
. Also try mentioning the error occurs in which file
try this: tracker = cv2.legacy.TrackerMOSSE_create()