sh1r0 / caffe-android-demo

An android caffe demo app exploiting caffe pre-trained ImageNet model for image classification
https://github.com/sh1r0/caffe-android-lib
MIT License
255 stars 165 forks source link

How to ndk build .so files for ABI x86 or arm_v7? #56

Closed ventusff closed 7 years ago

ventusff commented 7 years ago

It seems that in the jniLibs Folder there is only ABIs .so for arm_v8 and x86_64; I'm wondering whether it's possible to create .so files for ABI x86 or arm_v7 and how? I've tried to compile the caffe-android-lib on my ubuntu system and quite sure that I have enough preques. but just keep failing and get all kinds of errors; and still how can I ndk those caffe_model.cpp and caffe_jni.cpp?

sh1r0 commented 7 years ago

Hi @ventusff, please refer to https://github.com/sh1r0/caffe-android-lib/issues/100, thanks.