iArunava / YOLOv3-Object-Detection-with-OpenCV

This project implements a real-time image and video object detection classifier using pretrained yolov3 models.
MIT License
320 stars 173 forks source link

Traceback (most recent call last): File "yolo.py", line 157, in <module> height, width = frame.shape[:2] AttributeError: 'NoneType' object has no attribute 'shape' #11

Open irvanseptiar opened 4 years ago

irvanseptiar commented 4 years ago

Traceback (most recent call last): File "yolo.py", line 157, in height, width = frame.shape[:2] AttributeError: 'NoneType' object has no attribute 'shape'

aryankrowser commented 4 years ago

did you resolve the issue/

aryankrowser commented 4 years ago

did anyone find this solution?