object-detection-using-yolo icon indicating copy to clipboard operation
object-detection-using-yolo copied to clipboard

AttributeError: 'NoneType' object has no attribute '__array_interface__'

Open rsingh2083 opened this issue 5 years ago • 1 comments

The code - frame = process_data(np.expand_dims(frame, axis=0))

Gives error AttributeError: 'NoneType' object has no attribute 'array_interface'

rsingh2083 avatar Feb 27 '19 07:02 rsingh2083

maybe you didnt download the video in 'model/data/readme.md'

leo2105 avatar Apr 17 '19 21:04 leo2105