您的位置:首页 > 移动开发 > Objective-C

论文阅读--PVANET: Deep but Lightweight Neural Networks for Real-time Object Detection

2017-09-11 00:00 1211 查看
论文地址:https://arxiv.org/abs/1608.08021

算法实现:https://github.com/CharlesShang/TFFRCNN

网络设计原则: “less channels with more layers” 。

网络性能:83.8% mAP (mean average precision) on VOC2007 and
82.5% mAP on VOC2012 (2nd place), while taking only 750ms/image on Intel
i7-6700K CPU with a single core and 46ms/image on NVIDIA Titan X GPU. Theoretically,
our network requires only 12.3% of the computational cost compared
to ResNet-101, the winner on VOC2012.

算法有点:提出一个轻量级的的特征提取模型,减少计算资源的消耗,可以完成实时目标检测。


网络组件:





内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐