运行github上多人脸识别项目

github库地址:

https://github.com/coneypo/Dlib_face_recognition_from_camera.git

需要安装的依赖:

  • cv2安装遇到问题,问题拆解,在conda环境中分别安装库:
bash 复制代码
pip install opencv-python -i https://pypi.tuna.tsinghua.edu.cn/simple
bash 复制代码
pip install opencv-contrib-python -i https://pypi.tuna.tsinghua.edu.cn/simple

我使用的python3.8版本

  • dlib安装遇到问题,问题拆解:
bash 复制代码
#利用镜像下载
pip install cmake -i https://pypi.tuna.tsinghua.edu.cn/simple
bash 复制代码
pip install boost

来自其他博主的.whl包下载链接:https://pan.baidu.com/s/1Tr9D0XxFmOflc_8AjDRX-A?pwd=ryp4

提取码:ryp4

bash 复制代码
# 安装.whl包
pip install dlib-19.21.99-cp38-cp38-win_amd64.whl

然后,就可以顺利运行项目了。

相关推荐
默_笙4 天前
🍙 给每个请求过安检:FastAPI 是怎么把校验写进类型注解的
python
AI的探索之旅4 天前
97 个 OpenCV 实例(三十):双目立体,从标定到点云
人工智能·opencv·计算机视觉
qq_426003964 天前
启动playwright录制codegen生成自动化测试脚本
python·自动化
虎头金猫4 天前
4K 视频总卡在公网带宽?用 N1 + OpenList 把网盘播放链路重新理顺
运维·服务器·网络·python·容器·beautifulsoup·pandas
美狐美颜SDK开放平台4 天前
开发直播APP时如何接入视频美颜SDK?开发流程与注意事项
android·人工智能·计算机视觉·音视频·直播美颜sdk
长沙三为智能科技4 天前
家政小程序开发从0到上线:五阶段交付流程与验收清单
python
伞伞悦读4 天前
【第38期】Python 模块与包详解:import、from、模块搜索路径、包结构和 __init__
开发语言·python
只睡四小时4 天前
Canvas 弹道联机实战:700 行 + 固定时间步长
python·websocket·html5·游戏开发·canvas
奇思妙想聪明勤奋的小羊4 天前
DeepAgents第5章:子Agent 与上下文隔离—让 Agent学会委派
人工智能·python·学习·语言模型
lpfasd1234 天前
2026年第38周GitHub趋势周报
python·科技·github