MobileNetV3
MobileNetArchitecture
A Keras implementation of MobileNetV3 architecture for image classification and segmentation.
A Keras implementation of MobileNetV3.
238 stars
11 watching
84 forks
Language: Python
last commit: over 4 years ago
Linked from 1 awesome list
image-classificationkerasmobilenetv3
Related projects:
Repository | Description | Stars |
---|---|---|
xiaochus/mobilenetv2 | A Keras implementation of MobileNetV2 with support for training and fine-tuning | 320 |
kuan-wang/pytorch-mobilenet-v3 | An implementation of MobileNetV3 in PyTorch with pre-trained models | 779 |
xiaolai-sqlai/mobilenetv3 | A PyTorch implementation of the MobileNetV3 architecture with pre-trained models and training code for fine-tuning. | 1,650 |
d-li14/mobilenetv3.pytorch | A PyTorch implementation of MobileNet V3 architecture | 521 |
k3nt0w/fcn_via_keras | A Python implementation of a deep neural network architecture for semantic image segmentation | 48 |
xiaohan2012/sdne-keras | An implementation of Structural Deep Network Embedding using Keras for link prediction and network embedding tasks | 92 |
homles11/igcv3 | An implementation of an efficient deep neural network architecture | 189 |
jihongju/keras-fcn | A library implementing a Fully Convolutional Network architecture with Keras support | 202 |
leaderj1001/mobilenetv3-pytorch | An implementation of MobileNetV3 using PyTorch with search space optimization | 292 |
keras-team/keras-cv | Provides modular computer vision components compatible with various deep learning frameworks | 1,010 |
kentsommer/keras-inceptionv4 | An implementation of a deep neural network architecture for image classification using Keras. | 471 |
gink03/alt-i2v | An implementation of a deep learning-based image representation learning approach using a modified fully connected layer and transfer learning from VGG16 | 34 |
aurora95/keras-fcn | Keras implementation of Fully Convolutional Networks for Semantic Segmentation | 650 |
mg2033/shufflenet | An implementation of a computationally efficient deep neural network architecture designed for mobile devices with limited computing power. | 384 |
zehaos/mobilenet | An implementation of Google's MobileNets in TensorFlow for object detection and image classification tasks. | 1,617 |