roytseng-tw/Detectron.pytorch
A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3128
- days_rel: n/a
- days_push: 2554
- n_releases_24m: 0
Adoption not part of the score
2808 stars · 528 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A PyTorch reimplementation of Facebook's Detectron object detection framework, supporting Mask R-CNN, keypoint/pose estimation, and instance segmentation models. It can train models from scratch or run inference directly using Detectron's official pretrained weight files.
Use cases
- run mask r-cnn inference with pretrained detectron weights in pytorch
- train an object detection model from scratch in pytorch
- detect objects and instance segmentation masks in images
- estimate human keypoints or pose from images
- reproduce detectron results without caffe2
- fine-tune a detection model on a custom dataset
When to choose
- you want Detectron-compatible results but prefer PyTorch over Caffe2
- you need to load official Detectron pretrained weights directly
- you want to train Mask R-CNN or keypoint R-CNN models with multi-GPU support
- you need a pure PyTorch codebase for detection research
When to avoid
- you are starting a new project - the README recommends facebookresearch/maskrcnn-benchmark instead
- you need the full Detectron feature set, since only part of the functionality is supported
- you need modern PyTorch versions, as this targets PyTorch 0.3-0.4 era APIs
- you need active maintenance, as the last release was in 2019
Facets
library · maturity maintenance
machine-learning deep-learning computer-vision image-processing computer-vision machine-learning deep-learning image-processing python object-detection instance-segmentation mask-rcnn keypoint-detection detectron pytorch pretrained-weights pose-estimation panoptic-segmentation linux gpu
1 source
- readme: https://github.com/roytseng-tw/Detectron.pytorch · fetched 2026-08-28 · 110864f2733d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| roytseng-tw/Detectron.pytorch | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="roytseng-tw/Detectron.pytorch")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem