
Summary Region-based Convolutional Neural Network(R-CNN) is a foundational model in object detection.

Fast R-CNN simplifies object detection with innovations like RoI Pooling, enabling faster computation and efficient feature sharing.

Discover how Faster R-CNN unifies region proposals and classification for near real-time object detection.

The Oriented R-CNN model aims to detect not only the location of objects but also ther orientations. It improves existing two-stage object detector

VGGNet is a deep convolutional neural network designed to improve image classification performance by increasing network depth while using small conv

ResNet Paper Review

The Feature Pyramid Network (FPN) is designed to enhance multi-scale object detection by leveraging both high-level and low-level semantic features.

DETR PAPER REVIEW - adopting Transformer to object detection