AICamera icon indicating copy to clipboard operation
AICamera copied to clipboard

Demonstration of using Caffe2 inside an Android application.

Results 34 AICamera issues
Sort by recently updated
recently updated
newest added

I try Googlenet, but crashed. and could you tell me how to enable log information ? thank for your help

Hi, Thanks for the demo. it is really amazing. I build and run the app in windows environment, its working fine. I am new on caffe2 as well as on...

I am curious to know the feasibility of doing this demo but with a DragonBoard running aarch64 Debian? It is the same Snapdragon processor found in many phones, just running...

question

Hi, I try to integrate the prebuilt libs from this demo app to my own project through Android.mk. All building and linking work fine except I got NDK error of...

Hi, Thank for sharing this useful code so that we could run caffe2 on Android. Recently, I notice that the OpenGL backend has been [released](https://github.com/caffe2/caffe2/tree/master/caffe2/contrib/opengl), and I also discover that...

Hi, Is there any plan to get this demo supported by MacOS and iOS? Thanks!

I have run the demo successfully, my device is huawei P10, the mean fps is 5. I think the speed is low. Has the project been accelerated by GPU of...

1. I clone new caffe2, compile a cpu version, and have: libCaffe2_CPU.a libCAFFE2_NNPACK.a libCAFFE2_PTHREADPOOL.a libcpufeatures.a 2. create script.ar: CREATE libcaffe2.a ADDLIB libCAFFE2_NNPACK.a ADDLIB libCAFFE2_PTHREADPOOL.a ADDLIB libcpufeatures.a ADDLIB libCaffe2_CPU.a SAVE END...

Thanks for propose a caffe2 android demo, But it can't pass the build and compile step when this project passed to new verison. It always has a link problem. So...