Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 593 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 593 Bytes

Mask-RCNN

Implementation of Mask-RCNN in Caffe based on https://arxiv.org/pdf/1703.06870.pdf

This is a adaptation of Faster-RCNN : https://github.com/ShaoqingRen/faster_rcnn
DONE

  • Adapted to MS COCO dataset
  • Adapted to Resnet50
  • Added Mask Branch for Mask RCNN
  • Added ROIALign Layer

TO DO

  • Train models

UPDATE Unfortunately, I do not have the time to complete the code for this project. However, the authors have released a complete implementation of Mask-RCNN here: https://github.com/facebookresearch/maskrcnn-benchmark/tree/master/maskrcnn_benchmark.