码迷,mamicode.com
首页 >  
搜索关键字:tracking    ( 1636个结果
DLT(DeepLearningTracker)学习与代码理解 (1)
持续更新中……DLT是香港科大的Naiyan Wang和Dit-Yan Yeung提出的,文章和代码见 http://winsty.net/dlt.html相关论文是 Learning A Deep Compact Image Representation for Visual Tracking (...
分类:其他好文   时间:2014-12-13 16:29:26    阅读次数:249
Entity Framework Code First - Change Tracking
In this post we will be discussing about change tracking feature of Entity Framework Code First. Change tracking allows Entity framework to keep track...
分类:其他好文   时间:2014-12-12 12:58:39    阅读次数:195
error C2664: “FindFirstFileW”: 不能将参数 1 从“char [261]”转换为“LPCWSTR” 解决
在写Tracking的代码的时候遇到这样的问题: error C2664: “FindFirstFileW”: 不能将参数 1 从“char [261]”转换为“LPCWSTR”。 这个代码是读入一个文件夹里面所有的图片的文件名。因为在TLD, CT算法里面都是会遇到的。会遇到这样的错误。 解决的方式是:选中项目属性——>配置属性——>常规——>字符集,就字符集选为“使用多字节字符集"...
分类:其他好文   时间:2014-12-10 14:17:25    阅读次数:188
【LeetCode】Subsets II 解题报告
【题目】 Given a collection of integers that might contain duplicates, S, return all possible subsets. Note: Elements in a subset must be in non-descending order.The solution set must not con...
分类:其他好文   时间:2014-12-10 12:38:33    阅读次数:196
【LeetCode】Subsets 解题报告
【题目】 Given a set of distinct integers, S, return all possible subsets. Note: Elements in a subset must be in non-descending order.The solution set must not contain duplicate subsets. ...
分类:其他好文   时间:2014-12-08 17:47:58    阅读次数:191
Five Principles of Bug Tracking[翻译]
五项原则之漏洞跟踪 练习翻译。...
分类:其他好文   时间:2014-12-06 16:57:46    阅读次数:200
Bugzilla使用手册及解决方案
Bugzilla使用手册Bugzilla 是一个开源的缺陷跟踪系统(Bug-Tracking System),它可以管理软件开发中缺陷的提交(new),修复(resolve),关闭(close)等整个生命周期。 Bugzilla是一个搜集缺陷的数据库。它让用户报告软件的缺陷从而把它们转给合适的开发....
分类:其他好文   时间:2014-12-02 18:44:29    阅读次数:311
ECCV 2014 Oral Paper
今年的ECCV 的paper已经挂到了网上,本文整了其中Oral Paper。   一,Tracking and Activity Recognition...
分类:其他好文   时间:2014-11-19 11:30:19    阅读次数:152
ECCV 2014 Oral Paper
今年的ECCV 的paper已经挂到了网上,本文整了其中Oral Paper。   一,Tracking and Activity Recognition...
分类:其他好文   时间:2014-11-19 01:30:19    阅读次数:185
史上最全的搜索下拉提示用户交互研究——读《An Eye-tracking Study of User Interactions with Query Auto Completion》
搜索下拉提示(Query Auto Completion,简称QAC)现在几乎是每个搜索引擎必备的基本功能,作用是在用户在搜索框输入查询词的过程中,给用户展示一系列搜索查询query供用户选择,可以方便用户输入、缩短用户搜索时间、提高用户搜索体验。在这方面的研究已经有很多,如基于上下文、基于时间序列等预测query的热度、个性化排序等,但关于用户如何与搜索下拉提示交互的研究目前还是一个空白。微软的Katja Hofmann前几天刚刚填补了这一空白,她在CIKM 2014会议上发表了一篇paper——An E...
分类:其他好文   时间:2014-11-09 19:36:19    阅读次数:330
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!