vehicle-speed-check icon indicating copy to clipboard operation
vehicle-speed-check copied to clipboard

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

Open DeviRajan11 opened this issue 5 years ago • 1 comments

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'

DeviRajan11 avatar Oct 19 '19 17:10 DeviRajan11

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

harshil15999 avatar May 22 '21 05:05 harshil15999