All Projects → xilaili → Maskrcnn.mxnet

xilaili / Maskrcnn.mxnet

Licence: other
Mask-RCNN implementation in MXNet

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Maskrcnn.mxnet

Mxnet Ir
Image Retrieval Experiment Using Triplet Loss
Stars: ✭ 27 (-60.29%)
Mutual labels:  mxnet
Video Tutorial Cvpr2020
A Comprehensive Tutorial on Video Modeling
Stars: ✭ 48 (-29.41%)
Mutual labels:  mxnet
Ko en neural machine translation
Korean English NMT(Neural Machine Translation) with Gluon
Stars: ✭ 55 (-19.12%)
Mutual labels:  mxnet
Efficientnet
Gluon implementation of EfficientNet and EfficientNet-lite
Stars: ✭ 30 (-55.88%)
Mutual labels:  mxnet
Cv Pretrained Model
A collection of computer vision pre-trained models.
Stars: ✭ 995 (+1363.24%)
Mutual labels:  mxnet
Mxnet Seq2seq
Sequence to sequence learning with MXNET
Stars: ✭ 51 (-25%)
Mutual labels:  mxnet
Resnet Multipleframework
ResNet benchmark by Keras(TensorFlow), Keras(MXNet), Chainer, PyTorch using Google Colab
Stars: ✭ 14 (-79.41%)
Mutual labels:  mxnet
Ya mxdet
Yet Another MXnet DETection
Stars: ✭ 61 (-10.29%)
Mutual labels:  mxnet
Quantization.mxnet
Simulate quantization and quantization aware training for MXNet-Gluon models.
Stars: ✭ 42 (-38.24%)
Mutual labels:  mxnet
Aws Machine Learning University Accelerated Cv
Machine Learning University: Accelerated Computer Vision Class
Stars: ✭ 1,068 (+1470.59%)
Mutual labels:  mxnet
Tensorly
TensorLy: Tensor Learning in Python.
Stars: ✭ 977 (+1336.76%)
Mutual labels:  mxnet
Gluonrank
Ranking made easy
Stars: ✭ 39 (-42.65%)
Mutual labels:  mxnet
Deeplearning Mxnet
MXNet for CTR
Stars: ✭ 51 (-25%)
Mutual labels:  mxnet
Mxnet Centernet
Gluon implementation of "Objects as Points", aka "CenterNet"
Stars: ✭ 29 (-57.35%)
Mutual labels:  mxnet
Polyaxon Examples
Code for polyaxon tutorials and examples
Stars: ✭ 57 (-16.18%)
Mutual labels:  mxnet
Mxnet2caffe
convert model from mxnet to caffe without lossing precision
Stars: ✭ 20 (-70.59%)
Mutual labels:  mxnet
Vapoursynthcolab
AI Video Processing/Upscaling With VapourSynth in Google Colab
Stars: ✭ 47 (-30.88%)
Mutual labels:  mxnet
Mtcnn
face detection and alignment with mtcnn
Stars: ✭ 66 (-2.94%)
Mutual labels:  mxnet
Audio Pretrained Model
A collection of Audio and Speech pre-trained models.
Stars: ✭ 61 (-10.29%)
Mutual labels:  mxnet
Go Mxnet Predictor
go binding for mxnet c_predict_api to do inference with pre-trained model
Stars: ✭ 52 (-23.53%)
Mutual labels:  mxnet

1. Mask RCNN in MXNet:

  • Training:
    python maskrcnn_train_end2end.py --gpus 0 --prefix model/e2e  --end_epoch 10
    
  • Testing:
    python maskrcnn_test.py --gpu 0 --prefix model/e2e --epoch 10 --vis
    
  • Demo:
    python maskrcnn_demo.py --gpu 0 --prefix model/e2e --epoch 10 
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].