android-demo-app icon indicating copy to clipboard operation
android-demo-app copied to clipboard

PyTorch android examples of usage in applications

Results 161 android-demo-app issues
Sort by recently updated
recently updated
newest added

Hi When I load my network model in my project, I get the error info as the fellow: E/RgbDetectorFragment: initialize: /data/user/0/com.sprocomm.mpfusys/files/CDCN.ptl A/libc: /buildbot/src/android/ndk-release-r21/external/libcxx/../../external/libcxxabi/src/abort_message.cpp:72: abort_message: assertion "terminating with uncaught exception of...

apk build was successful, but on "detect" displayed. the apk installed eventually crashed. i used andriod studio 4.2.2 and gradle-6.7.1-all.zip Task :app:compileDebugJavaWithJavac Note: C:\Users\lenovo\Desktop\Andriod_SDK\pytorch\android-app-fruit\ObjectDetection\app\src\main\java\org\pytorch\demo\objectdetection\MainActivity.java uses or overrides a deprecated API....

I have a question which might need your help or guidance on this. I am new to this. I followed your object detection with yolov5 to implement in android. Right...

The D2Go Android demo app uses a faster_rcnn_fbnet3a_C4 model to make predictions. I tried to use the mask_rcnn_fbnet3a_C4 model from the model zoo to create a .pt file using the...

Hi, I want to learn about how to apply pytorch model on andorid platform. And this android-demo-app is very useful to me. The PyTorchDemoApp has already been deployed on my...

With a clone of the repo as of Aug 14, 2020, no modifications, the HelloWorld app crashes at launch trying to read the model.pt asset: ``` /AndroidRuntime: FATAL EXCEPTION: main...

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.pytorch.helloworld-_VDIqia7TaAi-VwMwoHqbg==/base.apk"],nativeLibraryDirectories=[/data/app/org.pytorch.helloworld-_VDIqia7TaAi-VwMwoHqbg==/lib/arm64, /data/app/org.pytorch.helloworld-_VDIqia7TaAi-VwMwoHqbg==/base.apk!/lib/arm64-v8a, /system/lib64]]] couldn't find "libpytorch_jni.so" Hi, I installed HelloWorldApp and it worked well before. Recently, I reinstalled this app and building is ok, but app turns...

When image width and height are different, before the fix an ArrayIndexOutOfBound exception will thrown. Main change is just swap the width and height, added a new, non-square test image...

cla signed

Does anyone know how to download yolov5s.torchscript.ptl, I don't have this file