自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(484)
  • 资源 (48)
  • 收藏
  • 关注

转载 python获取当前路径的方法

python获取当前路径的方法>>> import os>>> homedir = os.getcwd()>>> print homedirD:\python\testhttp://www.cnblogs.com/mfryf/p/3806135.html

2015-12-10 15:08:55 1651

原创 Caffe编译出错:/usr/bin/ld: cannot find lcblas

错误如下:BLAS或许是没有安装,或许是路径有问题。安装这个即可:

2015-11-17 11:14:56 8141 1

原创 Caffe编译出问题:This tool requires OpenCV; compile with USE_OPENCV.

解决方法:在Makefile.config文件中,添加:USE_OPENCV := 0即可正常编译。参考文件:https://groups.google.com/forum/m/#!topic/caffe-users/-zvZ9_RQapIhttps://github.com/BVLC/caffe/blob/master/Makefile.confi

2015-11-12 21:49:11 4685 7

原创 修改paper的时候,一些标记符号

\newcommand{\cy}[1]{{\color{blue}#1}}\newcommand{\cyC}[1]{{\color{red}[#1: cy's comments to be removed!]}}

2015-09-09 20:04:48 1484

原创 latex 下划线

\uline{concat}

2015-09-09 20:02:32 7497

原创 latex 删除标记

\sout{spatisal}

2015-09-09 19:27:38 7809

转载 LaTex表格内单元格内容强制换行

/newcommand{/tabincell}[2]{/begin{tabular}{@{}#1@{}}#2/end{tabular}}%放在导言区%然后使用&/tabincell{c}{}&就可以在表格中自动换行%比如这么用/begin{tabular}{|c|c|}/hline1 & the first line ///hline2 & /tabincell

2015-09-08 16:38:09 9289

原创 Evernote 整理文档好工具 可同步

https://evernote.com/下载地址。。。

2015-08-24 15:15:43 1070

翻译 arxiv about computer vision and pattern recognition

Address: http://arxiv.org/list/cs.CV/recentBe updated everyday, check it everyday.

2015-08-05 11:05:14 1565

翻译 Yann LeCun video: (What's Wrong with Deep Learning?)

video address: http://techtalks.tv/talks/whats-wrong-with-deep-learning/61639/

2015-08-05 11:03:10 1098

翻译 Image Super-Resolution Using Deep Convolutional Network (with demo)

Paper: Chao Dong, Chen Change Loy, Kaiming He, Xiaoou Tang, "Image Super-Resolution Using Deep Convolutional Networks", http://arxiv.org/abs/1501.0009 "For Creators", http://piapro.net/en_for_cr

2015-08-05 11:01:18 2227

翻译 RGB-D 图像 (Semantic Pose using Deep Networks Trained on Synthetic RGB-D)

RGB-D图像其实是两幅图像:一个是普通的RGB三通道彩色图像,另一个是Depth图像。Depth图像类似于灰度图像,只是它的每个像素值是传感器距离物体的实际距离。通常RGB图像和Depth图像是配准的,因而像素点之间具有一对一的对应关系。利用Kinect可以采集RGB-D 图像。。。可以参考:Lai, K.; Bo, L.; Ren, X. & Fox, D. A large-sca

2015-08-05 10:56:43 2266

翻译 Recurrent network model for kinematic tracking

Model:   Encoder-Recurrent-Decoder (ERD) model Task: for recognition and prediction of human body pose in videos and motion capture....         specially, motion capture generation, body pose labe

2015-08-04 12:25:27 974

原创 CUDA 打印输出 printf

示例:      printf("%d\n",mask[ph * pooled_width + pw]);

2015-07-31 16:49:06 11706

转载 解决办法:matlab Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap

好几天没用matlab。。。竟然有问题了,不停的弹出。。。Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap解决办法:在C:\Users\$username$\AppData\Roaming\MathWorks\MATLAB\R2013a目录下,找到matlab

2015-07-30 10:34:07 23889 5

翻译 Interaction between Visual cortex (biological) and computer vision

Deep hierarchies in the primate visual cortex: what can we learn for computer vision? TPAMI 2013 august.....

2015-07-24 11:15:28 769

转载 Semantic segmentation (with deconvolutional CNN) 作者公布源码和模型

作者主页:http://cvlab.postech.ac.kr/~hyeonwoonoh/看到这两篇工作,因为公布了好多有用的layer,融合了unpooling layer,batch normorlization layer....同时公布了protxt, model等文件。。1、learning deconvolutional network for semantic segme

2015-07-21 20:06:14 9140

转载 CIFAR数据库预处理 (python)

code说明和下载地址:http://deeplearning.net/software/pylearn2/tutorial/index.html#tutorial

2015-07-13 17:02:54 1528

转载 notepad++ 联想输入 如何关掉

转自:http://www.zixue7.com/forum.php?mod=viewthread&tid=18932有时候这个提示好烦人,要去掉,怎么办?中文版:菜单栏,设置-----首选项---自动完成-----去掉勾英文版:

2015-06-22 10:21:17 14720 1

翻译 Image Super-Resolution using CNN

paper:        Chao Dong, Chen Change Loy, Kaiming He, Xiaoou Tang. Learning a Deep Convolutional Network for Image Super-Resolution, in Proceedings of European Conference on Computer Vision (ECCV)

2015-06-20 17:22:34 7922

翻译 Zero-shot learning on the ImageNet of over 20000 classes

Devise: A deep visual-semantic embedding model (NIPS2013)Zero-Shot Learning by Convex Combination of Semantic Embeddings (http://arxiv.org/pdf/1312.5650.pdf)Mohammad Norouzi, Tomas Mikolov

2015-06-05 10:44:05 1721

翻译 有公布code。Project-Out Cascaded Regression with an application to Face Alignment

Project-Out Cascaded Regression with an application to Face Alignment传统方法做的,效果还不错。

2015-06-03 15:41:16 2193 2

翻译 Some paper related to Image Deblurring

Generalized Video Deblurring for Dynamic ScenesKernel Fusion for Better Image DeblurringDeep Convolutional Neural Network for Image DeconvolutionLearning to Deblur (http://arxiv.

2015-06-03 15:22:11 1444

翻译 Scene Labeling with LSTM Recurrent Neural Networks

结果图:

2015-06-03 15:20:35 2239 1

转载 Deep Learning Tutorials

Deep Learning Tutorials:http://deeplearning.net/tutorial/

2015-06-03 15:08:40 921

翻译 STRIVING FOR SIMPLICITY: THE ALL CONVOLUTIONAL NET _CIFAR10 CIFAR100

网络结构图:结果还不错。。。

2015-06-03 14:27:33 2186

原创 Classify Images with Conceptor Network CIFAR-10 CIFAR-100 MNIST...

2015-06-03 11:25:48 1308

转载 常用 blas 函数

转自:http://www.cnblogs.com/huashiyiqike/p/3886670.html

2015-06-02 18:42:57 946

原创 Large-scale Scene Understanding (LSUN) 竞赛

http://lsun.cs.princeton.edu/#organizers

2015-06-02 18:33:53 1857

转载 CVPR15 publiscation list

http://www.cv-foundation.org/openaccess/CVPR2015.py

2015-05-29 11:11:55 680

原创 CASIA WebFace Database 数据库

数据库地址:http://www.cbsr.ia.ac.cn/english/CASIA-WebFace-Database.html

2015-05-29 11:10:14 13423 2

翻译 SegNet: a deep convolutional encoder-decoder architecture for robust semantic pixel-wise labelling

框架:SegNet, a deep convolutional encoder-decoder architecture框架组成部分:A stack of encoders                       + a corresponding decoder stack                       + then feed into a softmax

2015-05-29 11:08:40 3066 1

原创 Object detection + CNN 两篇paper

1、object detection networks on convolutional feature maps2、Object detection via a multi-region & semantic segmentation-aware CNN model

2015-05-24 15:54:38 3587

转载 如何编辑 删除 修改 pdf文件中的文字

要编辑修改PDF文件一般用三种软件,分别是:(1)Adobe Acrobat;(2)Foxit PDF Editor;(3)文电通。现介绍用Adobe Acrobat软件编辑PDF文件的方法: 你先打开PDF文件,依次点击“工具”—“高级编辑工具”—“TouchUp文本工具(T)”,然后你用鼠标点击需要编辑的地方,就会出现一个长方形边框,在这个框内,你把光标移到需要编辑的位置,输入或删除文

2015-05-06 14:27:30 16488

转载 Li feifei How we're teaching computers to understand pictures

视频地址:http://www.ted.com/talks/fei_fei_li_how_we_re_teaching_computers_to_understand_pictures?language=enWhen a very young child looks at a picture, she can identify simple elements: "cat," "bo

2015-05-05 09:29:50 1258

原创 C/C++ 定义向量、赋值和使用

好多年前学的东西,都忘记了,只能重新开始了。头文件:  #include 定义vector变量:  vector mean_cy;vector变量的赋值:  mean_cy.push_back(104);  mean_cy.push_back(117);  mean_cy.push_back(123);vector变量的使用:    mean_cy[0]

2015-05-04 21:32:32 13149

转载 VGG model 涉及到的paper

VERY DEEP CONVOLUTIONAL NETWORKS FOR LARGE-SCALE IMAGE RECOGNITION

2015-05-04 20:13:29 4332

转载 cvpr15 paper list

http://www.cv-foundation.org/openaccess/CVPR2015.py

2015-05-03 15:28:11 3004

翻译 Bilinear CNN Models for Fine-grained Visual Recognition

下载地址:http://arxiv.org/pdf/1504.07889.pdf

2015-05-03 11:00:47 6155

原创 Opencv 按像素拷贝图像图像

cv::Mat gridimg(96,96,CV_8UC3,cv::Scalar(128,128,128));     for (int c=0; c    for (int h=0; h    for (int w=0; w              gridimg.at(h+hOffset, w+wOffset)[c] =                       m

2015-04-05 13:51:41 2169

visual cortex computer vision

visual cortex computer vision visual cortex computer vision

2015-07-24

DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe

DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe DIY Deep Learning for Vision- a Hands-On Tutorial with Caffe

2014-10-14

Convolutional neural networks for matlab

Convolutional neural networks for matlab

2014-09-19

Neural network (unsupervised learning)-Ch5

Neural network (unsupervised learning)-Ch5

2014-09-02

LATEX PPT模板

LATEX PPT模板

2014-06-09

latex数学符号表

latex math symbols table latex math symbols table latex数学符号表

2014-06-03

imagenet均值图像

imagenet_mean.binaryproto Caffe imagenet均值图像

2014-05-27

2dim_minist

2dim_minist

2014-05-17

精灵虚拟光驱(Daemon Tools) 4.49.1

精灵虚拟光驱(Daemon Tools) 4.49.1 精灵虚拟光驱(Daemon Tools) 4.49.1

2014-03-31

getkernels

How to get the linear kernel or Gaussian kernel?

2014-03-31

windows已编译linearSVM

windows已编译linearSVM 添加路径即可使用之~

2014-03-27

视频转换FLVConverter

视频转换软件 FLVConverter

2014-03-24

已编译libsvm-3.17

window 已编译libsvm-3.17 已编译libsvm-3.17

2014-03-24

jre-7u21-windows-i586.exe

jre-7u21-windows-i586.exe

2014-03-18

low rank representation- theories and application

low rank representation- theories and application

2014-03-12

matlab code_tensor.

matlab Higher-order singular value decomposition_tensor

2014-01-09

Matrix Differential Calculus

matrix Differential Calculus

2013-12-12

Convolution neural networks

Convolution neural networks

2013-08-18

模式识别课件

模式识别课件

2013-07-22

PPT模板3个

PPT模板

2013-07-22

数字图像处理课件

数字图像处理课件

2013-07-22

Pf_ColorTracking

Pf_ColorTracking

2013-07-22

svm相关工具包

svm相关包

2013-07-22

Pattern Recognition and Machine Learning

Pattern Recognition and Machine Learning Pattern Recognition and Machine Learning 电子书,非常好~

2013-07-22

Pattern Theory The Stochastic Analysis of Real-World Signals

Pattern Theory The Stochastic Analysis of Real-World Signals

2013-07-22

MATLAB统计分析与应用:40个案例分析

MATLAB统计分析与应用:40个案例分析

2013-07-22

opencv学习资料

opencv所有的学习资料

2013-07-22

Mean-shift算法 C++

Mean-shift算法 C++

2013-07-22

Statistical pattern recognition toolbox for matlab

Statistical pattern recognition toolbox for matlab

2013-05-15

Multiple Camera Object Tracking

Multiple Camera Object Tracking

2013-05-12

Lior Wolf Image Descript

matlab code Lior Wolf Descriptor Based Methods in the Wild

2013-05-09

IEEEtran期刊latex模版

IEEEtran期刊latex模版

2013-04-22

ECCV10——deep learning

学习deep learning 深度学习的资料~ 虽然没有昨天传的那篇详尽写,也不错,共享了~

2012-12-13

Deep learning PPT

CVPR ppt Deep learning 必备资料·真的是特别好,忍不住共享了~

2012-12-12

写英文paper,易出现的一些错误

写英文paper,易出现的一些错误~写英文paper,易出现的一些错误~ 挺实用的,记录于此,供他人和自己学习~

2011-10-21

根据直方图 度量图像相似 matlab

根据直方图 度量图像相似 matlab代码

2011-04-25

特征值 特征向量 数值方法 简介

求特征值的数值方法简介 特征值 特征向量 数值方法 简介

2011-04-25

knn讲解ppt 课件资料

KNN 课件资料 感觉写的很不错,共享下。呵呵

2011-04-25

正交群和幺正群定义和基本知识

正交群和幺正群的定义和解释。 ppt文档,属于基本知识的理解范围,不涉及编程。

2011-04-12

kld_GMM_SVM.ppt

kld_GMM_SVM.ppt Kullback-Leibler divergence based kernel for SVM

2011-03-11

空空如也

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

TA关注的人

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