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: almost 7 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. | 875 |
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 | 995 |
eniac-xie/faster-rcnn-resnet | A custom implementation of Faster R-CNN with ResNet architecture and Online Hard Example Mining. | 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,816 |
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 project providing a deep learning-based object detection framework | 835 |
zjhuang22/maskscoring_rcnn | An open source implementation of Mask Scoring R-CNN for instance segmentation tasks. | 1,901 |
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. | 155 |
bruinxiong/modified-crunet-and-residual-attention-network.mxnet | An MXNet implementation of a modified deep neural network architecture for image classification | 67 |