自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (5)
  • 收藏
  • 关注

原创 [rnn] tools

http://karpathy.github.io/2015/05/21/rnn-effectiveness/Recurrent Neural Networks Tutorial http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-1-introduction-to-rnns/caffetorch(lua)

2016-03-30 15:48:39 719

原创 [torch]parallel

examples: imagenet https://github.com/soumith/imagenet-multiGPU.torchhttp://facebook.github.io/fbcunn/fbcunn/#fbcunn.fbcunn.DataParallel.dok fbcunn.DataParallelDataParallel splits the input along se

2016-03-30 13:56:46 970

原创 [tsubame]

http://mon.g.gsic.titech.ac.jp/summary/index.html?service=G check the cpu timet2statcheck the real timet2stat -n1kill a jobt2del jobname

2016-03-25 15:42:12 463

原创 [linux]cmake make

CMakeLikst.txt—–(cmake)—–>CMakeCache.txt Makefile—–(make)——->result编译是把cpp弄成二进制文件.o(其实中间还有一个汇编的过程), 链接就是把这些二进制文件及外部的库整合成可执行文件。CMakeCache.txt The first time CMake is run, it produces a CMakeCache.

2016-03-23 11:26:16 438

原创 [caffe]安装中遇到的问题

1.identifier “cudnnTensor4dDescriptor_t” is undefinedSolution_1:CMakelist.txt :Changecaffe_option(USE_CUDNN “Build Caffe with cuDNN libary support” ON IF NOT CPU_ONLY)tocaffe_option(USE_CUDNN “Build Ca

2016-03-14 12:32:42 14538

原创 [Linux+bash]Summary

1. I tried to copy something.//slowcp -Rn frames_test/* frames/ ///faster because of parelleling]ls -1 frames_test/ | xargs -P 16 -I{} cp -Rnv frames_test/{} frames/ 2. toptop -c -u 15M54105use “q

2016-03-10 13:16:04 1527 1

原创 c++调用Python [boost::python]

安装python安装boost(1) Download boost_1_60_0.tar.bz2. (2) 解压 tar –bzip2 -xf /path/to/boost_1_60_0.tar.bz2 (3) ./bootstrap.sh –with-libraries=python –prefix=/work/na/install/boost –with-python-r

2016-03-09 14:21:16 2563 1

转载 [Caffe]源码解析之Layer

http://imbinwang.github.io/blog/inside-caffe-code-layer/ Bin Wang About ArchiveJun 30, 2015 8 minute readLayer(层)是Caffe中最庞大最繁杂的模块,它是网络的基本计算单元。由于Caffe强调模块化设计,因此只允许每个layer完成一类特定的计算,例如convolution操作、poo

2016-03-04 14:01:54 2059

原创 [caffe] Long-term Recurrent Convolutional Networks

imagePathPaper: http://jeffdonahue.com/lrcn/ Code: the “lstm_video_deploy” branch of Lisa Anne Hendricks’s Caffe forkPython Layertrain_test_lstm_RGB.prototxtname: "lstm_joints"layer { name: "data"

2016-03-04 13:44:42 4286 4

转载 [python] pool

http://forlinux.blog.51cto.com/8001278/1423390from multiprocessing import Poolapply 开启多个进程并发执行apply_async 同上,但是这个是异步的,非阻塞的。map 类似于内建函数map,后面提供的参数列表会一个一个应用于函数,。这里会开发多个进程并发一起执行。map_async 和map相同,只不过这是一个异步

2016-03-04 10:16:07 1180

matlab画图不要白边

事实上是师兄给了我一个函数。。 imageName=sprintf('%s_%d.png',camera,imageInd2Draw); export_fig(gcf, imageName, '-transparent'); 当然也可以存成别的格式 export_fig( gcf, fullfile(out_path, sprintf('frame_d.eps', f)));

2015-04-21

matlab_hog

要mex一下。 在matlab里mex featureHoG.cc 调用格式是 patch = im2double(patch); fea = featureHoG(patch, bin);

2015-01-21

matlab提取hsv,rgb,lab

关于lab那里有些不确定,请大家看博客哈~ http://blog.csdn.net/apsvvfb/article/details/40894733

2014-11-07

KLT_MATLAB

有两篇文章:Pyramidal Implementation of the Lucas Kanade Feature Tracker Description of the algorithm 以及它的翻译(当然不是我翻译的 如果有侵权的话联系我我就删啊 QAQ) 还有matlab计算光流 看文章有助于理解程序  ̄▽ ̄ y

2013-10-15

EKF_matlab

具体说明请见 http://blog.csdn.net/apsvvfb/article/details/12651999

2013-10-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除