
Object tracking
奋斗的小青年813
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
”Understanding and Diagnosing Visual Tracking Systems“文章概要
Understanding andDiagnosing Visual Tracking Systems A tracking system usually worksby initializing the observation model with the given bounding box of the targetin the first frame. In each of原创 2015-04-25 08:42:47 · 1211 阅读 · 1 评论 -
目标跟踪之“Robust Visual Tracking with Deep Convolutional Neural Network based Object Proposals on PETS”
一、基于判别式模型的目标跟踪算法一般框架 1.候选框选择 滑动窗的方法(蛮力搜索)、粒子滤波的方法(重要性采样)、物体对象度(objectness、proposal) 2.特征提取 传统手工设置的特征:gray、color、HOG、haar-liker、LBP(人脸检测)、各种特征融合 深度特征:CNN、SDAE、多层特征的融合。 3.预测模型(分类器) 机器学习中的原创 2016-12-23 09:14:07 · 1386 阅读 · 0 评论