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

please how can i get new "squeeze_init_net.pb" and "squeeze_predict_net.pb"?

Hi, I am experiencing similar error as issue #54 but the problem is different. I have looked at issue #17 as well. In my case, I am using PyTorch 1.0...

Hi, I tried to include my own design of the network trained on proprietary data sets. I converted it from .caffemodel to caffe2 .pb model. I have included all class...

I have this concern because Tensorflow Lite does not support RNN and bilinear sampling for now. From this repo, I could see conv, pooling, some normalizations and fc work.

I cannot find contact email so i ask my question here. I'm so sorry... I will develop android application based on demo(AI Camera). But there is no license.. Can I...

Hello I can build apk. While compiling the error is: ``` org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:externalNativeBuildDebug'. [...] Caused by: org.gradle.internal.UncheckedException: Build command failed. [...] Error while executing process /Users/xxxi/Library/Android/sdk/cmake/3.6.4111459/bin/cmake...

Hi @bwasti , @orionr When I clone I tried to build this demo, I got this error, where I am I missing when I configure it? Should I add more...

## Application gets stuck while we are Instantiating predictor! ### Tools I use: Android Studio 3.0.1 Build #AI-171.4443003, built on November 9, 2017 JRE: 1.8.0_152-release-915-b01 amd64 JVM: OpenJDK 64-Bit Server...

Hi,guys. I just ran the project on android studio2.3 in windows 7. While it reported an error, can you help me? Build native-lib armeabi-v7a [1/4] Building C object CMakeFiles/cpufeatures.dir/C_/Users/utsc0471/AppData/Local/ Android/sdk/ndk-bundle/sources/android/cpufeatures/cpu-features.c.o...

It removes the use of pre-built binaries, such that the whole application will be built from source together with the same configuration (e.g. ANDROID_STL, ABI etc). It also allows building...