Inflearn Community Q&A
face_detection_dnn.py 오류문의
Written on
·
145
0
아래 오류가 나는 이유가 뭘까요?
Traceback (most recent call last):
File "/home/pi/COS/face_detection_dnn.py", line 43, in <module>
print("width: {} pixels".format(img.shape[1]))
AttributeError: 'NoneType' object has no attribute 'shape'
tensorflow딥러닝kerasopencv컴퓨터-비전
Answer 1
0





