lucasjinreal / kitti-ssd

Train your own data using SSD in a more clear and simple way(not include source code)
102 stars 44 forks source link

ImportError: libcaffe.so.1.0.0: cannot open shared object file: No such file or directory #18

Open hammadullah125 opened 6 years ago

hammadullah125 commented 6 years ago

File "train_ssd_kitti.py", line 4, in import caffe File "/export/users/hull/Desktop/caffe/python/caffe/init.py", line 1, in from .pycaffe import Net, SGDSolver File "/export/users/hull/Desktop/caffe/python/caffe/pycaffe.py", line 13, in from ._caffe import Net, SGDSolver ImportError: libcaffe.so.1.0.0: cannot open shared object file: No such file or directory

Any solutions?