# python 人体关节检测 同步火柴人动作 **Repository Path**: appiot/Human-joint-detection ## Basic Information - **Project Name**: python 人体关节检测 同步火柴人动作 - **Description**: Python使用 OpenCV 和 MediaPipe 进行人体关节跟踪及火柴人同步动作 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2025-07-12 - **Last Updated**: 2025-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 测试环境 python 3.10.0 安装库命令 pip install mediapipe pip install opencv-python mediapipe安装缓慢时用下列命令 pip install opencv-python -i https://mirrors.aliyun.com/pypi/simple/