上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 26 下一页
摘要: a positive example classified as positive. This is atrue positive.a positive example misclassified as negative. This is afalse negative.a negative exa... 阅读全文
posted @ 2015-08-09 10:43 caoeryingzi 阅读(376) 评论(0) 推荐(0) 编辑
摘要: http://www.csdn.net/article/2015-07-19/2825248http://www.kdnuggets.com/2015/01/deep-learning-flaws-universal-machine-learning.html 阅读全文
posted @ 2015-08-03 14:37 caoeryingzi 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 准备一批数据,先不说标注有多些麻烦吧,生成xml文件费了些功夫。但是还好,解决的比较快。就是细节的东西太伤人,当时生成xml文件时,是用python做的,当时看到了生成的xml文件有等等这样的开头信息,我当时也注意到了,这和标准数据给的xml文件时不一样的,但是测试时用python测试的,读xml文... 阅读全文
posted @ 2015-07-31 19:40 caoeryingzi 阅读(272) 评论(0) 推荐(0) 编辑
摘要: #!/bin/shcd 'home/usrname/'lscd '/home/usrname/VOC2007/Annotations/'for file in `ls /home/usrname/VOC2007/Annotations/`do echo $file sed -i '//d' $f... 阅读全文
posted @ 2015-07-31 15:32 caoeryingzi 阅读(885) 评论(2) 推荐(0) 编辑
摘要: http://rll.berkeley.edu/2014_ICRA_dataset/http://rgbd-dataset.cs.washington.edu/dataset/ 阅读全文
posted @ 2015-07-31 10:51 caoeryingzi 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 安装caffe时,protobuf在使用import caffe时,python版的会提示protobuf的问题,原因是因为protobuf的安装是用python-proto,而在安装anaconda后,所有的python都又用的是anaconda的,因此需要将protobuf换anaconda的版... 阅读全文
posted @ 2015-07-31 08:45 caoeryingzi 阅读(954) 评论(1) 推荐(0) 编辑
摘要: 提示有些库 high**** opencv的问题,好像是这几个库版本冲突,不要用anaconda里的lib库,用系统的库就行了,删掉或者从新链接过去。 阅读全文
posted @ 2015-07-30 16:49 caoeryingzi 阅读(980) 评论(1) 推荐(0) 编辑
摘要: python中的main函数,总体来说就是,main比较适合写test测试,有点类似于java中的testcase,就是程序单独运行时是运行main的,但是当被调用时就不会运行main了。具体可以参考:http://szz0429-126-com.iteye.com/blog/774514初次接触P... 阅读全文
posted @ 2015-07-30 13:04 caoeryingzi 阅读(6231) 评论(0) 推荐(0) 编辑
摘要: import matplotlib import matplotlib.pyplot as plt%matplotlib inlineim=plt.imread('../lena.jpg', pyplot.cm.gray)plt.imshow(im)imread()中,第一个参数当然是图像路径和名称... 阅读全文
posted @ 2015-07-29 19:52 caoeryingzi 阅读(6808) 评论(1) 推荐(0) 编辑
摘要: python处理数据确实挺方便的,现在竟然把matlab都忘记了,以后主要用这个了。ipython notebook是超级好用的平台啊,很喜欢的。首先说课本:没有固定的,买了几本,也没怎么细看,每次用都是网络查找。 阅读全文
posted @ 2015-07-28 16:58 caoeryingzi 阅读(151) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 26 下一页