运行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

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

相关推荐
峰向AI4 小时前
316k+ Star 史上第二热门项目,没有一行代码
github
dong_junshuai4 小时前
每天一个开源项目#86 ECC:245K星的 Agent 工程操作层
开源·github·agent
Natural6 小时前
混合检索 + RRF + Rerank 实战评测:三条路线在 47 个真实问题上的取舍
github
用户7783366132116 小时前
用 React Hook 封装搜索数据:useSerp 的防抖、缓存与错误处理
python·api
一点一木8 小时前
憋了7周没动静,OpenClaw 2.0带着16000个PR杀回来了
人工智能·github
65岁退休Coder10 小时前
LangGraph v1.2.9 节点容错策略 & 流式输出 & 持久化记忆管理
后端·python·langchain
一点一木11 小时前
🚀 2026 年 8 月 GitHub 十大热门项目排行榜 🔥
人工智能·github
ikun_文13 小时前
Django框架路由Router的使用
python·pycharm·django
IvanCodes13 小时前
Python 基础语法(二):字符串与常用操作
python
昭昭日月明13 小时前
LangChain 生态:从链到代理,开发者需要掌握的三大核心
python·langchain·agent