该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
DECOLOR: Moving Object Detection by Detecting Contiguous Outliers in the Low-Rank Representation Xiaowei Zhou et al. Abstract—Object detection is a fu 阅读全文
摘要:
Inferring Analogous Attributes CVPR 2014 Chao-Yeh Chen and Kristen Grauman Abstract: The appearance of an attribute can vary considerably from class t 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
OpenCV CommandLineParser 的用法去百度了一下,关键字:OpenCV CommandLineParser 发现,最多的讲解是:opencv源码解析之(5):CommandLineParser类的简单理解 链接:http://www.cnblogs.com/tornadomeet... 阅读全文
该文被密码保护。 阅读全文
摘要:
faster rcnn test demo ---repaired for video input and save the image, label, score et al. into .mat formatfunction script_faster_rcnn_demo()close all;... 阅读全文
摘要:
A Convex Optimization Framework for Active LearningActive learning is the problem of progressively selecting and annotating the most informative unlab... 阅读全文
该文被密码保护。 阅读全文
摘要:
TensorFlow:TensorFlow is an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical o... 阅读全文
摘要:
C++ code summary map::iterator it与 map it的区别与联系 -----------------------------------------------------------------------------------C++ 并行程序的执行:intcore... 阅读全文
摘要:
1. map::at 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int main(){ 7 map mymap = { 8 {"alpha", 0}, 9 {"beta", ... 阅读全文
摘要:
1. 打开test_ids.txt 将里面的东西添加"1_",然后另存为test_ids_repaired.txt 1 #include 2 #include 3 #include 4 #include 5 #include 6 using namespace std; 7 int mai... 阅读全文
该文被密码保护。 阅读全文
摘要:
1. cannot convert 'std::basic_string' to 'int' in assignment ...原始code如下: 1 int id2; 2 std::strin... 阅读全文
摘要:
最近要提一个数据集的feature,想先用HOG特征做一个baseline,听师兄说VLFeat 是一个不错的工具包,就下载了试试,刚刚配置成功,网上各种搜索教程啊 但是都不行,最后还是硬着头皮看官网教程,才搞定,呵呵呵。。。废话少说,下面说说我是怎么做的:首先,从官网下载vlfeat软件包,链接:... 阅读全文
摘要:
Caffe 提供了matlab接口,可以用于提取图像的feature.首先,打开终端,进入caffe的主目录下,然后打开Matlab...默认的文件是:classification_demo.m,里面有两个函数。把路径设置完了之后,就可以试试运行了。我把它改成了我比较习惯的方式,即:xiao.m c... 阅读全文
摘要:
1. 安装.deb文件,用sudo gdebi XXX.debsudo apt-get install xxx2.需要配置系统路径:LD_LIBRARY_PATH=.../lib:LD_LIBRARY_PATHexportLD_LIBRARY_PATH3.ln -sf xxx xxx 软链接4. ... 阅读全文