08 2016 档案

【转】8.caffe:make_mean.sh( 数据平均化 )
摘要:http://www.cnblogs.com/carle-09/p/5779178.html 阅读全文

posted @ 2016-08-20 20:48 nfydream 阅读(116) 评论(0) 推荐(0)

[转]Caffe中均值文件的问题
摘要:http://blog.csdn.net/gavin__zhou/article/details/50365986 阅读全文

posted @ 2016-08-20 20:47 nfydream 阅读(614) 评论(0) 推荐(0)

【转】caffe 调试相关
摘要:http://blog.csdn.net/mounty_fsc/article/category/6136645 阅读全文

posted @ 2016-08-20 20:31 nfydream 阅读(83) 评论(0) 推荐(0)

【转】caffe的python接口学习(6):用训练好的模型(caffemodel)来分类新的图片
摘要:http://www.cnblogs.com/denny402/p/5685909.html 阅读全文

posted @ 2016-08-20 20:29 nfydream 阅读(163) 评论(0) 推荐(0)

caffe input和label都直接是图片
摘要:https://github.com/qichenaj/caffe_dev 阅读全文

posted @ 2016-08-20 20:27 nfydream 阅读(316) 评论(0) 推荐(0)

[转]caffe下用FCN做图像分割,如何制作训练集?
摘要:http://www.zhihu.com/question/38553167 阅读全文

posted @ 2016-08-20 20:26 nfydream 阅读(837) 评论(0) 推荐(0)

【转】caffe学习
摘要:http://www.cnblogs.com/denny402/category/759199.html 阅读全文

posted @ 2016-08-20 18:50 nfydream 阅读(88) 评论(0) 推荐(0)

【转】c++ 调用python脚本
摘要:http://www.cnblogs.com/geekma/archive/2012/07/04/2577005.html 阅读全文

posted @ 2016-08-20 18:46 nfydream 阅读(139) 评论(0) 推荐(0)

gSLICr: SLIC superpixels at over 250Hz (using cuda)
摘要:http://www.robots.ox.ac.uk/~victor/gslicr/ 阅读全文

posted @ 2016-08-16 09:21 nfydream 阅读(449) 评论(0) 推荐(0)

【转】SLIC Superpixels
摘要:http://ivrl.epfl.ch/research/superpixels 阅读全文

posted @ 2016-08-16 09:17 nfydream 阅读(179) 评论(0) 推荐(0)

【转】SLIC超像素分割详解(二):关键代码分析
摘要:http://blog.csdn.net/electech6/article/details/45535203 阅读全文

posted @ 2016-08-16 09:01 nfydream 阅读(302) 评论(0) 推荐(0)

【转】 SLIC超像素分割详解(一):简介
摘要:http://blog.csdn.net/electech6/article/details/45509779 阅读全文

posted @ 2016-08-16 08:37 nfydream 阅读(1105) 评论(0) 推荐(0)

Google Protocol Buffer 的使用和原理
摘要:转 http://www.ibm.com/developerworks/cn/linux/l-cn-gpb/index.html 阅读全文

posted @ 2016-08-16 08:21 nfydream 阅读(126) 评论(0) 推荐(0)

linux添加环境变量
摘要:查看全部环境变量:env 查看某一个环境变量:echo $XXX: XXX是要查看的内容 用export也可以查看环境变量 添加环境变量: 1 直接用export命令:只对当前shell有效,是临时的,当shell关闭后,变量失效,重新打开一个新的shell需要重新定义 例如,添加PYTHONPAT 阅读全文

posted @ 2016-08-15 20:29 nfydream 阅读(250) 评论(0) 推荐(0)

导航