Closed qdinfish closed 7 years ago
Hello,
I think, this should be a problem on your side. The environment where you run is not prepared to see Caffe or even it is not setup correctly (e.g. make sure caffe.so exist). Please Google web for such error or Caffe groups to see the problem.
Mostafa, Thanks for your quick response. i only do "make all" in your directory ,and I also need do it in the@caffe-Lstm directory, right? I'm a new one for caffe. Thanks a lot, Jc
Kindly read on Caffe website for caffe installations. Typically it is annoying to get all things correct from face time. You know caffe is installed when caffe.so exists in the build dir.
z_log_dataset_net2.txt z_trainval-test-log.txt
I think I fix all globe issues, but it still have errors .
Now you moved to a problem on my side. I still can't solve. I will put few hours this week on hope to solve it. It is a makefile problem. See some clarifications here: https://github.com/mostafa-saad/deep-activity-rec/issues/2
Specifically, I am not good in writing makefiles. When I put the project in eclipse, it works well. But using my makefile, fails in the 3rd phase.
Can you tell me how did you fix your problem about the missing libcaffe.so? @jichaoliu
I can get three EXEs. But when I run the script_simple.sh, I get the error about the missing libcaffe.so. By the way, I successfully compile the caffe-lstm. @mostafa-saad
I am not sure about this libcaffe.so. I think it is not about my project, but your run environment. You need to add the library directory to some path. Google the error
Hi Mostafa,
I encounter following issue when run the installation guide you wrote.
run ./script-simple.sh exePhase1_2:error while loading shared libraries: libcaffe.so : cannot open shared object file: no such file or directory
Thanks a lot, Jc