jasjeetIM / Mask-RCNN

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:MATLAB 93.2%Language:C++ 4.0%Language:Cuda 2.9%