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 Жыл бұрын
R Ttf P P
@LearnOpenCV Жыл бұрын
📚 LINK TO BLOGPOST: learnopencv.com/yolov7-pose-vs-mediapipe-in-human-pose-estimation/ ▶ LINK TO YOLO MASTERCLASS PLAYLIST: kzbin.info/aero/PLfYPZalDvZDLALsG9o-cjwNelh-oW9Xc4
@johncasey4342 жыл бұрын
It was a real pleasure to watch such a clear and concise comparison. Excellent video 👍
@LearnOpenCV2 жыл бұрын
Glad you liked it @John. More videos incoming!
@ChetanAnnam2 жыл бұрын
Awesome comparison, it reduced my work drastically.
@LearnOpenCV2 жыл бұрын
We felt the same while working with both YOLOv7 and mediapipe that everyone should know about this comparison! Glad you found it useful.
@nvmrenh79382 жыл бұрын
Great video comparisson between Yolov and Mediapipe man, good thing I saw this video in my KZbin feed. +1 Sub 👍
@LearnOpenCV2 жыл бұрын
Awesome, thank you!
@leonidas1983 Жыл бұрын
great explanation! thanks from Argentina
@yohanessatria22202 жыл бұрын
Nice Video! the test on many cases was so helpful!
@LearnOpenCV2 жыл бұрын
Thank you Yohanes!
@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 Жыл бұрын
Glad it was helpful!
@leonidas1983 Жыл бұрын
great work, thanks!
@nhattuyen1123 Жыл бұрын
thank you so much, this video is very helpful
@LearnOpenCV Жыл бұрын
Glad it is helpful!
@shoghi25472 жыл бұрын
I like your sharing. It is clear and easy to understand.
@LearnOpenCV2 жыл бұрын
Thank you, glad you liked it 😊
@siddharthkumar52068 ай бұрын
Mediapipe does support multiperson detection now
@Favourites_Song Жыл бұрын
Great Video sir. Thank you for sharing.
@LearnOpenCV Жыл бұрын
You are very welcome
@nicopetermann18512 жыл бұрын
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?
@LearnOpenCV2 жыл бұрын
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.
@murcuschimaawaloyi66195 ай бұрын
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.
@maximklechshev66752 жыл бұрын
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
@LearnOpenCV2 жыл бұрын
Hi Maxim Are you talking about face Detection or Facial Landmarks Detection using YOLOv7?
@maximklechshev66752 жыл бұрын
Hey! I’m talking about Facial Landmarks Detection. I fine-tuned and used ensemble instead
@LearnOpenCV2 жыл бұрын
Great, do you have a repo you could share?
@maximklechshev66752 жыл бұрын
@@LearnOpenCV I worked with medical sensitive data(
@LearnOpenCV2 жыл бұрын
No Issues!
@GeoffY20202 жыл бұрын
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 ?
@LearnOpenCV2 жыл бұрын
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/
@rohitghule9437 Жыл бұрын
Can we tweek mediapipe to work even when upper part of body is not visible
@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.
@luchoSwimmer Жыл бұрын
nice video
@LearnOpenCV Жыл бұрын
Thank you so much!
@abdurrazzak1612 Жыл бұрын
Excellent
@LearnOpenCV Жыл бұрын
Thank you. Glad you liked it.
@nireksaravanan85329 ай бұрын
Are you sure Mediapipe doesn't support Multi-person? pls verify once
@LearnOpenCV9 ай бұрын
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/
@dj.qb912 жыл бұрын
What about in images
@LearnOpenCV2 жыл бұрын
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.qb912 жыл бұрын
@@LearnOpenCV so with Multiperson which is better than yoloV7.
@LearnOpenCV2 жыл бұрын
@@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.qb912 жыл бұрын
@@LearnOpenCV thanks 🙏🏾
@nirasinghania66162 жыл бұрын
👍👍
@LearnOpenCV2 жыл бұрын
Thank You!
@sanidhyasrivastava43074 ай бұрын
Yolo+mediapipe
@H_-vy2mz2 жыл бұрын
호호
@LearnOpenCV2 жыл бұрын
I'm not sure what that means, but I'm hoping you liked it! 😊