Beamer Presentation Template Feather Theme
Beamer Presentation Template Feather Theme
Beamer Presentation Template Feather Theme
Introduction
Mediapipe
open CV
METHODOLOGY
Dataset
Architecture
RESULT
▶ here are two special tools we use to help the program see your
movements.
▶ One is called Mediapipe, and the other is called Open CV.
———————————–
▶ With the help of Mediapipe and OpenCV, the program can watch
you move and figure out if you’re doing exercises right. It looks at
the angles between different parts of your body, like your arms
and legs, to see if you’re standing up straight or bending your
knees correctly.
▶ Mediapipe framework can detect up to 33 human body
landmarks with high accuracy.
▶ Open CV can calculate the angles between the detected
landmarks and analyze the posture. It can also be used to
remove background clutter and improve the accuracy of the
landmark detection
B. Making Detections
▶ To detect body parts using Mediapipe, the first step is to capture
or input an image or video to the framework. The framework then
applies a deep learning model to detect the body parts in the
image or video. The model uses machine learning algorithms to
identify key points or landmarks on the human body, such as the
eyes, nose, mouth, hands, and feet.Once the landmarks are
detected, the framework can output their positions as a set of
coordinates which we can use for different things, like measuring
angles or tracking movement.
C. Determining Joints
▶ First, we us Mediapipe to help us find important points on our
bones "landmarks." For example, to find where our elbow joint is,
we look for landmarks on our upper arm bone (humerus) and
lower arm bones (ulna and radius). Once we find these
landmarks, we can figure out where the elbow joint is. Mediapipe
is really smart and can find lots of landmarks all over our body in
real-time, like shoulders, elbows. Once we find these landmarks,
we can use their positions to do more things, like tracking how
they move or calculating angles between them. After we find all
the important landmarks, we make sure they are correctly
identified and labeled. Then, we check how well we can see the
left shoulder, left elbow, and left wrist, because these are really
important for us.
D. Trigonometric Calculations
▶ Trigonometry helps us understand the relationships between
angles and sides of triangles. That’s really handy for AI stuff like
recognizing images, understanding language, and making robots
move! To calculate these angles, we first need to know where the
shoulder, elbow, and wrist are in a picture or video. We already
found these points in an earlier step, so now we can use the data
from there to calculate the angles. It’s like connecting the dots to
understand how things are positioned!
E. Curl Counter
▶ we’re talking about "Curl Counter," which is a tool for tracking
how many times someone does a specific exercise, like bicep
curls, during their workout.
how it works: First, the system needs to know where your arms,
elbows, and shoulders are. Once it figures that out, it can start
counting your curls. It does this by noticing when your elbow
moves in a certain way during the curl, and it counts each time it
sees that movement. The Curl Counter then shows you the
number of curls you’ve done in real-time, usually on the screen
while you’re working out. This helps you keep track of your
progress and adjust your workout if needed.
▶ The Curl Counter can also collect data over time to show you
how you’re improving. This can help you figure out what’s
working and what you need to focus on during your workouts. the
Curl Counter can be set up to show on the screen while you’re
working out, and it’s programmed to count based on the angles it
calculates from your movements. So, you can see your progress
right there while you’re exercising!