MiDaS icon indicating copy to clipboard operation
MiDaS copied to clipboard

How to run Android demo ?

Open oHuflying opened this issue 3 years ago • 1 comments

In the app module directory, lack of org.tensorflow.lite.examples.classification.env. after ./gradlew iD, cannot find the app in the mobile phone, How to fix it?

oHuflying avatar Dec 06 '20 14:12 oHuflying

Fixed it by copy over whatever is missing from here https://github.com/tensorflow/examples/tree/master/lite/examples/image_classification/android/app/src/main/java/org/tensorflow/lite/examples/classification/env

OwenHua666 avatar Jan 15 '21 21:01 OwenHua666