Caffe+CUDA7.5+CuDNNv3+OpenCV3.0+Ubuntu14.04  配置参考文献 ---- Wang Xiao Warning: Please make sure the cuda is installed correctly, before you reboot your PC, or  you may stucked and can not open your system. Check in your terminal: nvidia-smi If it shown…
Caffe + CUDA8.0 + CuDNNv5.1 + OpenCV3.1 + Ubuntu14.04  配置参考文献 ---- Wang Xiao  Anhui University  CVPR Group   2017-05-27 Warning: Please make sure the cuda is installed correctly, before you reboot your PC, or  you may stucked and can not open your sy…
安装32位程序运行支持 sudo apt-get install lib32stdc++6 lib32z1 lib32ncurses5 lib32bz2-1.0 可能报错: lib32stdc++6 : 依赖: lib32gcc1 (>= 1:4.1.1) 但是它将不会被安装 E: 无法修正错误 解决方案: sudo aptitude -f install lib32stdc++6 若没有aptitude需先安装该软件 在提示中第一处选n, 第二处选y, 如下: edu@edu:/opt/gcc…
ubuntu14.04 配置网络的练习 本文参考的资料: https://blog.csdn.net/liu782726344/article/details/52912797. 感谢作者的分享! 打开配置文件进行修改: sudo vim /etc/network/interfaces 看到配置文件的内容是: # The loopback network interface auto lo iface lo inet loopback # The primary network interfac…
最近做一些图像识别的项目,用到了opencv,opencv3.1没有x86版本,所以只能用opencv3.0来完成,下面介绍一下在window10下vs2015 配置opencv3.0的过程(x86和x64环境) 1.首先安装opencv3.0到电脑本地磁盘,我的目录是 D:\opencv3.0\opencv 2.配置环境变量: 在系统变量中新建两个变量,OPENCV_DIR和OPENCV_DIR64 分别对应 x86版本和x64版本 在系统变量Path中添加以上两个新建的变量,并且指定到各自的…
最近开始做行人检测,因此开始接触faster-rcnn,这里贴上配置教程(亲测可行),不过是基于cpu的,蓝瘦... 参考博客:http://www.tuicool.com/articles/nYJrYra(opencv配置) http://blog.csdn.net/sinat_17196995/article/details/53410292(faster-rcnn配置) 环境:ubuntu16.04 一.首先要配置好opencv 这里我是在opencv官网上下载了opencv-3.0.0-…
总所周知,ASP.NET是微软公司的一项技术,是一个网站服务端开发的一种技术,它可以在通过HTTP请求文档时再在Web服务器上动态创建它们,就是所谓动态网站开发,它依赖运行于 IIS 之中的程序 .但是从成本上面来讲,Linux(开源)系统的花费比Windows Server系列少得多.因此,更多的企业愿意采用Linux作为服务器系统.由于ASP.NET依赖于IIS,导致有部分创业型公司在技术选型上会将ASP.NET筛选掉.我们伟大的程序猿,为了能让ASP.NET运行在Linux系统上,Mono…
1.配置完adb环境变量后在终端输入adb: ameyume@ameyume-HP-450-Notebook-PC:~$ adb /home/ameyume/adt-bundle-linux-x86_64-20140702/sdk/platform-tools/adb: 没有那个文件或目录 原因:由于是64位的linux系统,而Android SDK只有32位的,需要安装一些支持包才能使用.安装: ameyume@ameyume-HP-450-Notebook-PC:~$ sudo  apt-g…
ubuntu下配置tomcat的过程事实上和windows是差点儿相同的,以下一起来看一下怎样在ubuntu14.04中配置tomcat. 1.下载tomcat 地址:http://tomcat.apache.org/download-80.cgi ubuntu能够下载tar.gz类型的或者zip类型的. 2.解压到对应的目录 这里我是打算把tomcat放到 /usr/lib里 sudo tar zxvf apache-tomcat-8.0.28.tar.gz -C /usr/lib sudo…
ubuntu14.04自带中文输入法,只要配置就可以了. 1.安装中文支持 System Settings -->  Language Support 点击 install/remove languages, 安装 chinese(simplified) 2.选择输入法框架 在同一个页面选择 Keyboard input method system "IBUS" 3.配置拼音输入法 System Settings --> Text Entry 点击"+"…