前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >CNN大规模视频处理--NoScope: 1000x Faster Deep Learning Queries over Video

CNN大规模视频处理--NoScope: 1000x Faster Deep Learning Queries over Video

作者头像
用户1148525
发布2019-05-28 23:33:16
4360
发布2019-05-28 23:33:16
举报

版权声明:本文为博主原创文章,未经博主允许不得转载。 /developer/article/1437713

http://dawn.cs.stanford.edu/2017/06/22/noscope/

https://arxiv.org/abs/1703.02529

YOLOv2在视频检测中的效果比较好,但是一个GPU也只能达到每秒几十帧的处理速度。对于上百路视频怎么使用YOLOv2来完成检测和检索的任务了?总不能每一路视频都配置个 GPU吧。这里主要的思路还是先进行运动检测,看看当前帧有没有运动物体models that detect differences (to exploit temporal locality locality),然后再对每个相机训练一个小的 CNN 模型来完成检测任务。models that are specialized to a given feed and object (to exploit scene-specific locality) .

NoScope’s specialized models can run at over 15,000 frames per second compared to YOLOv2’s 80 frames per second

If the difference detector is confident that nothing has changed, NoScope drops the frame; otherwise, if the specialized model is confident in its label, NoScope outputs the label. And, for particularly tricky frames, NoScope can always fall back to the full CNN.

本文参与?腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2017年07月07日,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客?前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与?腾讯云自媒体分享计划? ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
http://www.vxiaotou.com