Hi human,
I'm Mr.Pose! :robot: :wave:
I help to estimate and measure exercises for humans. Lets do some exercise and keep the body fit. :muscle: :mechanical_arm:
Exercises, in general, helps to maintain a physically fit body, loosen up joints, and relax muscles.
Mr.Pose is a visual analytics application that helps humans to track the accuracy of exercise, and count reps or to predict the exercise.
Mr.Pose can support
For Pushup, Plank and JumpingJack, Mr.Pose will track each repetition provided that the exercise is accurately performed. For Plank, Mr.Pose will track the time of plank position.
pip install -r requirements.txt
python mrpose.py --video <path to video file> --exercise <exercise to be measured>
Note:
<path to video file> - Path to the input video file with supported exercise
<exercise to be measured> - Exercise in input video file
Optional Argument:
--video - Path to video source file.
If argument is not provided, then Mr.Pose will launch webcam for live video. Currently, live webcam video works only for exercise prediction.
--exercise - Choices are pushup, plank, squat, jumpingjack
If argument is not provided, then Mr.Pose will predict the exercise done in the video. If argument is provided, then Mr.Pose will measure the exercise mentioned.
:star: Pushups :star:
python mrpose.py --video <path to video file> --exercise pushup
https://user-images.githubusercontent.com/36563521/188864300-bc43d096-c98f-48e4-b9cb-6bef6937f1ca.mp4
:star: Squats :star:
python mrpose.py --video <path to video file> --exercise squat
https://user-images.githubusercontent.com/36563521/188866384-a19d3bb7-d6d2-47be-a71b-d27166dea395.mp4
:star: Plank :star:
python mrpose.py --video <path to video file> --exercise plank
https://user-images.githubusercontent.com/36563521/188879832-825cfd00-cfd3-4b9c-9d99-b73c4a06b8a9.mp4
:star: Jumping Jacks :star:
python mrpose.py --video <path to video file> --exercise jumpingjack
https://user-images.githubusercontent.com/36563521/188893014-afed7b58-6688-4e19-ba59-7a471c0fb7a0.mp4
:star: Prediction :star:
python mrpose.py --video <path to video file>
https://user-images.githubusercontent.com/36563521/190898949-a88b0d72-5a5a-43ec-b1dc-475a9744b6e6.mp4
Happy Learning! 😄
$ claude mcp add MrPose \
-- python -m otcore.mcp_server <graph>