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

NDK r16b Gradle 4.1 Cmake 3.10 MacOS 10.14.2 Android studio 3.2.1 When I build the project, get error ``` Error occurred while communicating with CMake server. ```

I googled around & wasn't able to find a solution for this error when I build this in Android Studio (v3.1.4): Expected NDK STL shared object file at /Users/username/Library/Android/sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so

I have a U-Net model that takes as input image of size (3, 256, 256) and outputs a binary mask of size (1,256,256). I modify the input size to 256x256...

change shufflenet model always shows LOADING, the shufflenet pb model has tested on pc pass, anyone help me? @machoji @ThomasGueldner @FullZing @jazzseow @northeastsquare

This is pull request was created automatically because we noticed your project was missing a Code of Conduct file. Code of Conduct files facilitate respectful and constructive communities by establishing...

This is pull request was created automatically because we noticed your project was missing a Contributing file. CONTRIBUTING files explain how a developer can contribute to the project - which...

Hello, I followed this link [https://github.com/cedrickchee/pytorch-android](https://github.com/cedrickchee/pytorch-android) to build an android app with a ResNet18 that does binary classification. I changed the app to take a still image when a button...

I directly run the apk build by this project without any change on my own android device. However, it seems that the outputs(top5 labels) do not make any sense, I...

bug

I transfer a model from pytorch to caffe2. But when I load this model, the android report some error listed below. 03/15 21:46:48: Launching app $ adb push /Users/mingfang/Desktop/android/AICamera/app/build/outputs/apk/debug/app-debug.apk /data/local/tmp/facebook.f8demo...

Hey there, I get an immediate failure. Stack trace is here: https://gist.github.com/Suhail/d16154b6e09420b278ab0bf21da1b0a2 Here are the important sections though: ```java org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:externalNativeBuildDebug'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:103) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:73) at...