资源算法MobileNet

MobileNet

2019-09-17 | |  129 |   0 |   0

MobileNet-MXNet

Introduction

This is a MXNet implementation of Google's MobileNets. For details, please read the original paper: - MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications - Inverted Residuals and Linear Bottlenecks: Mobile Networks for Classification, Detection and Segmentation

Pretrained Models on ImageNet

A pretrained MobileNet model on ImageNet is provided and you can use score.py to reproduce the accuracy in ImageNet 2012 val dataset.

The top-1/5 accuracy rates by using single center crop (crop size: 224x224, image size: 256xN):

Network|Top-1|Top-5|model size :---:|:---:|:---:|---:| MobileNet| 71.24| 90.15| 16.6MB | MobileNet-V2 | 71.62 | 90.27| 13.8MB |

Notes

  • RGB mean values [123.68,116.78,103.94] are subtracted

  • scale: 0.017 is used as std values for image preprocessing

  • This model is converted from MobileNet-Caffe

  • MXNet 11.0rc supports depthwiseConvolution now!


上一篇:AttentionWalk

下一篇:Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...