09 2017 档案

错误 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 兔子二 阅读(408) 评论(0) 推荐(0)

错误:子进程 已安装 pre-removal 脚本 返回了错误号 1
摘要:解决办法 sudo rm /var/lib/dpkg/info/<package name>.* 阅读全文

posted @ 2017-09-24 18:51 兔子二 阅读(457) 评论(0) 推荐(0)

编译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 兔子二 阅读(1274) 评论(0) 推荐(0)

python xml dom
摘要:http://www.cnblogs.com/coser/archive/2012/01/10/2318298.html 阅读全文

posted @ 2017-09-12 17:16 兔子二 阅读(96) 评论(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 兔子二 阅读(288) 评论(0) 推荐(0)

SigmoidCrossEntropyLoss
摘要:http://blog.csdn.net/u012235274/article/details/51361290 阅读全文

posted @ 2017-09-12 14:32 兔子二 阅读(195) 评论(0) 推荐(0)

pyplot
摘要:错误: 执行 import matplotlib.pyplot 报错 ImportError: No module named _tkinter, please install the python-tk package 解决方法: 阅读全文

posted @ 2017-09-12 10:28 兔子二 阅读(112) 评论(0) 推荐(0)

注意mysql connector的版本
摘要:今天把ubuntu升级到16.04后,使用mysql connector 1.1.8版本(centos 还是ubuntu不清楚)访问数据库,出现莫名其妙的错误。 后来下载mysql connector 1.1.8 ubuntu 16.04 版本后,问题解决。 阅读全文

posted @ 2017-09-07 20:37 兔子二 阅读(305) 评论(0) 推荐(0)

导航

点击右上角即可分享
微信分享提示