All Projects → jixing0415 → caffe-mobilenet-v3

jixing0415 / caffe-mobilenet-v3

Licence: MIT License
Caffe Implementation of MobileNets V3

Projects that are alternatives of or similar to caffe-mobilenet-v3

MobileNetV3-TF
Tensorflow implementation for two new MobileNetV3 models!
Stars: ✭ 25 (-80.31%)
Mutual labels:  mobilenetv3, mobilenet-v3
How to write cuda extensions in pytorch
How to write cuda kernels or c functions in pytorch, especially for former caffe users.
Stars: ✭ 51 (-59.84%)
Mutual labels:  caffe
deep-parking
Code to reproduce 'Deep Learning for Decentralized Parking Lot Occupancy Detection' paper.
Stars: ✭ 81 (-36.22%)
Mutual labels:  caffe
EmotionChallenge
Source code for 1st winner of face micro-emotion competition, FG 2017.
Stars: ✭ 37 (-70.87%)
Mutual labels:  caffe
superpixelRefinement
Superpixel-based Refinement for Object Proposal Generation (ICPR 2020)
Stars: ✭ 24 (-81.1%)
Mutual labels:  caffe
DLInfBench
CNN model inference benchmarks for some popular deep learning frameworks
Stars: ✭ 51 (-59.84%)
Mutual labels:  caffe
yolov5 onnx2caffe
yolov5 onnx caffe
Stars: ✭ 73 (-42.52%)
Mutual labels:  caffe
dd performances
DeepDetect performance sheet
Stars: ✭ 92 (-27.56%)
Mutual labels:  caffe
ddrl
Deep Developmental Reinforcement Learning
Stars: ✭ 27 (-78.74%)
Mutual labels:  caffe
Caffe-installation-Raspberry-Pi-3
No description or website provided.
Stars: ✭ 23 (-81.89%)
Mutual labels:  caffe
theWorldInSafety
Surveillance System Against Violence
Stars: ✭ 31 (-75.59%)
Mutual labels:  caffe
adversarial-attacks
Code for our CVPR 2018 paper, "On the Robustness of Semantic Segmentation Models to Adversarial Attacks"
Stars: ✭ 90 (-29.13%)
Mutual labels:  caffe
caffe
Caffe: a Fast framework for deep learning. Custom version with built-in sparse inputs, segmentation, object detection, class weights, and custom layers
Stars: ✭ 36 (-71.65%)
Mutual labels:  caffe
ppq
PPL Quantization Tool (PPQ) is a powerful offline neural network quantization tool.
Stars: ✭ 281 (+121.26%)
Mutual labels:  caffe
R2CNN
caffe re-implementation of R2CNN: Rotational Region CNN for Orientation Robust Scene Text Detection
Stars: ✭ 80 (-37.01%)
Mutual labels:  caffe
TrainCaffeCustomDataset
Transfer learning in Caffe: example on how to train CaffeNet on custom dataset
Stars: ✭ 20 (-84.25%)
Mutual labels:  caffe
nsfw api
Python REST API to detect images with adult content
Stars: ✭ 71 (-44.09%)
Mutual labels:  caffe
caffe
This fork of BVLC/Caffe is dedicated to supporting Cambricon deep learning processor and improving performance of this deep learning framework when running on Machine Learning Unit(MLU).
Stars: ✭ 40 (-68.5%)
Mutual labels:  caffe
darknet2caffe
Conversion of yolo from DarkNet to Caffe
Stars: ✭ 25 (-80.31%)
Mutual labels:  caffe
facial-landmarks
Facial landmarks detection with OpenCV, Dlib, DNN
Stars: ✭ 25 (-80.31%)
Mutual labels:  caffe

caffe-mobilenet-v3

Introduction

This is a personal Caffe implementation of MobileNetV3. For details, please read the original papers: Searching for MobileNetV3.

How to use

  1. Requirements for Caffe (see: Caffe installation instructions)
  2. Add new caffe layers and rebuild the caffe:
  3. Run test
    CPU:
    $CAFFE_ROOT/build/tools/caffe time -model mobilenet_v3_large_1.0.prototxt
    GPU:
    $CAFFE_ROOT/build/tools/caffe time -model mobilenet_v3_large_1.0.prototxt -gpu 0

Performance on MobileNetV3

Backbone CPU-Forward CPU-Backward GPU-Forward GPU-Backward
V3-Large 1.0 134.55 ms 140.23 ms 15.44 ms 21.79 ms
V3-Small 1.0 58.64 ms 59.30 ms 11.49 ms 12.58 ms

TODO

  • More MobileNetV3 architectures.
  • Traning & validation.
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].