
Linux 菜鸟 CNN
文章平均质量分 59
junxiran
deep learning
展开
-
我是LINUX 菜鸟 从0开始 开始记我的成长足迹20140803
这是我的第一篇博客算是mark 下。现在研究原创 2014-08-03 20:25:54 · 416 阅读 · 0 评论 -
opencv2 和 opencv3冲突问题 im = cv2.imread(cur_path + '/../demo/' + im_name, cv2.IMREAD_COLOR | cv2.IMREA
运行 deep feature flow的demo出现im = cv2.imread(cur_path + '/../demo/' + im_name, cv2.IMREAD_COLOR | cv2.IMREAD_IGNORE_ORIENTATION)AttributeError: 'module' object has no attribute 'IMREAD_IGNORE_ORIE原创 2017-08-09 11:48:10 · 1474 阅读 · 0 评论 -
批量修改文件名
cd /home/data/gendata/notcars/bonsa*feiyun@feiyun-HP:~/data/gendata/notcars/bonsai$ for var in *.jpg; do mv "$var" "${var%.jpg}8.jpg"; done修改当前目录下ok.txt 改成OK.txt find . -typ转载 2014-09-04 09:58:37 · 529 阅读 · 0 评论 -
常用图像数据集:标注、检索
http://www.csdn123.com/html/blogs/20131023/87499.htm转载 2014-09-04 11:31:13 · 4169 阅读 · 0 评论 -
opencv 安装 以及PIL 安装主要参考http://blog.youkuaiyun.com/sunlylorn/article/details/7907698 部分软件包过老需要自己手动下载
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_PYTHON_SUPPORT=ON ..原创 2014-08-31 20:33:06 · 498 阅读 · 0 评论 -
python 安装 pip setup
安装setuptools软件包可以先打开setuptools的python官网看看setuptools软件包如何安装:> wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py> python ez_setup.py --user也可以下载setuptools软件包后安装:(1)转载 2014-09-01 09:20:58 · 1572 阅读 · 0 评论 -
opencv 安装之 ffmpeg
前几天不小心删除了 usr/bin/python原创 2014-08-31 17:09:57 · 1699 阅读 · 0 评论 -
BLAS CBLAS 安装
首先必须先要安装BLAS先从观望那个原创 2014-08-11 21:20:07 · 4809 阅读 · 0 评论 -
printf用法 20140809
$ printf "a string,no processing: \n" "A/nB"a string,no processing:原创 2014-08-09 21:23:07 · 420 阅读 · 0 评论 -
CUDA convnet 编译及运行20140808
作为刚接触 linux 的菜鸟,一来就被要求运行 cuda convnet 程序,原创 2014-08-08 15:50:25 · 475 阅读 · 0 评论 -
find sed sort wc 20140804
find /home/tolstoy -typed d -print |寻找所有目录色的原创 2014-08-04 20:47:00 · 391 阅读 · 0 评论 -
Deep Feature Flow for Video Recognition 安装
安装github一步步来,但是安装mxnet从官网安装1、$git clone https://github.com/msracver/Deep-Feature-Flow.git2、ubuntu系统下For Linux user, run sh ./init.sh. The scripts will build cython module automatically and creat原创 2017-08-10 17:03:26 · 1337 阅读 · 5 评论