Тёмный

Official YOLOv7 Pose vs MediaPipe | Full comparison of real-time Pose Estimation | Which is Faster? 

LearnOpenCV
Подписаться 57 тыс.
Просмотров 71 тыс.
50% 1

Опубликовано:

 

1 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 51   
@LearnOpenCV
@LearnOpenCV Год назад
Get expert guidance, insider tips n tricks and Create stunning images, learn to fine tune diffusion models, advanced Image Editing techniques like In-Painting, Instruct Pix2Pix and many more. Join our Kickstarter campaign now! bit.ly/3JYh7A6
@NakulYadav-jf9wn
@NakulYadav-jf9wn Год назад
R Ttf P P
@johncasey434
@johncasey434 Год назад
It was a real pleasure to watch such a clear and concise comparison. Excellent video 👍
@LearnOpenCV
@LearnOpenCV Год назад
Glad you liked it @John. More videos incoming!
@nvmrenh7938
@nvmrenh7938 Год назад
Great video comparisson between Yolov and Mediapipe man, good thing I saw this video in my RU-vid feed. +1 Sub 👍
@LearnOpenCV
@LearnOpenCV Год назад
Awesome, thank you!
@siddharthkumar5206
@siddharthkumar5206 4 месяца назад
Mediapipe does support multiperson detection now
@murcuschimaawaloyi6619
@murcuschimaawaloyi6619 Месяц назад
Very good explanation. Hi Sir. I have been following your tutorial on how to train a custom Yolov5 object detector as I am doing a school project on vehicle detection. I am having an error on training my model. Is it ok if you can help on this please.
@ChetanAnnam
@ChetanAnnam Год назад
Awesome comparison, it reduced my work drastically.
@LearnOpenCV
@LearnOpenCV Год назад
We felt the same while working with both YOLOv7 and mediapipe that everyone should know about this comparison! Glad you found it useful.
@nicopetermann1851
@nicopetermann1851 Год назад
Many thanks for this great video! You mentioned that one can use any object detection model for yolo pose - could you elaborate on that? How could one plug in the smallest version of yolov7?
@LearnOpenCV
@LearnOpenCV Год назад
You would need to retrain the network with a different backbone. The authors have trained it for the YOLOv7-W6 model. You can train the model using a different yolov7 model. What you would need is a config (.yaml) file corresponding to the smaller model. You can then train the model using the commands given here: github.com/WongKinYiu/yolov7/tree/pose I doubt it would give accurate results for smaller models. I would use mediapipe if I don't need multi-person pose estimation.
@leonidas1983
@leonidas1983 Год назад
great explanation! thanks from Argentina
@LearnOpenCV
@LearnOpenCV Год назад
📚 LINK TO BLOGPOST: learnopencv.com/yolov7-pose-vs-mediapipe-in-human-pose-estimation/ ▶ LINK TO YOLO MASTERCLASS PLAYLIST: ru-vid.com/group/PLfYPZalDvZDLALsG9o-cjwNelh-oW9Xc4
@nireksaravanan8532
@nireksaravanan8532 6 месяцев назад
Are you sure Mediapipe doesn't support Multi-person? pls verify once
@LearnOpenCV
@LearnOpenCV 6 месяцев назад
As of 2024 Jan update, Mediapipe does supports mutiperson pose but limited to 5 at a time. For further info check out: developers.google.com/mediapipe/solutions/vision/pose_landmarker/
@GeoffY2020
@GeoffY2020 Год назад
Hi thanks for the nice job in the video ... I'm doing single image (3 image consecutive) face landmarks alignment, is Yolo better than MP ?
@LearnOpenCV
@LearnOpenCV Год назад
Thanks for the kind words Geoff! YOLO does not have good enough number of points for Face landmarks alignment. Mediapipe has a dedicated face mesh model that gives 468 3D landmark points on the face. You can check out our blog post on Creating Snapchat filters using mediapipe. You can learn about how to use the different points for your application. learnopencv.com/create-snapchat-instagram-filters-using-mediapipe/
@rahulagiwal4126
@rahulagiwal4126 Год назад
Great Video!! Thank you for the super informative video, was looking for the right pose estimation to use for my dance project and this really helped!
@LearnOpenCV
@LearnOpenCV Год назад
Glad it was helpful!
@leonidas1983
@leonidas1983 Год назад
great work, thanks!
@sanidhyasrivastava4307
@sanidhyasrivastava4307 Месяц назад
Yolo+mediapipe
@nhattuyen1123
@nhattuyen1123 Год назад
thank you so much, this video is very helpful
@LearnOpenCV
@LearnOpenCV Год назад
Glad it is helpful!
@shoghi2547
@shoghi2547 Год назад
I like your sharing. It is clear and easy to understand.
@LearnOpenCV
@LearnOpenCV Год назад
Thank you, glad you liked it 😊
@nirasinghania6616
@nirasinghania6616 Год назад
👍👍
@LearnOpenCV
@LearnOpenCV Год назад
Thank You!
@yohanessatria2220
@yohanessatria2220 Год назад
Nice Video! the test on many cases was so helpful!
@LearnOpenCV
@LearnOpenCV Год назад
Thank you Yohanes!
@lucho_oaaa8775
@lucho_oaaa8775 Год назад
nice video
@LearnOpenCV
@LearnOpenCV Год назад
Thank you so much!
@abdurrazzak1612
@abdurrazzak1612 Год назад
Excellent
@LearnOpenCV
@LearnOpenCV Год назад
Thank you. Glad you liked it.
@dj.qb91
@dj.qb91 Год назад
What about in images
@LearnOpenCV
@LearnOpenCV Год назад
As mentioned in the summary section, it's better to use YOLOv7 or other pose models as mediapipe is optimized for real-time performance which is more suitable for video inference. Hope that helps!
@dj.qb91
@dj.qb91 Год назад
@@LearnOpenCV so with Multiperson which is better than yoloV7.
@LearnOpenCV
@LearnOpenCV Год назад
@@dj.qb91 For Multiperson we're checking out MMPose next -> github.com/open-mmlab/mmpose. You may also check it out and compare with YOLOv7. Check this out for getting started: mmpose.readthedocs.io/en/v0.29.0/get_started.html#inference-with-pre-trained-models
@dj.qb91
@dj.qb91 Год назад
@@LearnOpenCV thanks 🙏🏾
@rohitghule9437
@rohitghule9437 Год назад
Can we tweek mediapipe to work even when upper part of body is not visible
@LearnOpenCV
@LearnOpenCV Год назад
The pose solution model consists of two models. The detection model (that detects the body), and the landmark model (that maps the landmarks). If you can make the detection model detect the body without its upper part, theoretically, the solution will work.
@H_-vy2mz
@H_-vy2mz Год назад
호호
@LearnOpenCV
@LearnOpenCV Год назад
I'm not sure what that means, but I'm hoping you liked it! 😊
@Favourites_Song
@Favourites_Song Год назад
Great Video sir. Thank you for sharing.
@LearnOpenCV
@LearnOpenCV Год назад
You are very welcome
@maximklechshev6675
@maximklechshev6675 Год назад
I felt in love with Mediapipe 1 year ago when I worked with facial pose estimation… but YOLOv7 just outperforms it in terms of faces
@LearnOpenCV
@LearnOpenCV Год назад
Hi Maxim Are you talking about face Detection or Facial Landmarks Detection using YOLOv7?
@maximklechshev6675
@maximklechshev6675 Год назад
Hey! I’m talking about Facial Landmarks Detection. I fine-tuned and used ensemble instead
@LearnOpenCV
@LearnOpenCV Год назад
Great, do you have a repo you could share?
@maximklechshev6675
@maximklechshev6675 Год назад
@@LearnOpenCV I worked with medical sensitive data(
@LearnOpenCV
@LearnOpenCV Год назад
No Issues!
Далее
YOLOv7 Paper Review in 13 Minutes
13:43
Просмотров 40 тыс.
How AI 'Understands' Images (CLIP) - Computerphile
18:05
AI Learns to Do Deadlifts
17:06
Просмотров 39 тыс.
This is why Deep Learning is really weird.
2:06:38
Просмотров 389 тыс.
Easy on-device Machine Learning with MediaPipe
13:19
Просмотров 26 тыс.
YOLOv9 vs YOLOv8 Comparison on Real-world Videos
10:45
MIT Introduction to Deep Learning | 6.S191
1:09:58
Просмотров 593 тыс.