
计算机项目配置日常
迷途de小狼
还可以
展开
-
VS2012行人检测setSVMDetector报错,解决方案
项目-属性-配置属性-常规-平台工具集,设为低版本vs即可原创 2015-12-21 14:08:54 · 2507 阅读 · 1 评论 -
Ubuntu 14.04+cuda8.0+opencv3.1+caffe
这几天入坑1080,使用最新的 UBUNTU16.04 系统,先说下GTX1080的几个坑:1080装机只能使用DVI接口的显示器,无法使用VGA或者转接头之类的。当然当你把显卡驱动安好之后,是能用VGA接口的,不过在那之前,VGA不识别。1080需要使用自己的显卡驱动,不能使用cuda 自带的驱动。Ubuntu16.04 系统的默认GCC版本为5.4, 而编译caffe最高只支持原创 2016-08-19 12:07:29 · 8636 阅读 · 3 评论 -
UBUNTU16.04 caffe 配置问题
1.fatal error: caffe/proto/caffe.pb.h: No such file or directory重新链接cudann 2.undefined reference to `leveldb重新安装leveldb首先可以从https://github.com/google/leveldb.git下载leveldb,然后c原创 2016-08-19 12:52:26 · 3838 阅读 · 1 评论 -
以root权限在pycharm 中运行python 文件
一直使用pycharm 编译运行python文件。但最近遇到一个问题:提示: ”Permission denied”方法:1. 在/usr/bin/目录下新建文件 python2.7_sudo.sh :sudo gedit /usr/bin/python2.7_sudo.sh在文件中写入下列代码:#! /bin/bash sudo python $*原创 2016-07-15 16:42:43 · 17556 阅读 · 3 评论 -
SSD:Single Shot MultiBox Detector 配置问题一览
1.使用cuda8编译时出错:/usr/include/boost/property_tree/detail/json_parser_read.hpp:257:264: error: ‘type name’ declared as function returning an array方法:因为gcc版本太低了,升级到5.3即可解决sudo add-apt-reposito原创 2016-08-05 08:39:05 · 13502 阅读 · 19 评论 -
faster rcnn +cudnn V5
faster rcnn 代码默认是使用的cudnn v4, 但是为了体验最新的v5, 或者使用GTX1080 ,我们编译faster rcnn的时候就会报错:In file included from ./include/caffe/util/cudnn.hpp:5:0, from ./include/caffe/util/device_alternate原创 2016-08-16 15:18:53 · 8047 阅读 · 3 评论 -
alt+ctrl+F1黑屏 ,解决方案
重装完ubuntu 系统后,ctrl+alt+F1进不去命令行,方法如下:转载自哪里也记不得了,方式先自己保存到本地的,如作者看到,请私信,我把链接加上,实在抱歉1)编辑/etc/default/grub 2)修改GRUB_CMDLINE_LINUX_DEFAULT的值为nomodeset 3)更新grub:sudo update-grub转载 2016-07-25 11:30:41 · 13886 阅读 · 2 评论 -
ubuntu 进不去界面解决方案
由于配置cuda,经常出现安装cuda后,或者更新系统后重启进不去桌面的现象。解决方案如下:1.下载显卡对应驱动,拷到u盘,最好是系统home主目录2.启动桌面命令行 ctrl +alt +F1如果进不去命令行,估计只能重装了,最好是重装后先看一下能这个命令能不能进去命令行,如果进不去请按下一篇博文进行操作。3.关闭桌面服务sudo service lightdm stop4.原创 2016-07-25 11:11:50 · 13284 阅读 · 0 评论 -
ubuntu: Unable to correct problems, you have held broken packages 解决方案
本人ubuntu16.04, 在配置caffe的时候使用apt-get命令后提示Unable to correct problems, you have held broken packages 网上试了很多方法,比如:sudo apt-get updatesudo apt-get upgradesudo apt-get autoremove之类的均不成原创 2016-07-25 10:57:57 · 57803 阅读 · 7 评论 -
Pycharm 激活
选License server激活,输入:http://114.215.133.70:41017/翻译 2016-07-25 12:29:23 · 21505 阅读 · 8 评论