上一页 1 2 3 4 5 6 7 ··· 40 下一页

2017年12月31日

摘要: 1. 下载anaconda2安装,一路默认,注意添加/home/wang/.bashrc选择yes 2. 在/home/wang/envs/py3安装anaconda3,其他同anaconda2 3. conda create --name xxx27 python=2.7 (我的是myPy27), 阅读全文
posted @ 2017-12-31 11:02 一动不动的葱头 阅读(1083) 评论(0) 推荐(0) 编辑

2017年12月18日

摘要: 1.数学上,不变性 2.信息论上 阅读全文
posted @ 2017-12-18 00:50 一动不动的葱头 阅读(226) 评论(0) 推荐(0) 编辑

2017年12月17日

摘要: https://www.computer.org/cms/Computer.org/transactions/templates/ https://www.computer.org/web/tpami/author 阅读全文
posted @ 2017-12-17 12:51 一动不动的葱头 阅读(4450) 评论(0) 推荐(0) 编辑

2017年12月12日

摘要: 1. 行人检测的,感觉这个代码不错,起码换个数据集测试也不错: https://bitbucket.org/shanshanzhang/code_filteredchannelfeatures 2. TSVM: http://blog.csdn.net/icefire_tyh/article/det 阅读全文
posted @ 2017-12-12 11:37 一动不动的葱头 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 1. apply, 可以调用函数和参数,如apply(Fun,(xxx,xxx)) 2. Format, 很好处理字符串的对齐命名,其他进制,打印等。 3. input(),接受输入 4. str(),数字转字符串;int(),float(),字符串转数字。42 == 42.0 True 5. li 阅读全文
posted @ 2017-12-12 11:27 一动不动的葱头 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 1. 读mp4视频 : xyloObj = VideoReader('su35.mp4'); 链接 2. 查看有几个相同的函数和当前使用的函数是哪个路径下的: which -all xxx; which xxx 阅读全文
posted @ 2017-12-12 11:23 一动不动的葱头 阅读(226) 评论(0) 推荐(0) 编辑

2017年12月9日

摘要: usvm 阅读全文
posted @ 2017-12-09 17:40 一动不动的葱头 阅读(191) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-12-09 11:29 一动不动的葱头 阅读(1) 评论(0) 推荐(0) 编辑

2017年12月8日

摘要: https://cn.mathworks.com/matlabcentral/answers/294938-cannot-find-lmwgpu More specifically change the Makefile: Caffe Master Makefile line 519 阅读全文
posted @ 2017-12-08 23:28 一动不动的葱头 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 关键点: 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,进一步 阅读全文
posted @ 2017-12-08 11:37 一动不动的葱头 阅读(882) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 40 下一页

导航