Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
插件安装手册.txt 465 Bytes
Copy Edit Raw Blame History
雪花飘飘一阵风 authored 2022-03-28 15:42 . no commit message
需要安装以下插件:
pip3 install cv2
pip3 install psutil
pip3 install requests
pip3 install django
pip3 install bs4
pip3 install re
pip3 install face_recognition
注意:
安装face_recognition时 需要先安装cmake和Microsoft Visual Studio,否则安装会报错
先升级pip
python -m pip install -U pip
安装cmake命令如下:
pip3 install cmake
Microsoft Visual Studio需要手动安装
系统最后更新日期:2020.10.12
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化