MobileNet-Caffe
MobileNet model
A Caffe implementation of Google's MobileNets, providing pretrained models on ImageNet for image classification tasks
Caffe Implementation of Google's MobileNets (v1 and v2)
1k stars
65 watching
707 forks
Language: Python
last commit: over 3 years ago
Linked from 1 awesome list
caffeimagenetmobilenetmobilenetv2mobilnet-v2
Related projects:
Repository | Description | Stars |
---|---|---|
shicai/densenet-caffe | Provides pre-trained neural network models based on DenseNet architecture, converted from Torch format to Caffe model for use in deep learning applications. | 357 |
shicai/senet-caffe | An implementation of a neural network architecture for image classification using the Caffe framework. | 169 |
jixing0415/caffe-mobilenet-v3 | An implementation of MobileNetV3 using the Caffe framework | 130 |
zehaos/mobilenet | An implementation of Google's MobileNets in TensorFlow for object detection and image classification tasks. | 1,617 |
lim0606/caffe-googlenet-bn | Re-implementation of a neural network model with batch normalization and customized training parameters. | 131 |
chuanqi305/mobilenet-ssd | A Caffe implementation of the MobileNet SSD detection network | 2,035 |
wolegechu/shufflenetv2.caffe2 | An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks | 25 |
lijianfei06/mnasnet-caffe | An implementation of a deep neural network architecture search method for mobile devices using the Caffe framework. | 52 |
chinakook/mobilenetv2.mxnet | A Python implementation of MobileNetV2 architecture using MXNet/Gluon for image classification and other computer vision tasks. | 85 |
xiaochus/mobilenetv2 | A Keras implementation of MobileNetV2 with support for training and fine-tuning | 320 |
ethanhe42/xception-caffe | An implementation of the Xception neural network in Caffe, a deep learning framework. | 45 |
farmingyard/shufflenet | An efficient convolutional neural network implementation for mobile devices | 448 |
neuleaf/mobilenetv2 | An implementation of MobileNet V2 using TensorFlow, providing basic functionality for training and testing the network | 150 |
liangfu/mxnet-mobilenet-v2 | Reproduction of MobileNetV2 using MXNet | 129 |
hollance/mobilenet-coreml | An implementation of the MobileNet neural network using Apple's CoreML framework for mobile vision applications. | 706 |