Open 6zc opened 4 years ago
Traceback (most recent call last): File "main.py", line 172, in main(YOLO()) File "main.py", line 158, in main if len(pts[track.track_id]) != None: UnboundLocalError: local variable 'track' referenced before assignment
Why would this happened? Using deep sort yolov3
@6zc Please check the path of the input video
Traceback (most recent call last): File "main.py", line 172, in
main(YOLO())
File "main.py", line 158, in main
if len(pts[track.track_id]) != None:
UnboundLocalError: local variable 'track' referenced before assignment
Why would this happened? Using deep sort yolov3