All Projects → sirius-ai → MobileNetV3-TF

sirius-ai / MobileNetV3-TF

Licence: Apache-2.0 license
Tensorflow implementation for two new MobileNetV3 models!

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to MobileNetV3-TF

MobileNetV3-SSD-Compact-Version
MobileNetV3 SSD的简洁版本
Stars: ✭ 65 (+160%)
Mutual labels:  mobilenet, mobilenetv3, mobilenetv3-large
caffe-mobilenet-v3
Caffe Implementation of MobileNets V3
Stars: ✭ 127 (+408%)
Mutual labels:  mobilenetv3, mobilenet-v3
ModelZoo.pytorch
Hands on Imagenet training. Unofficial ModelZoo project on Pytorch. MobileNetV3 Top1 75.64🌟 GhostNet1.3x 75.78🌟
Stars: ✭ 42 (+68%)
Mutual labels:  mobilenet, mobilenetv3
Voice-ML
MobileNet trained with VoxCeleb dataset and used for voice verification
Stars: ✭ 15 (-40%)
Mutual labels:  mobilenet
CRNN-OCR-lite
Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]
Stars: ✭ 130 (+420%)
Mutual labels:  mobilenet
efficientnet-jax
EfficientNet, MobileNetV3, MobileNetV2, MixNet, etc in JAX w/ Flax Linen and Objax
Stars: ✭ 114 (+356%)
Mutual labels:  mobilenetv3
Dog-or-Cat-TensorflowSharp-Example
An example for TensorflowSharp - classify an image as a dog or cat.
Stars: ✭ 15 (-40%)
Mutual labels:  mobilenet
mobilenext
non-official PyTorch implementation of MobileNeXt from paper [Rethinking Bottleneck Structure for Efficient Mobile Network Design]
Stars: ✭ 43 (+72%)
Mutual labels:  mobilenet
YOLOv5-Lite
🍅🍅🍅YOLOv5-Lite: lighter, faster and easier to deploy. Evolved from yolov5 and the size of model is only 930+kb (int8) and 1.7M (fp16). It can reach 10+ FPS on the Raspberry Pi 4B when the input size is 320×320~
Stars: ✭ 1,230 (+4820%)
Mutual labels:  mobilenet
the-wandering-dreamer
The Wandering Dreamer: An Synthetic Feedback Loop
Stars: ✭ 21 (-16%)
Mutual labels:  mobilenet
ghostnet.pytorch
73.6% GhostNet 1.0x pre-trained model on ImageNet
Stars: ✭ 90 (+260%)
Mutual labels:  mobilenetv3
MXNet-MobileNetV3
A Gluon implement of MobileNetV3
Stars: ✭ 28 (+12%)
Mutual labels:  mobilenet
glDelegateBenchmark
quick and dirty benchmark for TFLite gles delegate on iOS
Stars: ✭ 13 (-48%)
Mutual labels:  mobilenet
RFBNet
Receptive Field Block Net for Accurate and Fast Object Detection, ECCV 2018
Stars: ✭ 1,380 (+5420%)
Mutual labels:  mobilenet
mobilenet-v2-tensorflow
No description or website provided.
Stars: ✭ 66 (+164%)
Mutual labels:  mobilenet
caffe-mobilenet v2
caffe based mobilenet v2 deploy
Stars: ✭ 29 (+16%)
Mutual labels:  mobilenet
sparsezoo
Neural network model repository for highly sparse and sparse-quantized models with matching sparsification recipes
Stars: ✭ 264 (+956%)
Mutual labels:  mobilenet
Maix-LogoClassifier
A simple logo classifier developed using Maixduino framework and PlatfomIO, to run on K210 MCU on Sipeed's Maix dev board.
Stars: ✭ 25 (+0%)
Mutual labels:  mobilenet
awesome lightweight networks
The implementation of various lightweight networks by using PyTorch. such as:MobileNetV2,MobileNeXt,GhostNet,ParNet,MobileViT、AdderNet,ShuffleNetV1-V2,LCNet,ConvNeXt,etc. ⭐⭐⭐⭐⭐
Stars: ✭ 516 (+1964%)
Mutual labels:  mobilenet
AutoLabelImg
A self automatically labeling tool
Stars: ✭ 67 (+168%)
Mutual labels:  mobilenet

MobileNetV3-TF

Tensorflow implementation for two new MobileNetV3 models, these models can be use in classification、detection and segmentation task at so on.
For detail info please reference the paper Searching for MobileNetV3.

Mobilenet V3 block

MobileNetV3-block

MobileNetV3-Small-Spec

MobileNetV3-Small-Spec

MobileNetV3-Large-Spec

MobileNetV3-Large-Spec

dependencies

  • tensorflow >= r1.14
  • python 3.6.x
  • numpy

prepare datasets

  1. firstly, structure your datasets like below:
    datasets directory struct
  2. secondly, convert your datasets to tfrecords format.

training

when well done config the arguments run 'python train_nets.py'

testing

when well done config the arguments run 'python test_nets.py'

References

  1. Searching for MobileNetV3
  2. TensorFlow Core r2.0
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].