Skip to content

Commit

Permalink
update mobilenet_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyKy committed Feb 7, 2018
1 parent 0f2938b commit 3db2a8a
Show file tree
Hide file tree
Showing 4 changed files with 5,323 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

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](https://arxiv.org/abs/1704.04861)
- [Inverted Residuals and Linear Bottlenecks: Mobile Networks for Classification, Detection and Segmentation](https://arxiv.org/abs/1801.04381)


### Pretrained Models on ImageNet
Expand All @@ -12,9 +13,10 @@ A pretrained MobileNet model on ImageNet is provided and you can use score.py to

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

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


### Notes
Expand Down
Binary file added mobilenet_v2-0000.params
Binary file not shown.
Loading

0 comments on commit 3db2a8a

Please sign in to comment.