matterport/Mask_RCNN
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
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: 3240
- days_rel: n/a
- days_push: 818
- n_releases_24m: 0
Adoption not part of the score
25567 stars · 11610 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Python implementation of the Mask R-CNN model for object detection and instance segmentation, built on Keras and TensorFlow with a ResNet101 backbone and Feature Pyramid Network. It includes COCO pre-trained weights, training code, multi-GPU support, and Jupyter notebooks for visualization and custom dataset training.
Use cases
- segment objects in images with instance masks
- train a custom object detection model on my own dataset
- run pre-trained Mask R-CNN on COCO images
- detect and segment multiple object instances in a photo
- visualize the detection pipeline step by step
- fine-tune Mask R-CNN for my research project
When to choose
- you need instance segmentation (masks per object), not just bounding boxes
- you want readable, well-documented research code that is easy to extend
- you want pre-trained COCO weights and notebooks to inspect the model internals
- you are working with TensorFlow 1.x/Keras and multi-GPU training
When to avoid
- you need the latest architectures like YOLO, Detectron2, or transformer-based detectors
- you need TensorFlow 2.x or PyTorch support
- you need production-grade performance or active maintenance
- you only need simple object detection without segmentation masks
Facets
library · maturity maintenance
machine-learning computer-vision image-processing deep-learning computer-vision machine-learning deep-learning image-processing python cross-platform mask-rcnn object-detection instance-segmentation keras tensorflow coco resnet feature-pyramid-network gpu
1 source
- readme: https://github.com/matterport/Mask_RCNN · fetched 2026-08-28 · 8af9dd2b1223
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| matterport/Mask_RCNN | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="matterport/Mask_RCNN")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem