Home

Awesome

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 <br /> DONE

TO DO

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.