활연개랑

[OpenCV] 오류 AttributeError: 'NoneType' object has no attribute 'shape' 본문

딥러닝

[OpenCV] 오류 AttributeError: 'NoneType' object has no attribute 'shape'

승해tmdhey 2021. 10. 31. 19:52
반응형

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

이 오류는 이미지 경로설정이 잘못되어있는 경우입니다. 

 

img = cv2.imread('121_F.jpg',cv2.IMREAD_COLOR)

저는 '123_F.jpg'를 입력해야하는데 121로 입력하여 오류가 났더군요

다들 참고하시고 오늘도 좋은 코딩하루 되세요 !