How to Make Push-Up Counter using Raspberry Pi and MediaPipe | Raspberry Pi Project

preview_player
Показать описание
Here we use the MediaPipe Pose estimation package to build a push up counter. We will be using Pose estimation package to get the coordinates of both the shoulders and elbows. Coordinates of shoulders will be compared to coordinates of elbows. So, if the shoulders are at the same level as elbows or below the elbows, it will be counted as a push up. We are also connecting a speaker to Raspberry Pi to tell the count of the push-ups.

-------------------------------------------------------------------------------------------------------------------------

Subscribe to our Newsletter to never miss an update on CircuitDigest:

-------------------------------------------------------------------------------------------------------------------------
Connect with CircuitDigest:

-------------------------------------------------------------------------------------------------------------------------
#raspberrypi #diy
Рекомендации по теме
Комментарии
Автор

Can I install mediapipe on raspberry pi 2 ?

HoHiuTao
Автор

Thx for the video! You've mentioned the processing was a bit slow on the device. Which RaspberryPi did you actually use? Was it RaspberryPi 4 model B? if yes, with how much RAM? Any other option/board you would recommend to speed up processing?

krzysztofdanhofer
Автор

Thanks! I really enjoyed this and was able to follow although I noticed some latency issues. Will it be possible to run this on the GPU to leverage a faster clock speed?

codaemon
Автор

Is the RPI running on a 32 bit OS or 64 bit OS? Thanks in advance!

Mark-lpke
Автор

How to install mediapipe on raspberry pi 4
?

anonyfacey
Автор

You are welcome to watch my Mediapipe tuturial :

eranfeit