Skip to content

Using mediapipe module to detect movements and keep track of curls

License

Notifications You must be signed in to change notification settings

PySecNinja/curl-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use python 3.7 for this project

If using jupyter you can run this command to get docs mp_drawing.DrawingSpec ??

0. Install and Import Dependencies

media pipe opencv

!pip3.7 install mediapipe opencv-python
pip3.7 install mediapipe==0.8.9.1

https://developers.google.com/mediapipe/framework/getting_started/install

1. Make Detections

2. Determining Joints

3. Calculate Angles

4. Curl Counter

python3.7 curl-counter.py 

Releases

No releases published

Packages

No packages published

Languages