pytorch / android-demo-app

PyTorch android examples of usage in applications
1.45k stars 596 forks source link

[BUG] Object Detection with YOLOv5 #245

Open zhangliukun opened 2 years ago

zhangliukun commented 2 years ago
zhangliukun commented 2 years ago

If we don't add the android:requestLegacyExternalStorage="true" in the AndroidManifest.xml , the app will crash if we choose image from our phone or take a photo from the camera.

masc-it commented 2 years ago