Skip to content

Haiyang21/MobileNet-Caffe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MobileNet-Caffe

Introduction

This is a Caffe implementation of Google's MobileNets. For details, please read the original paper:

Pretrained Models on ImageNet

We provide a pretrained MobileNet model on ImageNet, which achieves slightly better accuracy rates than the original one reported in the paper.

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

Network Top-1 Top-5 Download Architecture
MobileNet 70.81 89.85 caffemodel (16.2 MB) netscope

Notes

  • BGR mean values [103.94,116.78,123.68] are subtracted
  • scale: 0.017 is used as std values for image preprocessing
  • please uncomment engine: CAFFE used in the conv layers with group, if you encounter memory problems.

About

Caffe Implementation of Google's MobileNets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published