|
|
||
|---|---|---|
| .gitignore | ||
| AGENTS.md | ||
| LICENSE | ||
| README.md | ||
| USAGE.md | ||
| pose_detector.py | ||
| requirements.txt | ||
| test.webp | ||
| yolov8s.onnx | ||
README.md
PoseFind
基于 MediaPipe 的人像姿态识别项目,支持摄像头实时检测和图片姿态检测。
功能特性
- 🎥 摄像头实时检测 - 实时检测视频中的人像姿态
- 📸 图片检测 - 支持单张图片中的人像姿态识别
- 👥 多人检测 - 静态图片模式支持多个人物检测(不同颜色区分)
- 🦴 33个关键点 - 全身姿态关键点识别
- 🎨 骨架可视化 - 在图像上绘制姿态骨架
快速开始
环境要求
- Python 3.7+
- Windows/Linux/macOS
安装依赖
pip install -r requirements.txt
使用方法
摄像头实时检测
python pose_detector.py
按 q 键退出程序。
图片检测
python pose_detector.py path/to/your/image.jpg
详细文档
更多使用说明请查看 USAGE.md。
许可证
本项目遵循 LICENSE 文件中的许可证规定。