CharlesShang/FastMaskRCNN
A TensorFlow implementation of Mask R-CNN for object detection and instance segmentation on the COCO dataset.

Velocity · 7d
+0.9
★ / day
Trend
→steady
star history
This repository reproduces the Mask R-CNN paper by Kaiming He et al., implementing a deep learning model for object detection and instance segmentation. It uses TensorFlow as the framework, ResNet50 as the backbone feature extractor, and Feature Pyramid Network for multi-scale feature fusion. The implementation includes ROIAlign operations, anchor generation, and a mask prediction head, and is designed to train on the COCO dataset.