12 2017 档案

ubuntu两个conda安装和切换
摘要: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 一动不动的葱头 阅读(1270) 评论(0) 推荐(0)

mathematics of deep learning (paper reading)
摘要:1.数学上,不变性 2.信息论上 阅读全文

posted @ 2017-12-18 00:50 一动不动的葱头 阅读(246) 评论(0) 推荐(0)

ieee trans pami latex模板
摘要:https://www.computer.org/cms/Computer.org/transactions/templates/ https://www.computer.org/web/tpami/author 阅读全文

posted @ 2017-12-17 12:51 一动不动的葱头 阅读(5203) 评论(0) 推荐(0)

projects(好代码好工具)每天进步一点点
摘要:1. 行人检测的,感觉这个代码不错,起码换个数据集测试也不错: https://bitbucket.org/shanshanzhang/code_filteredchannelfeatures 2. TSVM: http://blog.csdn.net/icefire_tyh/article/det 阅读全文

posted @ 2017-12-12 11:37 一动不动的葱头 阅读(385) 评论(0) 推荐(0)

python每天进步一点点
摘要: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 一动不动的葱头 阅读(432) 评论(0) 推荐(0)

matlab函数每天进步一点点
摘要:1. 读mp4视频 : xyloObj = VideoReader('su35.mp4'); 链接 2. 查看有几个相同的函数和当前使用的函数是哪个路径下的: which -all xxx; which xxx 阅读全文

posted @ 2017-12-12 11:23 一动不动的葱头 阅读(235) 评论(0) 推荐(0)

inference with the universum (paper reading)
摘要:usvm 阅读全文

posted @ 2017-12-09 17:40 一动不动的葱头 阅读(198) 评论(0) 推荐(0)

uboost: boosting with the universum (paper reading)
该文被密码保护。

posted @ 2017-12-09 11:29 一动不动的葱头 阅读(1) 评论(0) 推荐(0)

gpu/mxGPUArray.h” Not Found
摘要: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 一动不动的葱头 阅读(618) 评论(0) 推荐(0)

alignedReID: surpassing human-level performance in person re-identification (paper reading)
摘要:关键点: 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 一动不动的葱头 阅读(899) 评论(0) 推荐(0)

印象笔记无法连服务器(internet explore的问题)
摘要:https://www.zhihu.com/question/20214497?sort=created 阅读全文

posted @ 2017-12-01 11:29 一动不动的葱头 阅读(230) 评论(0) 推荐(0)

导航