Build a Personal AI Trainer | OpenCV Python | Computer Vision

preview_player
Показать описание
In this project, we will be building an AI Trainer using OpenCV and Python. We will use the pose estimation running on the CPU to find the correct points and using these points we will get the desired angles. Then based on these angles we find many gestures including the number of biceps curls. We will write the code in a way that you will be able to find angles between any 3 points with just a single line of code.

🚀🚀 My Urdu/Hindi AI YouTube Channel 🚀🚀

Download Code:

Premium Courses:
✔️ Computer Vision Game Development Course:
✔️ Computer Vision with Arduino Course:
✔️ Advanced Drone Programming Course:
✔️ Learn to Build Computer Vision Mobile Apps:
✔️ Jetson Nano Premium Course:

⚙️⚙️⚙️—-My Gear — ⚙️⚙️⚙️

Follow Me:

#ComputerVision
#OpenCV
#CVZone
Рекомендации по теме
Комментарии
Автор

Really cool was waiting for this from a long time 👌

howtogamedev_
Автор

Yesterday I watched your previous video with basics of point detection because I needed that knowlege... for my workout auto tracker app :DD Today I got this in my recomended videos and I was like "is he reading my mind or what?" :D You just did a massive amount of work for me by sharing this awesome video! Many thanks! Cherry on top would be also showing the code for webcam, but I will figure it out myself ;) You're the boss! ;)

Bartek
Автор

This is the best free stuff on youtube IMO

olayemiabimbola
Автор

Great work!! Can we extend it to real weightlifting with pose correction part? That would be very helpful.

shivamsingh-vvvm
Автор

Murtaza's Workshop - Robotics and AI
NIIICEEEE

actionkey
Автор

This is Awesome! how can we use the model and train and Neural Net to classify which exercise is being done?

ronyra
Автор

thank you sir supp video lots of learning 👍

ashishmallah
Автор

A SMALL CORRECTION TO THIS WONDERUL WORK: Elbow range of motion starts at 0 with arm stretched and goes all the way to 150 with final flexion.

wgalloPT
Автор

Is this video compatible with your mobile app course?
Meaning:
I want to create mobile apps that give live angle measurements.
This tutorial was great but is it possible to use these libraries on unity?

zimbim
Автор

What code can be added to draw the arc of the angle as shown on the thumbnail picture. The drawn arc should follow the position of the knee or elbow and I’d like it to work with a video file or webcam feed. Thanks for your great work and contribution!

davidleigh
Автор

How did you accomplish to round it to just 2 numbers when it displays the angle?? it shows a long string of numbers?

wgalloPT
Автор

Can you please make something for jumping jacks as well?

yoman
Автор

Can you provide the link of images and videos, which you used in this tutorial

harshitpant
Автор

Could you please make a video on mask-rcnn and detectron2

gauravsharma
Автор

Great tutorial...has anyone actually launched an app to do this? Raeda AI and Altiz AI are ongoing projects with no ETA...

Arturostunes
Автор

How can I access the angles for the right arm as I have written like this `right_arm=detector.findAngle(frame, 12, 14, 16)`, the value of right_arm is not accessible, how can I access it?

kanikagola
Автор

Is it possible to implement in real life exercise?

febinrajan
Автор

I've learned lot of things from this video. Thanks. btw your voice is cool.

aninexclusive
Автор

can you make a fight detection system

muhammadafnan
Автор

what do i have to do to run it on gpu ??

howtogamedev_