OpenTrain AI
Historical implementation onlycaffe2

Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks

Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun

June 4, 2015arXiv: 1506.01497
2 repos8,294 stars~a few days to reproduce
arXiv PDF

Abstract

State-of-the-art object detection networks depend on region proposal algorithms to hypothesize object locations. Advances like SPPnet and Fast R-CNN have reduced the running time of these detection networks, exposing region proposal computation as a bottleneck. In this work, we introduce a Region Proposal Network (RPN) that shares full-image convolutional features with the detection network, thus enabling nearly cost...

Results & Benchmarks

Benchmark data is not yet available for this paper.

Hardware Requirements

  • Expect multi-day setup/compute for meaningful reproduction based on current guidance.

Best Implementation

Only a historical official implementation is available.

Use with caution for new projects; verify against current tooling and maintained community alternatives.

rbgirshick/py-faster-rcnn
Historical officialStars: 8.3k
  • Only historical official repository was found: rbgirshick/py-faster-rcnn.
  • No maintained paper-verified implementation met reliability thresholds.

Reproduction Path

  1. 1

    No maintained paper-verified implementation was found; start with the closest related repositories below.

  2. 2

    Compare repo methods against the paper equations/algorithm before trusting metrics.

  3. 3

    Create a minimal baseline implementation from the paper and use adjacent repos as references.

Framework baselines

Time to first repro: a few daysAdjacent implementations are not paper-verifiedRecommended repository is adjacent and not paper-verified.Adjacent implementation match confidence is low.No direct maintained implementation is currently verified.

Related Implementations

These are not paper-verified. Use them as reference points when no direct implementation is available.

Additional Implementations

Official

Community

No additional community repositories detected yet.

Hugging Face Artifacts

No trustworthy direct or curated related Hugging Face artifacts were found yet.

Continue with targeted Hugging Face searches:

Research Context