AttributeError: 'NoneType' object has no attribute 'astype'
生活随笔
收集整理的這篇文章主要介紹了
AttributeError: 'NoneType' object has no attribute 'astype'
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
img = cv2.imread(path)#path為圖片地址
print(type(img))>>>
<class 'numpy.ndarray'>
<class 'numpy.ndarray'>
<class 'numpy.ndarray'>
<class 'NoneType'>
錯誤問題為沒有正確讀到圖片,返回一個Nonetype類型,
總結
以上是生活随笔為你收集整理的AttributeError: 'NoneType' object has no attribute 'astype'的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: docker搭建ldap
- 下一篇: awk教程入门与实例练习(一)