jwyang/faster-rcnn.pytorch
A faster pytorch implementation of faster r-cnn observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3317
- days_rel: n/a
- days_push: 1566
- n_releases_24m: 0
Adoption not part of the score
7858 stars · 2294 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A pure PyTorch implementation of Faster R-CNN for object detection, supporting multi-image batch training and multi-GPU training with several ROI pooling methods. It was the first open-source object detection repo with multi-GPU support but is now explicitly unmaintained.
Use cases
- train a faster r-cnn object detection model in pytorch
- run object detection on custom images with a pretrained model
- train faster r-cnn on pascal voc or coco with multiple gpus
- compare roi pooling, roi align, and roi crop implementations
- learn how faster r-cnn works by reading a pure pytorch codebase
When to choose
- you need a simple, readable pure-PyTorch Faster R-CNN reference implementation
- you want a lightweight playground for experimenting with R-CNN internals
- you are reproducing older research that builds on this codebase
When to avoid
- you need an actively maintained or up-to-date detection framework
- you want modern architectures like Mask R-CNN, DETR, or YOLO
- you are starting a new production object detection project
Facets
library · maturity abandoned
machine-learning deep-learning computer-vision image-processing computer-vision deep-learning machine-learning python object-detection faster-rcnn pytorch rpn roi-pooling multi-gpu-training gpu linux
1 source
- readme: https://github.com/jwyang/faster-rcnn.pytorch · fetched 2026-08-28 · 34e607a8b54f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jwyang/faster-rcnn.pytorch | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="jwyang/faster-rcnn.pytorch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem