MobileNet
MobileNet model
An implementation of Google's MobileNets in TensorFlow for object detection and image classification tasks.
MobileNet build with Tensorflow
2k stars
84 watching
470 forks
Language: Python
last commit: about 7 years ago
Linked from 1 awesome list
detectionmobilenetsmultigpuslimtensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
shicai/mobilenet-caffe | A Caffe implementation of Google's MobileNets, providing pretrained models on ImageNet for image classification tasks | 1,259 |
xiaochus/mobilenetv2 | A Keras implementation of MobileNetV2 with support for training and fine-tuning | 320 |
mg2033/shufflenet | An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. | 384 |
zsdonghao/spatial-transformer-nets | An implementation of Spatial Transformer Networks in TensorFlow for learning to apply transformations to images via classification tasks. | 36 |
yeephycho/nasnet-tensorflow | A toolkit for training and deploying a state-of-the-art image classification architecture on TensorFlow | 136 |
chinakook/mobilenetv2.mxnet | A Python implementation of MobileNetV2 architecture using MXNet/Gluon for image classification and other computer vision tasks. | 85 |
neuleaf/mobilenetv2 | An implementation of MobileNet V2 using TensorFlow, providing basic functionality for training and testing the network | 150 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |
shathe/mnasnet-keras-tensorflow | An implementation of MnasNet architecture in Keras for TensorFlow using Python | 99 |
hellochick/pspnet-tensorflow | A TensorFlow-based implementation of a semantic segmentation network for image classification tasks | 326 |
taehoonlee/tensornets | A collection of pre-trained neural network models with simple interfaces for easy integration into machine learning workflows. | 1,004 |
kuan-wang/pytorch-mobilenet-v3 | An implementation of MobileNetV3 in PyTorch with pre-trained models | 779 |
flyyufelix/densenet-keras | An implementation of DenseNet in Keras with pre-trained ImageNet weights | 568 |
hollance/mobilenet-coreml | An implementation of the MobileNet neural network using Apple's CoreML framework for mobile vision applications. | 706 |
hszhao/pspnet | A PyTorch implementation of a deep learning model for semantic image segmentation | 1,593 |