R-CNN Explained

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 มิ.ย. 2024
  • This is a R CNN tutorial video in which I dive deep into what is R CNN and r cnn basics.
    This video is a part of object detection series and the first one in that is RCNN for object detection.
    By the end of this video you would be able to understand the R CNN algorithm in detail to understand clearly as to how rcnn works . We start with what selective search is and how rcnn uses selective search to get region proposals . We then move on to the different stages of training RCNN, RCNN architecture, talk about bounding box regressors in R-CNN and lastly discuss the results RCNN gets on object detection task. By the end of this video you should be able to understand all parts of object detection using rcnn .
    📖 Resources
    RCNN Paper - tinyurl.com/exai-rcnn-paper
    Graph Segmentation - tinyurl.com/exai-rcnn-graph-p...
    Selective Search - tinyurl.com/exai-rcnn-ss-paper
    Selective Search opencv implementation - tinyurl.com/exai-rcnn-ss-open...
    ⏱️ Timestamps
    00:00 Introduction
    00:30 Classification vs Localization vs Detection
    03:40 Object Detection using Sliding Window Approach
    06:17 Object detection using RCNN - Introduction
    08:11 Selective Search in RCNN for region proposals
    13:50 RCNN : Supervised Pre-training and Finetuning
    19:12 RCNN : SVM Training
    22:20 Why use SVM in R-CNN
    26:00 Bounding Box Regression Training in RCNN
    28:42 Non-Maximum Suppression | NMS in Object Detection
    31:14 RCNN Results
    33:18 Outro
    🔔 Subscribe :
    tinyurl.com/exai-channel-link
    Background Track - Fruits of Life by Jimena Contreras
    Email - explainingai.official@gmail.com
    📌 Keywords:
    #objectdetection

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

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

    Thank you very much for this series, and the overall amazing content, genuinely appreciated !

    • @Explaining-AI
      @Explaining-AI  3 หลายเดือนก่อน

      Thank you so much for this comment :)

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

    Great video as always. Appreciate the way you logically break down the reasons for architectural choices and smoothly transition to successive steps
    Eagerly waiting for the next video in the series!
    Just wondering if you intend to cover MobileNetV2 and EfficientNetV2 in this series

    • @Explaining-AI
      @Explaining-AI  2 หลายเดือนก่อน +2

      Thank you so much for that! Actually those two wont be covered in this. I plan to do a separate one on popular backbone architectures like vgg/inception/resnet/mobilenet/efficientnet/darknet/swin e.t.c so I will cover them in that series.

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

    Very well done

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

    can you also explain pytorch code for RCNN

    • @Explaining-AI
      @Explaining-AI  2 หลายเดือนก่อน +2

      Hello, I will soon be doing a video on implementation of faster rcnn, in which I will cover the PyTorch code as well.

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

    will you cover MAMBA implementation later? I think there's no current video with clear explanation. It would be very nice if you do it.

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

      Hello,
      I indeed plan to cover it but it wont be part of this series.
      I have 3-4 topics that I intend to cover first and then after that will do a video on Mamba.

  • @goneshivachandhra7470
    @goneshivachandhra7470 วันที่ผ่านมา

    Is detr covered in this series

    • @Explaining-AI
      @Explaining-AI  23 ชั่วโมงที่ผ่านมา

      yes it would cover DETR as well. After FasterRCNN, I plan to do Yolo/SSD/FPN and then I will get into DETR.