项目作者: AmigoCDT

项目描述 :
A Gluon implement of MobileNetV3
高级语言: Python
项目地址: git://github.com/AmigoCDT/MXNet-MobileNetV3.git
创建时间: 2019-05-18T15:06:38Z
项目社区:https://github.com/AmigoCDT/MXNet-MobileNetV3

开源协议:Apache License 2.0

下载


MXNet-MobileNetV3

A Gluon implement of MobileNetV3

How to use it?

  1. git clone https://www.github.com/deepinsight/insightface.git
  2. 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 CDT_look_that@outlook.com, I will solve it as soon as I could.

Reference

kuan-wang/pytorch-mobilenet-v3

  1. @ARTICLE{2019arXiv190502244H,
  2. author = {{Howard}, Andrew and {Sandler}, Mark and {Chu}, Grace and
  3. {Chen}, Liang-Chieh and {Chen}, Bo and {Tan}, Mingxing and
  4. {Wang}, Weijun and {Zhu}, Yukun and {Pang}, Ruoming and
  5. {Vasudevan}, Vijay and {Le}, Quoc V. and {Adam}, Hartwig},
  6. title = "{Searching for MobileNetV3}",
  7. journal = {arXiv e-prints},
  8. keywords = {Computer Science - Computer Vision and Pattern Recognition},
  9. year = "2019",
  10. month = "May",
  11. eid = {arXiv:1905.02244},
  12. pages = {arXiv:1905.02244},
  13. archivePrefix = {arXiv},
  14. eprint = {1905.02244},
  15. primaryClass = {cs.CV},
  16. adsurl = {https://ui.adsabs.harvard.edu/abs/2019arXiv190502244H},
  17. adsnote = {Provided by the SAO/NASA Astrophysics Data System}
  18. }