multimodallearning/pytorch-mask-rcnn
A PyTorch implementation of Mask R-CNN for instance segmentation and object detection.

Velocity · 7d
+0.7
★ / day
Trend
→steady
star history
This repository provides a PyTorch reimplementation of Mask R-CNN, a deep learning model that generates bounding boxes and segmentation masks for object instances in images. Based on Feature Pyramid Network (FPN) with a ResNet101 backbone, it extends Faster R-CNN with an additional branch for predicting segmentation masks. The implementation is largely derived from Matterport’s original Keras/TensorFlow version.