cinsdikici / ghostnet

[CVPR2020] Surpassing MobileNetV3: "GhostNet: More Features from Cheap Operations"

Home Page:https://arxiv.org/abs/1911.11907

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GhostNet

News

2020/06/10 GhostNet is included in PyTorch Hub.

2020/06/08 PyTorch code is included in this repo.


GhostNet: More Features from Cheap Operations. CVPR 2020. [Paper] [arXiv]

By Kai Han, Yunhe Wang, Qi Tian, Jianyuan Guo, Chunjing Xu, Chang Xu.

  • Approach
  • Performance

GhostNet beats other SOTA lightweight CNNs such as MobileNetV3 and FBNet.

Code

This repo provides TensorFlow code and PyTorch code:

Citation

@inproceedings{ghostnet,
  title={GhostNet: More Features from Cheap Operations},
  author={Han, Kai and Wang, Yunhe and Tian, Qi and Guo, Jianyuan and Xu, Chunjing and Xu, Chang},
  booktitle={CVPR},
  year={2020}
}

Other versions

This repo provides the TensorFlow/PyTorch code of GhostNet. Other versions can be found in the following:

  1. Pytorch: code
  2. Darknet: cfg file, and description
  3. Gluon/Keras/Chainer: code
  4. Pytorch for human pose estimation: code

About

[CVPR2020] Surpassing MobileNetV3: "GhostNet: More Features from Cheap Operations"

https://arxiv.org/abs/1911.11907

License:Apache License 2.0


Languages

Language:Python 100.0%