摘要: 官网:http://tensorflow.org/安装步骤:1、sudo apt-get install python-pip python-dev python-virtualenv2、virtualenv --system-site-packages ~/tensorflow3、cd ~/ten... 阅读全文
posted @ 2015-11-17 17:08 mydebug 阅读(28496) 评论(2) 推荐(1) 编辑
摘要: 最近在安装OpenCV cmake的时,出现gcc: error trying to exec 'cc1plus': execvp: no such file or directory的错误。 导致问题的原因可能是因为没有安装 gcc 或者 g++,也可能是已安装的 gcc 和 g++ 版本不兼容 阅读全文
posted @ 2016-08-23 22:47 mydebug 阅读(12252) 评论(0) 推荐(0) 编辑
摘要: 1 # include "HalconCpp.h" 2 # include "HDevThread.h" 3 # include 4 # include 5 6 using namespace HalconCpp; 7 8 9 10 // Main procedure 11 void ... 阅读全文
posted @ 2016-01-21 13:48 mydebug 阅读(3520) 评论(1) 推荐(1) 编辑
摘要: 前段时间,搞了搞编译label_image中cc的实例,最后终于搞定。。。但想在IDE中编译还没成功,继续摸索中。现分享一下,探究过程,欢迎叨扰,交流。个人地址:http://home.cnblogs.com/u/mydebug/预备文件:inception_dec_2015文件解压到data文件夹... 阅读全文
posted @ 2015-12-16 21:04 mydebug 阅读(4174) 评论(0) 推荐(0) 编辑
摘要: 1 # 2 # http://www.cnblogs.com/mydebug/ 3 # 4 from __future__ import absolute_import 5 from __future__ import division 6 from __future__ im... 阅读全文
posted @ 2015-12-10 17:06 mydebug 阅读(1124) 评论(0) 推荐(0) 编辑
摘要: 安装Wing IDE 官网下载deb安装文件开始安装程序dpkg -i 文件名.deb 安装完成后打开注册界面,输入下面的LicenseID后得到RequestCode,将RequestCode替换掉源文件Key.py中的RequestCode运行代码(前提已经安装了python),得到激活码... 阅读全文
posted @ 2015-12-09 22:04 mydebug 阅读(1086) 评论(0) 推荐(0) 编辑