Unlocking Animal Pose Estimation with YOLOv8: Fine-tuning for Dogs

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 15

  • @LearnOpenCV
    @LearnOpenCV  9 месяцев назад +1

    Try out our FREE Courses at opencv.org/university/free-courses/

  • @Maddy_akil
    @Maddy_akil Месяц назад

    Works super good thank you sir

  • @RokiFauzi
    @RokiFauzi 11 месяцев назад +1

    can you help me ? error FileNotFoundError: [Errno 2] No such file or directory: 'StanfordExtra_V12/StanfordExtra_v12.json'

    • @LearnOpenCV
      @LearnOpenCV  11 месяцев назад +1

      Fill this google form: forms.gle/sRtbicgxsWvRtRmUA

  • @ingridakaz9097
    @ingridakaz9097 6 месяцев назад +1

    Is it possible to estimate x,y and z keypoint coordinates? As I understand YOLOv8 is only capable estimating X and Y?

    • @LearnOpenCV
      @LearnOpenCV  6 месяцев назад

      Right now there are no provisions to estimate 3d coordinates (x, y, and z). One can fine-tune the pose models only with 2D coordinates with an optinaly visibility flag. Please check the documentation.docs.ultralytics.com/datasets/pose/

  • @tershire
    @tershire 11 месяцев назад +1

    Thank you for the video! If the animal is not dog, should I make dataset by myself?

    • @LearnOpenCV
      @LearnOpenCV  11 месяцев назад +2

      You will either have to search for a dataset, or create one yourself. Check out our playlist on CVAT to know how to create the datasets: ruclips.net/p/PLfYPZalDvZDLvFhjuflhrxk_lLplXUqqB

    • @tershire
      @tershire 11 месяцев назад +1

      @@LearnOpenCV Wonderful. Thank you !

  • @RokiFauzi
    @RokiFauzi 9 месяцев назад

    If I want to upload an image and produce an output image that already has keypoint annotations using this code? how can i do that ? please answer :)

    • @LearnOpenCV
      @LearnOpenCV  9 месяцев назад

      Please go through the prepare_predictions code for image inference explained in the blog post.

    • @RokiFauzi
      @RokiFauzi 9 месяцев назад

      @@LearnOpenCV can you write the full code that i mean pleeeaaseee ? i need to upload image and want to show output image that already has keypoint. I need your help

    • @LearnOpenCV
      @LearnOpenCV  9 месяцев назад

      Please check this article for the code: learnopencv.com/animal-pose-estimation/@@RokiFauzi

  • @Snower19764
    @Snower19764 10 месяцев назад

    Where is the Google Colab link? I cannot find it.

    • @LearnOpenCV
      @LearnOpenCV  10 месяцев назад

      Download the code from this blog post: learnopencv.com/animal-pose-estimation/