Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gaolijun committed Aug 14, 2018
1 parent 894f30d commit 284c049
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions readme.md
Expand Up @@ -4,13 +4,16 @@
### 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)
[(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)

0 comments on commit 284c049

Please sign in to comment.