An open API service indexing awesome lists of open source software.

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

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

![alt text](https://github.com/Quanghihicoder/Exercise_Pose_Tracking_Game/blob/master/User_Manual.png)

![alt text](https://github.com/Quanghihicoder/Exercise_Pose_Tracking_Game/blob/master/User_Manual1.png)

![alt text](https://github.com/Quanghihicoder/Exercise_Pose_Tracking_Game/blob/master/User_Manual2.png)