All Projects → jasjeetIM → Mask Rcnn

jasjeetIM / Mask Rcnn

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

Programming Languages

matlab
3953 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].