All Projects → AmigoCDT → MXNet-MobileNetV3

AmigoCDT / MXNet-MobileNetV3

Licence: Apache-2.0 license
A Gluon implement of MobileNetV3

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MXNet-MobileNetV3

FCOS GluonCV
FCOS: Fully Convolutional One-Stage Object Detection.
Stars: ✭ 24 (-14.29%)
Mutual labels:  mxnet, gluoncv
MXNet-EfficientNet
A Gluon Implement of EfficientNet
Stars: ✭ 12 (-57.14%)
Mutual labels:  mxnet, gluoncv
sfd.gluoncv
Reproduce SFD face detector using gluon-cv
Stars: ✭ 23 (-17.86%)
Mutual labels:  mxnet, gluoncv
mobilenext
non-official PyTorch implementation of MobileNeXt from paper [Rethinking Bottleneck Structure for Efficient Mobile Network Design]
Stars: ✭ 43 (+53.57%)
Mutual labels:  mobilenet
MobileNetV3-SSD-Compact-Version
MobileNetV3 SSD的简洁版本
Stars: ✭ 65 (+132.14%)
Mutual labels:  mobilenet
ResidualAttentionNetwork
A Gluon implement of Residual Attention Network. Best acc on cifar10-97.78%.
Stars: ✭ 104 (+271.43%)
Mutual labels:  mxnet
mxnet-SSH
Reproduce SSH (Single Stage Headless Face Detector) with MXNet
Stars: ✭ 91 (+225%)
Mutual labels:  mxnet
XKT
Multiple Knowledge Tracing models implemented by mxnet
Stars: ✭ 14 (-50%)
Mutual labels:  mxnet
age-gender-estimation
A Lightweight and Efficient Method for Face Age and Gender Estimation Implemented in MXNet
Stars: ✭ 61 (+117.86%)
Mutual labels:  mxnet
ImageRecognizer-iOS
[this repo is no longer maintained] Neural Network image classifier (inception-bn network architecture), developed via MxNet
Stars: ✭ 51 (+82.14%)
Mutual labels:  mxnet
CRNN-OCR-lite
Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]
Stars: ✭ 130 (+364.29%)
Mutual labels:  mobilenet
Densenet
MXNet implementation for DenseNet
Stars: ✭ 28 (+0%)
Mutual labels:  mxnet
djl
An Engine-Agnostic Deep Learning Framework in Java
Stars: ✭ 3,080 (+10900%)
Mutual labels:  mxnet
Mxnet2Caffe-Tensor-RT-SEnet
Mxnet2Caffe_Tensor RT
Stars: ✭ 18 (-35.71%)
Mutual labels:  mxnet
mxnet-retrain
Create mxnet finetuner (retrain) for mac/linux ,no need install docker and supports CPU, GPU(eGpu/cudnn).support the inception,resnet ,squeeznet,mobilenet...
Stars: ✭ 32 (+14.29%)
Mutual labels:  mxnet
MXNet-GAN
MXNet Implementation of DCGAN, Conditional GAN, pix2pix
Stars: ✭ 23 (-17.86%)
Mutual labels:  mxnet
gluon-faster-rcnn
Faster R-CNN implementation with MXNet Gluon API
Stars: ✭ 31 (+10.71%)
Mutual labels:  mxnet
RFBNet
Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018
Stars: ✭ 1,380 (+4828.57%)
Mutual labels:  mobilenet
kaggle-dstl-satellite-imagery-feature-detection
6th place solution
Stars: ✭ 16 (-42.86%)
Mutual labels:  mxnet
arcface retinaface mxnet2onnx
arcface and retinaface model convert mxnet to onnx.
Stars: ✭ 53 (+89.29%)
Mutual labels:  mxnet

MXNet-MobileNetV3

A Gluon implement of MobileNetV3

How to use it?

git clone https://www.github.com/deepinsight/insightface.git
cp $MXNet-MobileNetV3/fmobilenetv3.py $insightface/recognition/symbols

Then follow the insightface's parallel train usage to train face recognition, please.

Feel free to contact me

I am just a new to MXNet and Gluon, There must be soooo many bugs in fmobilenetv3.py. Feel free to contact me with issue or [email protected], I will solve it as soon as I could.

Reference

kuan-wang/pytorch-mobilenet-v3

    @ARTICLE{2019arXiv190502244H,
       author = {{Howard}, Andrew and {Sandler}, Mark and {Chu}, Grace and
         {Chen}, Liang-Chieh and {Chen}, Bo and {Tan}, Mingxing and
         {Wang}, Weijun and {Zhu}, Yukun and {Pang}, Ruoming and
         {Vasudevan}, Vijay and {Le}, Quoc V. and {Adam}, Hartwig},
        title = "{Searching for MobileNetV3}",
      journal = {arXiv e-prints},
     keywords = {Computer Science - Computer Vision and Pattern Recognition},
         year = "2019",
        month = "May",
          eid = {arXiv:1905.02244},
        pages = {arXiv:1905.02244},
    archivePrefix = {arXiv},
       eprint = {1905.02244},
    primaryClass = {cs.CV},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2019arXiv190502244H},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
    }
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].