会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
兔子二
上一页
1
···
14
15
16
17
18
19
20
下一页
2017年10月11日
配置matcaffe 遇到的两个坑
摘要: 1. 问题 (1) Invalid MEX-file '/root/caffe/matlab/+caffe/private/caffe_.mexa64': /matlab/r2016a/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: version
阅读全文
posted @ 2017-10-11 15:11 兔子二
阅读(306)
评论(0)
推荐(0)
2017年10月7日
qt安装
摘要: 在以下网页选择一个国内的下载地址即可 http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run.mirrorlist 下载的.run文件,修改mod之后即可运行安装
阅读全文
posted @ 2017-10-07 08:08 兔子二
阅读(172)
评论(0)
推荐(0)
ubuntu 16.04安装后不能登入
摘要: 启动后,选择ubuntu高级选项,选择恢复模式,在恢复模式下 sudo apt-get update sudo apt-get upgrade 另外,可以在此模式下,选择nvidia驱动
阅读全文
posted @ 2017-10-07 07:38 兔子二
阅读(274)
评论(0)
推荐(0)
2017年9月24日
错误 chamfermatching.cpp:969:30: error: the compiler can assume that the address of ‘annotate_img’
摘要: 修改 ./build/modules/contrib/CMakeFiles/opencv_contrib.dir/flags.make文件,删掉-Werror=address,然后重新make
阅读全文
posted @ 2017-09-24 18:57 兔子二
阅读(413)
评论(0)
推荐(0)
错误:子进程 已安装 pre-removal 脚本 返回了错误号 1
摘要: 解决办法 sudo rm /var/lib/dpkg/info/<package name>.*
阅读全文
posted @ 2017-09-24 18:51 兔子二
阅读(467)
评论(0)
推荐(0)
2017年9月19日
编译opencv python接口
摘要: 首先,安装依赖1 sudo apt-get install build-essential 2 sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev
阅读全文
posted @ 2017-09-19 14:40 兔子二
阅读(1291)
评论(0)
推荐(0)
2017年9月12日
python xml dom
摘要: http://www.cnblogs.com/coser/archive/2012/01/10/2318298.html
阅读全文
posted @ 2017-09-12 17:16 兔子二
阅读(100)
评论(0)
推荐(0)
python ::-1
摘要: 把数据的某一维到序,例如 a = numpy.array([ [1,2,3],[4,5,6] ]) b = a[:,::-1] b的结果为 [3,2,1], [6,5,4]
阅读全文
posted @ 2017-09-12 16:00 兔子二
阅读(291)
评论(0)
推荐(0)
SigmoidCrossEntropyLoss
摘要: http://blog.csdn.net/u012235274/article/details/51361290
阅读全文
posted @ 2017-09-12 14:32 兔子二
阅读(198)
评论(0)
推荐(0)
pyplot
摘要: 错误: 执行 import matplotlib.pyplot 报错 ImportError: No module named _tkinter, please install the python-tk package 解决方法:
阅读全文
posted @ 2017-09-12 10:28 兔子二
阅读(115)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
下一页
导航
博客园
首页
新随笔
联系
订阅
管理
公告