Ross ROSS = Recommend OSS · open-source software intelligence for agents

CharlesShang/FastMaskRCNN

Mask RCNN in TensorFlow observed · 2026-08-28

github.com/CharlesShang/FastMaskRCNN · Python · Apache-2.0 (permissive) 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3448
  • days_rel: n/a
  • days_push: 2066
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3082 stars · 1081 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A TensorFlow implementation of Mask R-CNN for instance segmentation, reproducing the paper by Kaiming He et al. It includes ROIAlign, a COCO data provider, ResNet50 backbone, and a Feature Pyramid Network, with training scripts for COCO.

Use cases

  • train a Mask R-CNN model in TensorFlow
  • instance segmentation on the COCO dataset
  • reproduce the Mask R-CNN paper results
  • object detection with a feature pyramid network
  • learn how Mask R-CNN is implemented from scratch
  • fine-tune a segmentation model on custom images

When to choose

  • you need a readable TensorFlow 1.x codebase for studying or modifying Mask R-CNN internals
  • you want a lightweight standalone implementation rather than a large model zoo
  • you are working with the COCO dataset and ResNet50 backbones

When to avoid

  • you need a maintained, production-ready segmentation model - the repo is unfinished and inactive
  • you use TensorFlow 2.x or PyTorch - this targets TensorFlow 1.0+
  • you need full COCO training/evaluation, which was never completed

Facets

library · maturity abandoned

machine-learning deep-learning computer-vision image-processing computer-vision deep-learning machine-learning image-processing python mask-rcnn instance-segmentation object-detection tensorflow coco-dataset feature-pyramid-network roi-align linux gpu

1 source

Member repositories

RepositoryRoleHealth v2
CharlesShang/FastMaskRCNNmain32

For agents

markdown · JSON · MCP: product_card(name="CharlesShang/FastMaskRCNN")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem