All Projects → AnjieCheng → Mnasnet Pytorch

AnjieCheng / Mnasnet Pytorch

A PyTorch implementation of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Mnasnet Pytorch

Mobilenet V2 Caffe
MobileNet-v2 experimental network description for caffe
Stars: ✭ 93 (-62.8%)
Mutual labels:  mobilenetv2
Yolov3
yolov3 by pytorch
Stars: ✭ 142 (-43.2%)
Mutual labels:  mobilenetv2
Pytorch Deeplab Xception
DeepLab v3+ model in PyTorch. Support different backbones.
Stars: ✭ 2,466 (+886.4%)
Mutual labels:  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 (-59.2%)
Mutual labels:  mobilenetv2
Mxnet Mobilenet V2
Reproduction of MobileNetV2 using MXNet
Stars: ✭ 134 (-46.4%)
Mutual labels:  mobilenetv2
Captcha trainer pytorch
基于MobileNetV2/EfficientNet-b0/... + LSTM + CTC的不定长图像识别训练pytorch框架
Stars: ✭ 145 (-42%)
Mutual labels:  mobilenetv2
Mobilenet Caffe
Caffe Implementation of Google's MobileNets (v1 and v2)
Stars: ✭ 1,217 (+386.8%)
Mutual labels:  mobilenetv2
Facerecognize For Mobile Phone
适用于移动端的人脸识别模型,计算量与mobilefacenet相同,但megaface上提升了2%+
Stars: ✭ 229 (-8.4%)
Mutual labels:  mobilenetv2
Mobilenetv2
Stars: ✭ 138 (-44.8%)
Mutual labels:  mobilenetv2
Retinaface Tf2
RetinaFace (Single-stage Dense Face Localisation in the Wild, 2019) implemented (ResNet50, MobileNetV2 trained on single GPU) in Tensorflow 2.0+. This is an unofficial implementation. With Colab.
Stars: ✭ 178 (-28.8%)
Mutual labels:  mobilenetv2
Mobilenet Yolo
MobileNetV2-YoloV3-Nano: 0.5BFlops 3MB HUAWEI P40: 6ms/img, YoloFace-500k:0.1Bflops 420KB🔥🔥🔥
Stars: ✭ 1,566 (+526.4%)
Mutual labels:  mobilenetv2
Object Localization
Object localization in images using simple CNNs and Keras
Stars: ✭ 130 (-48%)
Mutual labels:  mobilenetv2
Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+1282.4%)
Mutual labels:  mobilenetv2
Hbonet
[ICCV 2019] Harmonious Bottleneck on Two Orthogonal Dimensions
Stars: ✭ 94 (-62.4%)
Mutual labels:  mobilenetv2
Mobilenet V2
A Complete and Simple Implementation of MobileNet-V2 in PyTorch
Stars: ✭ 206 (-17.6%)
Mutual labels:  mobilenetv2
Deep Learning Training Gui
Train and predict your model on pre-trained deep learning models through the GUI (web app). No more many parameters, no more data preprocessing.
Stars: ✭ 85 (-66%)
Mutual labels:  mobilenetv2
Hypernsfw
基于深度学习图片鉴黄 Caffe implementation of Not Suitable for Work (NSFW)
Stars: ✭ 143 (-42.8%)
Mutual labels:  mobilenetv2
Centermulti
基于CenterNet训练的目标检测&人脸对齐&姿态估计模型
Stars: ✭ 240 (-4%)
Mutual labels:  mobilenetv2
Lightnetplusplus
LightNet++: Boosted Light-weighted Networks for Real-time Semantic Segmentation
Stars: ✭ 218 (-12.8%)
Mutual labels:  mobilenetv2
Yolov5 tf
Yolov5/Yolov4/ Yolov3/ Yolo_tiny in tensorflow
Stars: ✭ 158 (-36.8%)
Mutual labels:  mobilenetv2

Overview

A PyTorch implementation of Mnasnet searched architecture: MnasNet: Platform-Aware Neural Architecture Search for Mobile. On the ImageNet classification task, the model achieves 74.0% top-1 accuracy with 76ms latency on a Pixel phone, which is 1.5× faster than MobileNetV2

MnasNet Architecture

Alt text

Disclaimer

Codes modified from mobilenet-v2

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