arthurdouillard / keras-shufflenet
Implementation in Keras of ShuffleNet (https://arxiv.org/abs/1707.01083)
☆19Updated 6 years ago
Alternatives and similar repositories for keras-shufflenet:
Users that are interested in keras-shufflenet are comparing it to the libraries listed below
- [SAIN'18] [Caffe] A dilated version of FCN with Stride 2 for Efficient Semantic Segmentation☆33Updated 4 years ago
- Keras Implementation of MixNets: Mixed Depthwise Convolutions☆39Updated 4 years ago
- Implementation in Keras of MobileNet (https://arxiv.org/abs/1704.04861)☆23Updated 6 years ago
- Simple Tensorflow implementation of Batch-Instance Normalization (NIPS 2018)☆40Updated 6 years ago
- tf.keras implementations of deep texture recognition & fine-grained image classification models☆29Updated 5 years ago
- Implementation in Keras of Effnet (https://arxiv.org/abs/1801.06434)☆21Updated 6 years ago
- A neural network architecture for realtime simultaneous face detection, landmark localization, pose estimation and gender recognition.☆22Updated 7 years ago
- An reimplementation U-Net on MXNet☆31Updated 6 years ago
- Pytorch Implementation of RetinaNet with CUDA accelerate nms operation.