Go to file
黎润豪 0281ae8afa Update README with project description and add AGENTS documentation 2026-02-02 17:27:34 +08:00
.gitignore Initial commit 2026-01-30 17:27:19 +08:00
AGENTS.md Update README with project description and add AGENTS documentation 2026-02-02 17:27:34 +08:00
LICENSE Initial commit 2026-01-30 17:27:19 +08:00
README.md Update README with project description and add AGENTS documentation 2026-02-02 17:27:34 +08:00
USAGE.md Add pose detector implementation with YOLOv8 and supporting files 2026-02-02 17:16:43 +08:00
pose_detector.py Add pose detector implementation with YOLOv8 and supporting files 2026-02-02 17:16:43 +08:00
requirements.txt Add pose detector implementation with YOLOv8 and supporting files 2026-02-02 17:16:43 +08:00
test.webp Add pose detector implementation with YOLOv8 and supporting files 2026-02-02 17:16:43 +08:00
yolov8s.onnx Add pose detector implementation with YOLOv8 and supporting files 2026-02-02 17:16:43 +08:00

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 文件中的许可证规定。