https://github.com/quanghihicoder/exercise_pose_tracking_game
Computer Vision Exercise Game
https://github.com/quanghihicoder/exercise_pose_tracking_game
computer-vision dinosaur-game exercise flappy-bird game-development mediapipe-pose opencv-python pose-tracking pygame
Last synced: about 1 month ago
JSON representation
Computer Vision Exercise Game
- Host: GitHub
- URL: https://github.com/quanghihicoder/exercise_pose_tracking_game
- Owner: Quanghihicoder
- License: mit
- Created: 2022-08-20T15:48:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-06T12:10:45.000Z (about 2 years ago)
- Last Synced: 2025-08-02T10:13:22.121Z (2 months ago)
- Topics: computer-vision, dinosaur-game, exercise, flappy-bird, game-development, mediapipe-pose, opencv-python, pose-tracking, pygame
- Language: Python
- Homepage:
- Size: 1.95 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exercise_Pose_Tracking_Game
## Project name: GAME - General Assisted Motion-tracking Exercise
Developed by Nhat Quang & Duc Anh
Duc Anh github account: https://github.com/ducanhprovjp
Our solution will make exercise more fun, by combining fitness and gaming.
Basically, we make games that require players to do physical movements to control the game instead of pressing buttons.
We use the pygame library to develop the game, use Mediapipe and OpenCV to develop the pose detection model that allows detecting user actions.## Install and run
Python 3.9.7
pip install opencv-python
pip install mediapipe
pip install numpy
pip install pygame
Already have (time, math, random, os, sys)
Run: py main.py
## User Manual
Video Demo: https://www.youtube.com/watch?v=fbXTH0GWLJw
You can play Flappy Brid or Dinosaur Game


