mirror of
https://github.com/open-mmlab/mmclassification.git
synced 2025-06-03 21:53:55 +08:00
* Add model-pages * Add shortname in configs * Use link directly instead of `switch_language.md` * Auto collapse model-zoo pages. * Fix link in RegVGG * Add link replace * fix lint
Searching for MobileNetV3
Introduction
@inproceedings{Howard_2019_ICCV,
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},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2019}
}
Pretrain model
The pre-trained modles are converted from torchvision.
ImageNet
Model | Params(M) | Flops(G) | Top-1 (%) | Top-5 (%) | Download |
---|---|---|---|---|---|
MobileNetV3-Large | 5.48 | 0.23 | 74.04 | 91.34 | model |
MobileNetV3-Small | 2.54 | 0.06 | 67.66 | 87.41 | model |
Results and models
Waiting for adding.