Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opconty/keras-shufflenetV2

Keras implementation of ShuffleNet V2
https://github.com/opconty/keras-shufflenetV2

Last synced: 8 days ago
JSON representation

Keras implementation of ShuffleNet V2

Awesome Lists containing this project

README

        

## Keras ShuffleNet V2
> Keras implementation of ShuffleNet V2

### Example
The example is from [kaggle emotion recognition challenge](https://www.kaggle.com/c/challenges-in-representation-learning-facial-expression-recognition-challenge), this is the [pre-trained model](./weights/shufflenetv2_emotion_recogn.h5) using shufflenet v2

demo result:

![demo](./images/a_emo.png)

### References
[(repo)keras-shufflenet](https://github.com/scheckmedia/keras-shufflenet)

[(paper)ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Design](https://arxiv.org/abs/1807.11164)

### Licence
[MIT License](https://opensource.org/licenses/MIT)