# ShaoqingRen/faster_rcnn

Faster R-CNN

Repository: https://github.com/ShaoqingRen/faster_rcnn
Canonical: https://ross.abutalabs.com/products/faster_rcnn
Language: MATLAB
License: NOASSERTION
License Family: other
Last push: 2018-07-26T04:26:32+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4045, "days_push": 2960, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2835, forks 1216 (observed 2026-08-28T04:07:24.525573+00:00)

## What it is
A MATLAB re-implementation of Faster R-CNN, a deep-learning object detection framework combining a Region Proposal Network with a detection network that shares convolutional features. It is the original reference code accompanying the 2015 paper, built on a bundled Caffe, and is now deprecated in favor of Detectron.

## Use cases
- train an object detection model on Pascal VOC
- run real-time object detection with region proposal networks
- reproduce Faster R-CNN paper results
- study the original Faster R-CNN MATLAB implementation
- detect objects in images using VGG-16 or ZF networks

## When to choose
- you need the original reference implementation for research reproduction
- you must work in MATLAB with the bundled Caffe build
- you want to study how RPN and detection networks share convolutional layers

## When to avoid
- you want actively maintained object detection tooling - use Detectron or Detectron2 instead
- you prefer Python - use py-faster-rcnn or modern PyTorch detection libraries
- you need recent CUDA/GPU hardware support or modern MATLAB versions

## Facets
- artifact type: library
- maturity: abandoned
- function: machine-learning, deep-learning, computer-vision, image-processing
- domain: computer-vision, deep-learning, machine-learning
- platform: windows
- tags: object-detection, faster-r-cnn, region-proposal-network, caffe, deprecated, research-code, pascal-voc, linux, matlab, gpu

## Member repositories
- ShaoqingRen/faster_rcnn (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:24.525573+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:37:47.376588+00:00, confidence not recorded.
  - readme: https://github.com/ShaoqingRen/faster_rcnn (fetched 2026-08-28T04:07:24.525573+00:00, sha b5f90a745de0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
