mx-maskrcnn
Object detector
An implementation of Mask R-CNN using MXNet and Resnet-50-FPN for object detection and segmentation in images.
An MXNet implementation of Mask R-CNN
2k stars
99 watching
549 forks
Language: Python
last commit: over 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
ijkguo/mx-rcnn | An implementation of Faster R-CNN using MXNet for object detection tasks | 671 |
charlesshang/tffrcnn | A TensorFlow-based implementation of Faster R-CNN object detection using pre-trained ResNet networks and custom datasets. | 874 |
jasjeetim/mask-rcnn | An implementation of Mask-RCNN in Caffe for object detection and instance segmentation tasks | 231 |
owlbarn/owl_mask_rcnn | A Mask R-CNN implementation using OCaml's Owl numerical library | 17 |
wannabeog/mask-rcnn | A PyTorch implementation of the Mask R-CNN architecture | 992 |
eniac-xie/faster-rcnn-resnet | An implementation of a Faster R-CNN object detection algorithm using a ResNet neural network architecture. | 207 |
ruotianluo/faster-rcnn-densecap-torch | An implementation of Faster R-CNN object detection in PyTorch, modified from DenseCap. | 85 |
ruotianluo/pytorch-faster-rcnn | An implementation of Faster R-CNN detection framework in PyTorch | 1,817 |
robertcsordas/rfcn-tensorflow | An implementation of a deep learning model for object detection and segmentation in images | 292 |
chengyangfu/retinamask | A Python-based implementation of a single-shot object detection algorithm using Mask R-CNN architecture. | 339 |
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 |
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 |
bruinxiong/senet.mxnet | An implementation of Squeeze-and-Excitation Networks in MXNet for image classification tasks. | 154 |
bruinxiong/modified-crunet-and-residual-attention-network.mxnet | An MXNet implementation of a modified deep neural network architecture for image classification | 67 |