AhmadYahya97 / Fully-Automated-red-light-Violation-Detection

Detecting and Tracking the violating cars using yolov3 model and various image processing techniques.
35 stars 24 forks source link

rookie need help.... #4

Open Green00101 opened 4 years ago

Green00101 commented 4 years ago

I type 'python yolo_video_new.py --input videos/y3.mov --output output/a_output.avi --yolo yolo-coco' it should be a 8 sec video. when the 6 sec comming it will ↓ and exit

Traceback (most recent call last): File "yolo_video_new.py", line 516, in boxesTemp = updateTrackers(frame) File "yolo_video_new.py", line 411, in updateTrackers tracker, box = trackersList[n] IndexError: list index out of range

I am new in CS please tell me what should i do thanks