sh1r0 / caffe-android-lib

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

I want use the libcaffe.so and libcaffe_jni.so in Linux. What can I do to this? #92

Closed Marryli closed 7 years ago

Marryli commented 7 years ago

I want use the libcaffe.so and libcaffe_jni.so in Linux. What can I do to this?If I only copy the file to the Linux, it always makes errors.

sh1r0 commented 7 years ago

The .so files built in this project are for android. Sorry that I could not get your idea.

sh1r0 commented 7 years ago

Hi @Marryli, are #94 and #95 related to this one? If so, please reply in this issue and close the others, thanks. Also, I still cannot get your point. Are you trying to build java application based on caffe on linux and thus needs jni?

Marryli commented 7 years ago

Yes,that is my point. Can you give me some ideas? Thanks.

sh1r0 commented 7 years ago

I think you can take a look at https://github.com/bytedeco/javacpp-presets.