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
irvanseptiar commented
Traceback (most recent call last): File "yolo.py", line 157, in height, width = frame.shape[:2] AttributeError: 'NoneType' object has no attribute 'shape'
irvanseptiar commented
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
did you resolve the issue/
aryankrowser commented
did anyone find this solution?