mostafa-saad / deep-activity-rec

Paper ibrahim et al, cvpr 2016 - A Hierarchical Deep Temporal Model for Group Activity Recognition -
BSD 2-Clause "Simplified" License
183 stars 38 forks source link

run ./script-simple.sh @caffe-lstm/example/deep-activity-rec/ibrahim16-cvpr-simple report error #8

Closed qdinfish closed 7 years ago

qdinfish commented 7 years ago

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

mostafa-saad commented 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.

qdinfish commented 7 years ago

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

mostafa-saad commented 7 years ago

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.

qdinfish commented 7 years ago

z_log_dataset_net2.txt z_trainval-test-log.txt

I think I fix all globe issues, but it still have errors .

mostafa-saad commented 7 years ago

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.

beibeirory commented 7 years ago

Can you tell me how did you fix your problem about the missing libcaffe.so? @jichaoliu

mostafa-saad commented 7 years ago

@beibeirory https://github.com/mostafa-saad/deep-activity-rec/issues/2#issuecomment-283191286

beibeirory commented 7 years ago

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

mostafa-saad commented 7 years ago

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