News
2020/09/24 We release GhostNet models for more vision tasks on MindSpore Hub and MindSpore Model Zoo.
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.
This repo provides TensorFlow code and PyTorch code:
- Tensorflow: ./tensorflow with pretrained model.
- PyTorch: ./pytorch with pretrained model.
- We also opensource code on MindSpore Hub and MindSpore Model Zoo.
@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}
}
This repo provides the TensorFlow/PyTorch code of GhostNet. Other versions can be found in the following:
- Darknet: cfg file, and description
- Gluon/Keras/Chainer: code
- Paddle: code
- Pytorch for human pose estimation: code