Object Detection introduction and an overview | Essentials of Object Detection

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2022
  • 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
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @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 11 หลายเดือนก่อน +3

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

  • @Ashish-sp4hw
    @Ashish-sp4hw 2 หลายเดือนก่อน +1

    Well explained.

  • @kask198
    @kask198 หลายเดือนก่อน

    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  หลายเดือนก่อน

      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.

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

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

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

      😃 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 10 หลายเดือนก่อน +2

    Awesome + Quality Video!!

  • @TeamDman
    @TeamDman 8 หลายเดือนก่อน +2

    thank you for explaining this !

  • @khalilsabri7978
    @khalilsabri7978 10 หลายเดือนก่อน +2

    Very good video, thank you !

  • @tom199520000
    @tom199520000 3 หลายเดือนก่อน +1

    very close to represent the whole story~

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

    awesome !

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

    this is so good

  • @mehdizayani7760
    @mehdizayani7760 8 หลายเดือนก่อน

    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  8 หลายเดือนก่อน

      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!

  • @FirstNameLastName-fv4eu
    @FirstNameLastName-fv4eu 5 หลายเดือนก่อน +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  5 หลายเดือนก่อน

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