Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.
This repository was 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

Description

@DeviRajan11

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions