1 Star 0 Fork 0

hito / caffe-mobilenet-v3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

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.
MIT License Copyright (c) 2019 jixing0415 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Caffe Implementation of MobileNets V3 展开 收起
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/hito0512/caffe-mobilenet-v3.git
git@gitee.com:hito0512/caffe-mobilenet-v3.git
hito0512
caffe-mobilenet-v3
caffe-mobilenet-v3
master

搜索帮助