Spaces:
Runtime error
Runtime error
File size: 732 Bytes
b18cfd3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# MiDaS on Android smartphone by using TensorFlow-lite (TFLite)
* Either use Android Studio for compilation.
* Or use ready to install apk-file:
* Or use URL: https://i.diawi.com/CVb8a9
* Or use QR-code:
Scan QR-code or open URL -> Press `Install application` -> Press `Download` and wait for download -> Open -> Install -> Open -> Press: Allow MiDaS to take photo and video from the camera While using the APP

----
To use another model, you should convert it to `model_opt.tflite` and place it to the directory: `models\src\main\assets`
----
Original repository: https://github.com/intel-isl/MiDaS
|