计算机视觉
快乐遇见忧伤
这个作者很懒,什么都没留下…
展开
-
YOLO目标检测
YOLO详解 - 赵丽丽的文章 - 知乎 http://zhuanlan.zhihu.com/p/25236464转载 2018-04-09 11:54:38 · 238 阅读 · 0 评论 -
Faster RCNN object detection
Following instructions here https://www.tensorflow.org/extend/adding_an_opTo try to rebuild this op https://github.com/yaroslavvb/max_align_bytes_opFirst I ran into issue with nsync headers, fix...原创 2018-04-27 16:15:04 · 591 阅读 · 0 评论 -
fatal error: pyconfig.h: No such file or directory
/usr/bin/g++ -shared -o python/caffe/_caffe.so python/caffe/_caffe.cpp \ build/lib/libcaffe.a -pthread -fPIC -DNDEBUG -O2 -I/usr/local/include/python2.7 - I/usr/local/lib/python2.7/di...转载 2018-05-21 09:08:37 · 2097 阅读 · 1 评论 -
caffe 编译中出现的错误——fatal error: hdf5.h: 没有那个文件或目录
在Makefile.config文件的第85行,添加/usr/include/hdf5/serial/ 到 INCLUDE_DIRS,也就是把下面第一行代码改为第二行代码。INCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/includeINCLUDE_DIRS := $(PYTHON_INCLUDE) /usr/local/include /usr/...转载 2018-05-21 09:25:41 · 388 阅读 · 0 评论