Object Detection introduction and an overview | Essentials of Object Detection

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • This is an introductory video on object detection which is a computer vision task to localize and identify objects in images.
    Notes -
    * I have intentionally not talked about 2-stage detectors.
    * There will be follow-up tutorials that dedicated to individual concepts

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

  • @paedrufernando2351
    @paedrufernando2351 Год назад +4

    Getting to see new content and learn from your videos is like waiting for the release of a blockbuster film.. Really hyped for this series of yours..

  • @jordiwang
    @jordiwang Год назад +3

    Actually pretty good introductionary video, much better than other videos that has hundreds of thousands of views

  • @minhajsixbyte
    @minhajsixbyte 3 месяца назад

    Very articulated explanations, really appreciate it! thanks!

  • @alonsorodriguez5613
    @alonsorodriguez5613 Год назад +4

    You are back!!!!!!!!!!!!!!

    • @KapilSachdeva
      @KapilSachdeva  Год назад +5

      😃 I never left! .... but I know I have not been good at making and publishing consistently; hoping to do a better job this time around!

    • @alonsorodriguez5613
      @alonsorodriguez5613 Год назад +2

      @@KapilSachdeva In that case, I'm happy to have you again.

  • @Game-nr3sr
    @Game-nr3sr Год назад +2

    Awesome + Quality Video!!

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

    thank you for explaining this !

  • @khalilsabri7978
    @khalilsabri7978 Год назад +2

    Very good video, thank you !

  • @Ashish-sp4hw
    @Ashish-sp4hw 5 месяцев назад +1

    Well explained.

  • @kask198
    @kask198 4 месяца назад

    Thank you, very good overview. You must be having thorough understanding of many object detection models to deliver this kind of overview.
    I have one question (only for discussion):
    How it is "clear" (1:22) that object detection is difficult task for machines?
    I think it is important to mention why the problem is difficult (challenges) to solve from computer vision point of view.
    You did mention a couple of challenges at 10:40 but these are w.r.to DL approach.

    • @KapilSachdeva
      @KapilSachdeva  4 месяца назад

      Difficult if you compare it to classification problem. Where an image either belongs to class 1 or classes x. I called it difficult because of 3 reasons - you have to do localization and classification and the fact that the number of objects are variable.

  • @harshith_takkala
    @harshith_takkala Год назад +1

    awesome !

  • @mehdizayani7760
    @mehdizayani7760 11 месяцев назад

    I am writing a report where I need to explain how object detection and then specifically how Yolo architecture works; can you please give me the references you used to make the videos because your explanation is very clear, and I would like to use the same resources as you.

    • @KapilSachdeva
      @KapilSachdeva  11 месяцев назад

      If you really want to understand then debug the code of an existing open source repository. You may not be able to understand portion of code as even though the author of code is a brilliant/smart guy he/she may not be a good programmer (as is the norm in ML community). Ask your questions in issues etc or just debug it.
      That is the best way of learning!

  • @DSJOfficial94
    @DSJOfficial94 Год назад +1

    this is so good

  • @LifeKiT-i
    @LifeKiT-i 7 месяцев назад +1

    very close to represent the whole story~

  • @FirstNameLastName-fv4eu
    @FirstNameLastName-fv4eu 8 месяцев назад +1

    You are seriously biased about Fast RNN (similar) - the Neck is not a neural network if you train EfficientDet X (The best one)

    • @KapilSachdeva
      @KapilSachdeva  8 месяцев назад

      Most of the new architectures in OD have neck but of course it is not mandatory