OpenCV报错修复: AttributeError: module 'cv2.dnn' has no attribute 'DictValue'
报错:
AttributeError: module 'cv2.dnn' has no attribute 'DictValue'。
执行以下命令可以自动修复:
pip install opencv-fixer==0.2.5 python -c "from opencv_fixer import AutoFix; AutoFix()"
详细修复方式请参考:https://soulteary.com/2024/01/07/fix-opencv-dependency-errors-opencv-fixer.html
黄世宇/Shiyu Huang's Personal Page:https://huangshiyu13.github.io/