ssdtrain demo

编译成功后:

--> cannot find google.protobuf.external


-->conda install protobuf


-->

  File "examples/ssd/ssd_pascal_back.py", line 2, in <module>                                  =
    import caffe                                                                              
ImportError: No module named caffe 

-->

 export PYTHONPATH=/home/wenyangming/ssd/caffe/python/ 

./build/tools/caffe: error while loading shared libraries: libhdf5_hl.so.10: cannot open shared obj│
ect file: No such file or directory 

-->

export LD_LIBRARY_PATH="/usr/local/cuda/lib64"
export LD_LIBRARY_PATH="/home/wenyangming/anaconda2/lib"

train -->
/home/wenyangming/ssd/caffe/build/tools/caffe train --solver=/home/wenyangming/ssd/caffe/models/VGGNet/VOC0712/SSD_300x300/solver.prototxt -gpu all



你可能感兴趣的:(深度学习,caffe,DeepLearn)