上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页
摘要: #!/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 deeplearner_allen 阅读(910) 评论(2) 推荐(0)
摘要: http://rll.berkeley.edu/2014_ICRA_dataset/http://rgbd-dataset.cs.washington.edu/dataset/ 阅读全文
posted @ 2015-07-31 10:51 deeplearner_allen 阅读(446) 评论(0) 推荐(0)
摘要: 安装caffe时,protobuf在使用import caffe时,python版的会提示protobuf的问题,原因是因为protobuf的安装是用python-proto,而在安装anaconda后,所有的python都又用的是anaconda的,因此需要将protobuf换anaconda的版... 阅读全文
posted @ 2015-07-31 08:45 deeplearner_allen 阅读(977) 评论(1) 推荐(0)
摘要: 提示有些库 high**** opencv的问题,好像是这几个库版本冲突,不要用anaconda里的lib库,用系统的库就行了,删掉或者从新链接过去。 阅读全文
posted @ 2015-07-30 16:49 deeplearner_allen 阅读(990) 评论(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 deeplearner_allen 阅读(6269) 评论(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 deeplearner_allen 阅读(6858) 评论(1) 推荐(0)
摘要: python处理数据确实挺方便的,现在竟然把matlab都忘记了,以后主要用这个了。ipython notebook是超级好用的平台啊,很喜欢的。首先说课本:没有固定的,买了几本,也没怎么细看,每次用都是网络查找。 阅读全文
posted @ 2015-07-28 16:58 deeplearner_allen 阅读(155) 评论(0) 推荐(0)
摘要: 不得不赞rbg的代码,写的是真的好,各种异常都考虑到了,至少常见的异常没有了。还有selective search的代码,也是很赞。而edgebox的代码则不行啊,demo写的太死,而且代码里只能处理彩色图,灰度图只是assert了,没有提示信息。 阅读全文
posted @ 2015-07-20 15:10 deeplearner_allen 阅读(275) 评论(0) 推荐(0)
摘要: 看了一圈学区房,基本上把浦东各个一流二流学校全看一遍了,大体下来觉得未必非要到一流学校附近买学区房,主要是家庭经济条件不允许,再者我和老公希望孩子在小学培养读书的习惯,而不是天天做试卷。所以一流学校和二流学校一起看,都不放弃。但是二流学校一定要兼顾一点就是距离我俩近,这样我俩有时间接送而且有时间多陪... 阅读全文
posted @ 2015-07-20 13:26 deeplearner_allen 阅读(249) 评论(1) 推荐(1)
摘要: 原来基于vs和msdn一起读视频,结果发现现在的函数不能用了。找不到合适的解码器了,只好转战opencv。具体怎么用,网上查吧,不过opencv读视频的例子,可以见这个。http://blog.csdn.net/thefutureisour/article/details/7530344作者不允许随... 阅读全文
posted @ 2015-07-19 20:49 deeplearner_allen 阅读(443) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 27 下一页