AttributeError: module ‘cv2‘ has no attribute ‘imread‘
cv2安装有误,卸了重装即可。pip uninstall opencv-pythonpip uninstall opencv-contrib-pythonpip install opencv-pythonpip install opencv-contrib-python
·
cv2安装有误,卸了重装即可。
pip uninstall opencv-python
pip uninstall opencv-contrib-python
pip install opencv-python
pip install opencv-contrib-python
更多推荐
所有评论(0)