인프런 커뮤니티 질문&답변
face_detection_dnn.py 오류문의
작성
·
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'





