module 'cv2.dnn' has no attribute 'DictValue'解决办法
bash
pip install opencv-python==4.7.0.72 -i https://pypi.tuna.tsinghua.edu.cn/simple
测试:
bash
python -c"import cv2"