Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Execution error # Getting below error while executing the code.Kindly help to fix it..Plzz #11

Open
DeviRajan11 opened this issue Oct 19, 2019 · 1 comment

Comments

@DeviRajan11
Copy link

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'

@harshil15999
Copy link

did you install the exact version of dlib in the requirements.txt?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants