
caffe
社会福哥
研究方向:计算机视觉,图像处理
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
编译caffe问题集(零)
1.编译caffe出现:src/caffe/net.cpp:9:18: fatal error: hdf5.h: No such file or directory compilation termina修改Makefile.config文件中这两行,改成:# Whatever else you find you need goes here.INCLUDE_DIRS := $(P...原创 2019-01-09 11:32:10 · 672 阅读 · 0 评论 -
caffe 安装教程(一)
Ubuntu安装配置Caffe教程(GPU版)此教程主要借鉴自:GPU版:http://www.linuxidc.com/Linux/2016-12/138870.htmCPU版:http://www.linuxidc.com/Linux/2016-09/135034.htm 1 电脑配置及软件说明1) Ubuntu 16.04 x64系统,GPU:Quadro ...原创 2019-01-09 15:26:42 · 12060 阅读 · 1 评论 -
Introduction to OpenCV-Python (三)
OpenCV from:https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_setup/py_intro/py_intro.html#introOpenCV was started at Intel in 1999 by Gary Bradsky, and the first release came out in 2000. Vadi...原创 2019-01-09 16:17:10 · 232 阅读 · 0 评论 -
caffe 安装教程(二)
1. 安装相关依赖项1 sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compiler2 sudo apt-get install --no-install-recommends libboost-all-dev3 su...原创 2019-01-09 16:30:43 · 423 阅读 · 0 评论 -
ubuntu16.04 python3.6 caffe(CPU) 配置记录(四)
从头开始配置编译python3.6版本的caffe整整花了10天时间,期间经历了很多事,所以状态一直很差,真正的配置时间应该在五天左右.目前搜索到的caffe配置版本多数是2.7和3.5,关于python3.6的配置基本没有.但是目前anaconda3用的python版本为3.6,tensorflow最新使用的都是3.6,所以我电脑里存在的就是3.6版本.所以我决定配置python3.6版本的...转载 2019-01-10 10:31:06 · 534 阅读 · 0 评论