yehengchen / Object-Detection-and-Tracking

Object Detection and Multi-Object Tracking
MIT License
1.85k stars 753 forks source link

UnboundLocalError: local variable 'track' referenced before assignment #38

Open 6zc opened 4 years ago

6zc commented 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

yehengchen commented 4 years ago

@6zc Please check the path of the input video