How Pose Estimation works : OpenPose Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.ย. 2024

ความคิดเห็น • 31

  • @zuofengliu5552
    @zuofengliu5552 3 ปีที่แล้ว +4

    Thanks man, really great explanation

  • @vandanpandya9587
    @vandanpandya9587 2 ปีที่แล้ว +1

    Thanks for the great explanation!

  • @neuralnexus47
    @neuralnexus47 3 ปีที่แล้ว +1

    very informative, thanks

  • @sathyakumarn7619
    @sathyakumarn7619 4 ปีที่แล้ว +1

    I suggest you add the author and the paper link otherwise which this is a infringement of copyrights! Thanks for the video! Go deeper in the next case

  • @rajatshah125
    @rajatshah125 4 ปีที่แล้ว +1

    Thank you.

    • @Rednivrug
      @Rednivrug  4 ปีที่แล้ว

      Thank you for the comment

  • @alessandrozuech61
    @alessandrozuech61 5 ปีที่แล้ว +1

    Good video! Thank you!

    • @Rednivrug
      @Rednivrug  5 ปีที่แล้ว

      Thanks Alessandro..

  • @angelospapadopoulos7679
    @angelospapadopoulos7679 2 ปีที่แล้ว +1

    amazing video. But if we want to implement this on our own dataset, how could we annotate this raw images? So the training input is an rgb image and a json file with the keypoints and then apply cnn regression on that?

  • @prajwalshenoy9117
    @prajwalshenoy9117 5 ปีที่แล้ว +3

    Wonderful explanation. Could you share the code/implementation please?

    • @Rednivrug
      @Rednivrug  5 ปีที่แล้ว +1

      Thanks @prajwal. Openpose have one integration with the opencv. You can check it out there.
      github.com/opencv/opencv/blob/master/samples/dnn/openpose.py

  • @akshatgovekar3646
    @akshatgovekar3646 2 ปีที่แล้ว

    Angel (farishta) in disguise
    People like you will definitely postpone Kalki's reanimation

  • @WHAJONNALAGADDAHEMASREE
    @WHAJONNALAGADDAHEMASREE ปีที่แล้ว

    Can we find distance between two node points for abnormal gait.? please make a video on that.

  • @Darkev77
    @Darkev77 3 ปีที่แล้ว +2

    Thanks for the great video! Question: at 5:35 why are there 38 different pairs in total? Wouldn't the number of different pairs depend on the number of humans in the scene?

    • @gurvindersingh-tz1jk
      @gurvindersingh-tz1jk 3 ปีที่แล้ว +1

      38 different pairs are for each person, the total number of pairs equal to 38*n, where n is the number of humans.

    • @Darkev77
      @Darkev77 3 ปีที่แล้ว +2

      @@gurvindersingh-tz1jk Hey thank you so much for your clarification! That makes more sense. Though could you please tell me how did we get 38 different paths? I understand that we have 18 joints and that we're trying to combine 2 joints to get a legit pair, but where did the number 38 come from? Are we calculating each pair twice (eg: neck to torso and torso to neck?) Thank you!

  • @beladianeeral
    @beladianeeral ปีที่แล้ว

    such a clear explanation. well done, paaji!

  • @emmanuelkoupoh7979
    @emmanuelkoupoh7979 4 ปีที่แล้ว +2

    hi, thanks for your videos.... i have a question please, i want to know how encodage using part of affinity is done.

    • @Rednivrug
      @Rednivrug  4 ปีที่แล้ว

      okay I will make the video on how encoding using part of affinity done in details

  • @AdityaSingh-kp9tj
    @AdityaSingh-kp9tj 3 ปีที่แล้ว +1

    Thanks for the video, can you make a video on PoseNet vs OpenPose .

    • @Rednivrug
      @Rednivrug  3 ปีที่แล้ว +1

      Currently I'm not working on Pose Estimation Problem but in future i will try

    • @AdityaSingh-kp9tj
      @AdityaSingh-kp9tj 3 ปีที่แล้ว

      @@Rednivrug sure, thank you

  • @haideriqbal332
    @haideriqbal332 2 ปีที่แล้ว

    Sir i need to generate or locate auscultation points

  • @esraamohamed5601
    @esraamohamed5601 4 ปีที่แล้ว +2

    Thank you for your helpful video , could you give me the presentation slides of this video please

    • @Rednivrug
      @Rednivrug  4 ปีที่แล้ว +1

      Here is the presentation slides.
      www.linkedin.com/posts/rednivrug_open-pose-presentation-activity-6580330239241613312-vkm5

    • @esraamohamed5601
      @esraamohamed5601 4 ปีที่แล้ว

      @@Rednivrug Thank you !

  • @vajrapuullas3265
    @vajrapuullas3265 4 ปีที่แล้ว +1

    Ya .This is good.Can u send me the code for this.

  • @gerda-morozova
    @gerda-morozova 3 ปีที่แล้ว

    I have a question. Why VGG-19 is using there? For detecting person or what?

    • @Rednivrug
      @Rednivrug  3 ปีที่แล้ว

      Vgg19 is kond of backbone which is used to extract the features of the image.

    • @gerda-morozova
      @gerda-morozova 3 ปีที่แล้ว

      @@Rednivrug Ok. Thanks for your answer!

  • @RaselAhmed-ix5ee
    @RaselAhmed-ix5ee 2 ปีที่แล้ว

    where can i get the code