sh1r0 / caffe-android-lib

Porting caffe to android platform
Other
510 stars 204 forks source link

libcaffe.so not found error when trying to run caffe on android device #98

Closed raginisharma14 closed 7 years ago

raginisharma14 commented 7 years ago

I get Libcaffe.so not found error when I am trying to run caffe executable through AMD on mobile device. could you also let me know, what all files do I need to push on to the device through ADB to run one of the models successfully.

I had copied only the caffe executable which is found inside the bin folder.

sh1r0 commented 7 years ago

Hi @raginisharma14, you could refer to https://github.com/sh1r0/caffe-android-demo, which is the demo app for this lib. Besides, building caffe executable is not my main focus, and there are some known issues (e.g., https://github.com/sh1r0/caffe-android-lib/issues/89).