MobileNetV2
MobileNet V2 model
An implementation of MobileNet V2 using TensorFlow, providing basic functionality for training and testing the network
A Tensorflow implementation of MobileNet V2
150 stars
11 watching
72 forks
Language: Python
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
chinakook/mobilenetv2.mxnet | A Python implementation of MobileNetV2 architecture using MXNet/Gluon for image classification and other computer vision tasks. | 85 |
liangfu/mxnet-mobilenet-v2 | Reproduction of MobileNetV2 using MXNet | 129 |
xiaochus/mobilenetv2 | A Keras implementation of MobileNetV2 with support for training and fine-tuning | 320 |
zehaos/mobilenet | An implementation of Google's MobileNets in TensorFlow for object detection and image classification tasks. | 1,617 |
randl/mobilenetv2-pytorch | An implementation of MobileNetV2 in PyTorch for image classification tasks. | 271 |
neulab/prompt2model | Generates deployable models from natural language instructions | 1,962 |
shicai/mobilenet-caffe | A Caffe implementation of Google's MobileNets, providing pretrained models on ImageNet for image classification tasks | 1,259 |
mg2033/shufflenet | An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. | 384 |
wolegechu/shufflenetv2.caffe2 | An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks | 25 |
kuan-wang/pytorch-mobilenet-v3 | An implementation of MobileNetV3 in PyTorch with pre-trained models | 779 |
chenxi116/tf-deeplab | A TensorFlow implementation of DeepLab using ResNet 101 architecture | 22 |
localminimum/qanet | An implementation of Google's QANet for machine reading comprehension using TensorFlow. | 983 |
tkuanlun350/tensorflow-segnet | A TensorFlow-based implementation of the SegNet segmentation algorithm, with modifications to address index unravel issues and support multiple features such as dilation and multi-resolution learning. | 369 |
ml-gde/e2e-tflite-tutorials | Tutorials and projects on building, deploying, and using TensorFlow Lite models for mobile applications | 133 |
nardo/tnl2 | A high-level networking API for real-time simulations with remote procedure call and object state replication primitives | 25 |