# Sports_py **Repository Path**: fujianxinxi/Sports_py ## Basic Information - **Project Name**: Sports_py - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-03-08 - **Last Updated**: 2025-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 环境安装 pip install -r requirements.txt 引体向上测试: python /root/rkyolows/src/Sports_py/SportMain.py -t pull-up -vs videos/pullup-sample.mp4 -t 参数可选 push-up squat walk sit-up Skipping -vs 不指定则用摄像头 /root/rkyolows/src/Sports_py/SportMain.py 改成自己存放的文件路径 文件目录 . ├── body_part_angle.py(关节角度计算) ├── images ├── __pycache__ ├── README.md ├── readme.txt ├── requirements.txt ├── SportMain.py (主函数) ├── types_of_exercise.py (选择锻炼类型) ├── utils.py └── videos (测试视频) ├── pullup-sample.mp4 └── push_up.mp4