iArunava/YOLOv3-Object-Detection-with-OpenCV

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

irvanseptiar opened this issue · 3 comments

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

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

did you resolve the issue/

did anyone find this solution?