摘要:1. 下载anaconda2安装,一路默认,注意添加/home/wang/.bashrc选择yes 2. 在/home/wang/envs/py3安装anaconda3,其他同anaconda2 3. conda create --name xxx27 python=2.7 (我的是myPy27),
阅读全文
摘要:https://www.computer.org/cms/Computer.org/transactions/templates/ https://www.computer.org/web/tpami/author
阅读全文
摘要:1. 行人检测的,感觉这个代码不错,起码换个数据集测试也不错: https://bitbucket.org/shanshanzhang/code_filteredchannelfeatures 2. TSVM: http://blog.csdn.net/icefire_tyh/article/det
阅读全文
摘要:1. apply, 可以调用函数和参数,如apply(Fun,(xxx,xxx)) 2. Format, 很好处理字符串的对齐命名,其他进制,打印等。 3. input(),接受输入 4. str(),数字转字符串;int(),float(),字符串转数字。42 == 42.0 True 5. li
阅读全文
摘要:1. 读mp4视频 : xyloObj = VideoReader('su35.mp4'); 链接 2. 查看有几个相同的函数和当前使用的函数是哪个路径下的: which -all xxx; which xxx
阅读全文
摘要:https://cn.mathworks.com/matlabcentral/answers/294938-cannot-find-lmwgpu More specifically change the Makefile: Caffe Master Makefile line 519
阅读全文
摘要:关键点: 1)对齐 (8%) 2)mutual learning (3%) 3)classification loss, hard triplet同时 4)re-ranking (5~6%) 关于对齐: 作者在resnet pool5 7*7那里,分两路,pool成7*1,1*1。对于7*1,进一步
阅读全文
摘要:https://www.zhihu.com/question/20214497?sort=created
阅读全文