- python 3.8
- tensorflow 2.4.0
- keras 2.4.3
- numpy 1.19.5
- pandas 1.3.5
- matplotlib 3.4.2
- sklearn 0.0
- opencv-python 4.3.0.38
导包指令,在conda环境下的Anconda prompt使用命令行导入:类似
# 可以自己换源,我这里用的是清华源,也可以用豆瓣源
pip install opencv-python==4.3.0.38 -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn
- pip install opencv-python==4.3.0.38 -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.douban.com

