caffe2 AICamera可以编译为与x86处理器一起使用吗?

时间:2018-07-23 13:32:02

标签: android android-studio caffe android-x86 caffe2

我正在使用 Android 5设备(x86),试图从以下位置运行Caffe2 AICamera:https://github.com/caffe2/AICamera

但是没有这样做。原因是使用abiFilters =' armeabi-v7a 'CPU编译c \ c ++依赖项。

我试图将此值更改为 x86 ,以为它将编译x86体系结构的所有依赖项。但我收到此错误:

Caused by: Build command failed.
Error while executing process /Users/myuser/Library/Android/sdk/cmake/3.6.4111459/bin/cmake with arguments {--build /Users/myuser/Workspaces/AICamera/app/.externalNativeBuild/cmake/debug/x86 --target native-lib}
ninja: error: '../../../../src/main/jniLibs/x86/libCaffe2_CPU.a', needed by '../../../../build/intermediates/cmake/debug/obj/x86/libnative-lib.so', missing and no known rule to make it

似乎它正在寻找预编译的共享对象,而不是对其进行编译。

如何设置此项目以使其与带有x86处理器的Android一起使用? 有没有办法用x86编译所有依赖项?

0 个答案:

没有答案