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
{{ message }}
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.
Creating new tracker 0
AttributeError Traceback (most recent call last)
in
164
165 if name == 'main':
--> 166 trackMultipleObjects()
in trackMultipleObjects()
98 print ('Creating new tracker ' + str(currentCarID))
99
--> 100 tracker = dlib.correlation_tracker()
101 tracker.start_track(image, dlib.rectangle(x, y, x + w, y + h))
102
AttributeError: module 'dlib' has no attribute 'correlation_tracker'
The text was updated successfully, but these errors were encountered: