caffe_ssd_踩坑

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了caffe_ssd_踩坑相关的知识,希望对你有一定的参考价值。

http://blog.csdn.net/sinat_31802439/article/details/52958791

python.config no such file

解决:

1  makeflie文件Python路径正确

2   包含PYTHONPATH(bahsrc)

 

build_release/tools/caffe: error while loading shared libraries: libhdf5_hl.so.10: cannot open shared object file: No such file or directory

解决:

  • Go to the libraries directory:

    cd /usr/lib/x86_64-linux-gnu
    
  • Link the system version of HDF5 from 7 to 9:

    sudo ln -s  libhdf5_serial_hl.so.10.0.2 libhdf5_hl.so.10
    sudo ln -s  libhdf5_serial.so.10.1.0 libhdf5.so.10
    
  • Update the "Dynamic Linker":

    sudo ldconfig

三 
/usr/lib/libopencv_highgui.so.2.4: undefined reference to [email protected]_4.0‘ 1>
/usr/lib/libopencv_highgui.so.2.4: undefined reference [email protected]_4.0
解决方式前面说了,就是编译opencv的时候要加上 -D BUILD_TIFF=ON

然后又出现了这个错误,这个错误曾让我苦恼了两天,还因此把系统搞崩溃一次....不得不重装
最后还是多亏了最开头提到的博客以及热心网友 _无声的雨 的帮助,非常感谢,当代活雷锋啊!
//usr/lib/x86_64-linux-gnu/libx264.so.142:对‘__[email protected]_2.15’未定义的引用
//usr/lib/x86_64-linux-gnu/libx264.so.142:对‘[email protected]_2.15’未定义的引用
//usr/lib/x86_64-linux-gnu/libxvidcore.so.4:对‘[email protected]_2.15’未定义的引用
//usr/lib/x86_64-linux-gnu/libvorbis.so.0:对‘[email protected]_2.15’未定义的引用

解决方法:如果你装了anaconda包的话,删除anaconda/lib/下面的 libm
sudo rm -rf libm*

 

In file included from src/caffe/solvers/sgd_solver.cpp:7:0:
./include/caffe/util/io.hpp:192:40: error: ‘AnnotatedDatum_AnnotationType’ does not name a type
const std::string& encoding, const AnnotatedDatum_AnnotationType type,

 

以上是关于caffe_ssd_踩坑的主要内容,如果未能解决你的问题,请参考以下文章

caffe_ssd学习-用自己的数据做训练

Fastlane 一键打包/发布APP - 使用记录及踩坑

Fastlane 一键打包/发布APP - 使用记录及踩坑

C语言入门必做踩坑题《篇六》

C语言入门必做踩坑题《篇六》

在Cent OS云服务器上部署基于TP5后端代码踩坑记录_艾孜尔江撰