Mask-RCNN

Object detector

An implementation of Mask-RCNN in Caffe for object detection and instance segmentation tasks

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

GitHub

231 stars
21 watching
141 forks
Language: MATLAB
last commit: over 5 years ago
Linked from 2 awesome lists


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
tusimple/mx-maskrcnn An implementation of Mask R-CNN using MXNet and Resnet-50-FPN for object detection and segmentation in images. 1,755
wannabeog/mask-rcnn A PyTorch implementation of the Mask R-CNN architecture 992
ijkguo/mx-rcnn An implementation of Faster R-CNN using MXNet for object detection tasks 671
xiaolonw/adversarial-frcnn A Caffe-based implementation of A-Fast-RCNN, a method for object detection using adversarial networks. 482
owlbarn/owl_mask_rcnn A Mask R-CNN implementation using OCaml's Owl numerical library 17
charlesshang/tffrcnn A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. 874
zjhuang22/maskscoring_rcnn An open source implementation of Mask Scoring R-CNN for instance segmentation tasks. 1,900
daijifeng001/r-fcn A MATLAB implementation of an object detection framework that leverages deep fully convolutional networks to accurately and efficiently detect objects in images. 1,245
chengyangfu/retinamask A Python-based implementation of a single-shot object detection algorithm using Mask R-CNN architecture. 339
dafucoding/mtcnn_caffe Transforms MTCNN algorithm from Matlab to Caffe framework 240
goatmessi8/rfbnet An object detection system using a novel receptive field block module to enhance feature discriminability and robustness. 1,413
zengarden/light_head_rcnn A research implementation of an object detection algorithm using a variant of the R-CNN model with a light head architecture. 834
bharath272/sds_eccv2014 A Matlab implementation of simultaneous object detection and segmentation using deep learning techniques. 96
xingwangsfu/caffe-yolo An implementation of YOLO object detection in Caffe using pre-trained darknet weights 520
lzx1413/caffe_ssd An implementation of a unified framework for object detection using a single network. 109