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

i'm getting this error!! #9

Closed Guttappa1238 closed 2 years ago

Guttappa1238 commented 2 years ago

Hi, while running this

python yolo_video_new.py --input videos/y3.mov --output output/y3_out.mov --yolo yolo-coco

Program crashes and got this error

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

Please help me how to solve this?