pytorch / android-demo-app

PyTorch android examples of usage in applications
1.46k stars 604 forks source link

Error Handling in Android Java #191

Open jjlchui opened 2 years ago

jjlchui commented 2 years ago

Thanks for the demo-app. I just wonder how can I handle the error in android java. Say, if the photo cannot identify as the requested type from pytorch mobile. What kind of error and when it will return to java or else ?? Thanks in advance !