All Projects → suzhenghang → Mobilenetv2

suzhenghang / Mobilenetv2

Licence: bsd-3-clause

Projects that are alternatives of or similar to Mobilenetv2

Mobilenetv2 Ssdlite
Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.
Stars: ✭ 435 (+215.22%)
Mutual labels:  caffe, mobilenetv2
MobileNet-SSD-windows
No description or website provided.
Stars: ✭ 91 (-34.06%)
Mutual labels:  caffe, mobilenetv2
Mobilenet V2 Caffe
MobileNet-v2 experimental network description for caffe
Stars: ✭ 93 (-32.61%)
Mutual labels:  caffe, mobilenetv2
caffe-mobilenet v2
caffe based mobilenet v2 deploy
Stars: ✭ 29 (-78.99%)
Mutual labels:  caffe, mobilenetv2
Face Mask Detection
Face Mask Detection system based on computer vision and deep learning using OpenCV and Tensorflow/Keras
Stars: ✭ 774 (+460.87%)
Mutual labels:  caffe, mobilenetv2
Mobilenet Caffe
Caffe Implementation of Google's MobileNets (v1 and v2)
Stars: ✭ 1,217 (+781.88%)
Mutual labels:  caffe, mobilenetv2
Keras Oneclassanomalydetection
[5 FPS - 150 FPS] Learning Deep Features for One-Class Classification (AnomalyDetection). Corresponds RaspberryPi3. Convert to Tensorflow, ONNX, Caffe, PyTorch. Implementation by Python + OpenVINO/Tensorflow Lite.
Stars: ✭ 102 (-26.09%)
Mutual labels:  caffe, mobilenetv2
Sphereface
Implementation for <SphereFace: Deep Hypersphere Embedding for Face Recognition> in CVPR'17.
Stars: ✭ 1,483 (+974.64%)
Mutual labels:  caffe
Videoauidt
📹 一个短视频APP视频内容安全审核的思路调研及实现汇总
Stars: ✭ 129 (-6.52%)
Mutual labels:  caffe
Style transfer
Data-parallel image stylization using Caffe.
Stars: ✭ 106 (-23.19%)
Mutual labels:  caffe
Resnet Imagenet Caffe
train resnet on imagenet from scratch with caffe
Stars: ✭ 105 (-23.91%)
Mutual labels:  caffe
Mobilenet Yolo
MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB🔥🔥🔥
Stars: ✭ 1,566 (+1034.78%)
Mutual labels:  mobilenetv2
Deeplabv3 mobilenetv2 pytorch
A PyTorch Implementation of MobileNetv2+DeepLabv3
Stars: ✭ 130 (-5.8%)
Mutual labels:  mobilenetv2
Facemaskdetection
开源人脸口罩检测模型和数据 Detect faces and determine whether people are wearing mask.
Stars: ✭ 1,677 (+1115.22%)
Mutual labels:  caffe
Xlearning
AI on Hadoop
Stars: ✭ 1,709 (+1138.41%)
Mutual labels:  caffe
Kaggle Dogs Vs Cats Caffe
Kaggle dogs vs cats solution in Caffe
Stars: ✭ 105 (-23.91%)
Mutual labels:  caffe
Flownet2 Docker
Dockerfile and runscripts for FlowNet 2.0 (estimation of optical flow)
Stars: ✭ 137 (-0.72%)
Mutual labels:  caffe
Mxnet Mobilenet V2
Reproduction of MobileNetV2 using MXNet
Stars: ✭ 134 (-2.9%)
Mutual labels:  mobilenetv2
Seqface
SeqFace : Making full use of sequence information for face recognition
Stars: ✭ 125 (-9.42%)
Mutual labels:  caffe
Resnet On Cifar10
Reimplementation ResNet on cifar10 with caffe
Stars: ✭ 123 (-10.87%)
Mutual labels:  caffe

MobileNetv2

Run the script benchmark_mobilenetv2.sh and you can get the result: top1/top5: 0.7123/0.9018

You can use this model to do a lot of things such as training a smaller mobilenetv2 (By moving params or knowledge distillation)

Small MobileNetV1/V2 is friendly used on a mobile device (U-net for semanic segmentation and refinedet for object detection)

Training details for ImageNet2012 : type: "SGD" lr_policy: "poly" base_lr: 0.045 power: 1 momentum: 0.9 weight_decay: 0.00004

The pytorch version: https://github.com/suzhenghang/MobileNetV2_Pytorch

The prototxt of SmallMobileUnet: https://github.com/suzhenghang/MobileNetv2/blob/master/MobileUnet1by2.prototxt

The prototxt of SmallRefineDet_mobilev2_ssdlite: https://github.com/suzhenghang/MobileNetv2/blob/master/SmallRefineDet_mobilev2_ssdlite.prototxt

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].