About 103,000 results
Open links in new tab
  1. R-CNN - Region-Based Convolutional Neural Networks

    Jul 12, 2025 · R-CNN presents a smarter approach by using a selective search algorithm to generate around 2,000 region proposals from an image. These proposals are likely to contain …

  2. Region Based Convolutional Neural Networks - Wikipedia

    R-CNN architecture Region-based Convolutional Neural Networks (R-CNN) are a family of machine learning models for computer vision, and specifically object detection and localization. [1] The …

  3. R-CNN, Fast R-CNN, Faster R-CNN, YOLO — Object Detection ...

    Jul 9, 2018 · To bypass the problem of selecting a huge number of regions, Ross Girshick et al. proposed a method where we use selective search to extract just 2000 regions from the image …

  4. What is R-CNN? - Roboflow Blog

    Sep 25, 2023 · RCNN was one of the pioneering models that helped advance the object detection field by combining the power of convolutional neural networks and region-based approaches.

  5. R-CNN Explained: Object Detection Overview | Ultralytics

    Jun 7, 2024 · Learn about RCNN and its impact on object detection. We'll cover its key components, applications, and role in advancing techniques like Fast RCNN and YOLO.

  6. 深度学习之目标检测R-CNN模型算法流程详解说明(超详细理论篇)_rcnn

    Sep 12, 2025 · RCNN通过引入深度学习的卷积神经网络(CNN),利用其强大的特征学习能力,极大地改进了目标检测的准确性和性能。 RCNN的创新之处 在于将深度学习引入目标检测的各个 …

  7. GitHub - rbgirshick/rcnn: R-CNN: Regions with Convolutional ...

    At the time of its release, R-CNN improved the previous best detection performance on PASCAL VOC 2012 by 30% relative, going from 40.9% to 53.3% mean average precision. Unlike the …