• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

ujsyehao/mobilenetv3-ssd: provide pytorch model and ncnn model

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

ujsyehao/mobilenetv3-ssd

开源软件地址(OpenSource Url):

https://github.com/ujsyehao/mobilenetv3-ssd

开源编程语言(OpenSource Language):

Python 100.0%

开源软件介绍(OpenSource Introduction):

mobilenetv3-ssd

  • train mobilenetv3-ssd use pytorch(provide *.pth model)
  • convert to ncnn model(provide *.param, *.bin)

Backbone

Reference paper: MobileNetv3 https://arxiv.org/pdf/1905.02244.pdf

We mainly train mobilenetv3-ssd detection network rather than classification network, for convenience, we use trained mobiletnetv3-large network from https://github.com/xiaolai-sqlai/mobilenetv3 (We are also trying to use https://github.com/rwightman/gen-efficientnet-pytorch provided mobilenetv3-large classification network)

open-source mobilenetv3-large classification network

mobilenetv3-large top-1 accuracy params(million) flops/Madds(million)
https://github.com/xiaolai-sqlai/mobilenetv3 75.5 3.96 272
https://github.com/d-li14/mobilenetv3.pytorch 73.2 5.15 246
https://github.com/Randl/MobileNetV3-pytorch 73.5 5.48 220
https://github.com/rwightman/gen-efficientnet-pytorch 75.6 5.5 219
official mobilenetv3 75.2 5.4 219
official mobilenetv2 72.0 3.4 300
official efficient B0 76.3 5.3 390

For extra-body, we use 1x1 conv + 3x3 dw conv + 1x1 conv block follow mobilenetv2-ssd setting(official tensorflow version), details below:

1x1 256 conv -> 3x3 256 s=2 conv -> 1x1 512 conv

1x1 128 conv -> 3x3 128 s=2 conv -> 1x1 256 conv

1x1 128 conv -> 3x3 128 s=2 conv -> 1x1 256 conv

1x1 64 conv -> 3x3 64 s=2 conv -> 1x1 128 conv

Head

For head, we use 3x3 dw conv + 1x1 conv block follow mobilenetv2-ssd-lite setting(official tensorflow version)

We choose 6 feature maps to predict box coordinates and label, their dimenstions are 19x19, 10x10, 5x5, 3x3, 2x2, 1x1. their anchor numbers are 4, 6, 6, 6, 4, 4.

Training

We train mobilenetv3-ssd use mmdetection framework(based on pytorch), we use PASCAL VOC0712 trainval dataset to train, it reaches 71.7mAP on VOC2007 test dataset.

img test:

image

Convert mobilenetv3-ssd pytorch model to ncnn framework

  1. convert .pth model to onnx(not included priorbox layer, detection_output layer) -> I provide origin pytorch model
  2. use onnx-simplifier to simplify onnx model
  3. convert simplified .onnx model to ncnn
  4. modify .param manually(add priorbox layer, detection_output layer, etc.) -> I provide converted ncnn model

How to use mobilenetv3-ssd in ncnn framework

you can refer to https://github.com/Tencent/ncnn/blob/master/examples/mobilenetv3ssdlite.cpp

model link

mobilenetv3-ssd pytorch model 百度网盘链接: https://pan.baidu.com/s/1sTGrTHxpv4yZJUpTJD8BNw 提取码: sid9 mobilenetv3-ssd ncnn model 百度网盘链接: https://pan.baidu.com/s/1zBqGnp4utJGi6-IzYs7lTg 提取码: phdx google drive link: https://drive.google.com/file/d/11_C_ko-arXnzM60udcXOMM5_PDNXuCcs/view?usp=sharing




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap