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
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'
The text was updated successfully, but these errors were encountered:
After I draw the bounding box on the object I want to track, when I press
p
again, I get the following error:The text was updated successfully, but these errors were encountered: