CV 第十一课 Segmentation Localization Detection 下
Posted cheviszhang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CV 第十一课 Segmentation Localization Detection 下相关的知识,希望对你有一定的参考价值。
Object Detection
定义: 对于给定图片与给定分类,一旦分类出现在了图片中,则用框框起来
方法:
1. 如果作为Regression有点棘手
2. Sliding Window : Apply a CNN to many different crops of the image
1) get a crop, feed it through the conv-networks, then classification —— dog cat or background
2)然而 怎么分割image to crops 很难解决
3. Region Proposals:
1) 先用备选区域网络中找到备选区域
2)再用卷积神经网络对备选区域分类
4. R-CNN , FAST-R-CNN
1) FAST-R-CNN 共享了计算结果,比R-CNN 快十倍
以上是关于CV 第十一课 Segmentation Localization Detection 下的主要内容,如果未能解决你的问题,请参考以下文章