Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object tracking fails with error #13

Open
PrashantSaikia opened this issue Jan 27, 2021 · 0 comments
Open

Object tracking fails with error #13

PrashantSaikia opened this issue Jan 27, 2021 · 0 comments

Comments

@PrashantSaikia
Copy link

After I draw the bounding box on the object I want to track, when I press p again, I get the following error:

Object selected at [(857, 280), (912, 394)]
Object tracked at [{}, {}] 
Traceback (most recent call last):
  File "object-tracker-single.py", line 88, in <module>
    run(source, args["dispLoc"])
  File "object-tracker-single.py", line 60, in run
    print ("Object tracked at [{}, {}] \r").format(pt1, pt2),
AttributeError: 'NoneType' object has no attribute 'format'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant