项目作者: DayBreak-u

项目描述 :
thundernet ncnn
高级语言: Python
项目地址: git://github.com/DayBreak-u/thundernet_mmdetection.git
创建时间: 2021-02-06T12:25:38Z
项目社区:https://github.com/DayBreak-u/thundernet_mmdetection

开源协议:Apache License 2.0

下载


MMDetection_Lite

基于mmdetection 实现一些轻量级检测模型,安装方式和mmdeteciton相同

voc0712

voc 0712训练 voc2007测试 coco预训练
thundernet_voc_shufflenetv2_1.5

input shape mAP
320*320 0.71
352*352 0.722
384*384 0.734
416*416 0.738
448*448 0.744
480*480 0.747

coco2017

thundernet_coco_shufflenetv2_1.5

input shape AP(0.5:0.95)
320*320 0.22

移动端推理 ncnn project

thundernet_ncnn

Get Started

Please see GETTING_STARTED.md for the basic usage of MMDetection.

  1. @article{mmdetection,
  2. title = {{MMDetection}: Open MMLab Detection Toolbox and Benchmark},
  3. author = {Chen, Kai and Wang, Jiaqi and Pang, Jiangmiao and Cao, Yuhang and
  4. Xiong, Yu and Li, Xiaoxiao and Sun, Shuyang and Feng, Wansen and
  5. Liu, Ziwei and Xu, Jiarui and Zhang, Zheng and Cheng, Dazhi and
  6. Zhu, Chenchen and Cheng, Tianheng and Zhao, Qijie and Li, Buyu and
  7. Lu, Xin and Zhu, Rui and Wu, Yue and Dai, Jifeng and Wang, Jingdong
  8. and Shi, Jianping and Ouyang, Wanli and Loy, Chen Change and Lin, Dahua},
  9. journal= {arXiv preprint arXiv:1906.07155},
  10. year={2019}
  11. }