Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,22 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: unity-sentis
|
4 |
---
|
5 |
+
|
6 |
+
These are [MiDaS](https://github.com/isl-org/MiDaS) models converted to ONNX to do Monocular Depth Estimation with Unity Sentis.
|
7 |
+
|
8 |
+
## How to Use
|
9 |
+
Import the package into Unity using [GitHub](https://github.com/julienkay/com.doji.midas), [OpenUPM](https://openupm.com/packages/com.doji.midas/) or the [Asset Store](https://assetstore.unity.com/packages/slug/268501)
|
10 |
+
|
11 |
+
Example source code to run this model can be found in the [Documentation](https://docs.doji-tech.com/com.doji.midas/manual/getting-started.html)
|
12 |
+
|
13 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/610320a1c00d060d893f2a93/hzyDJUdMyRgs2poyin4Xw.png)
|
14 |
+
|
15 |
+
## Model Details
|
16 |
+
The MiDaS models below were converted to ONNX using [this colab notebook](https://github.com/julienkay/com.doji.midas/blob/v1.0.0/tools/MiDaS_ONNX_Export.ipynb)
|
17 |
+
Input normalization is baked into the models, so the model input 'input_image' is expected to be in the [0,1] range.
|
18 |
+
Input sizes are static (e.g. 256, 384 or 512 denoted by the model suffix)
|
19 |
+
|
20 |
+
## Unity Sentis
|
21 |
+
Unity Sentis is the inference engine that runs in Unity 3D. More information can be found [here](https://unity.com/products/sentis)
|
22 |
+
|