Paul Bird
commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
library_name: unity-sentis
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
## MiDaS depth estimation model in Unity Sentis format
|
|
@@ -17,6 +18,4 @@ Model model = ModelLoader.Load(Application.streamingAssetsPath +"/model-small_op
|
|
| 17 |

|
| 18 |
|
| 19 |
## Unity Sentis
|
| 20 |
-
Unity Sentis is the inference engine that runs in Unity 3D. More information can be found at [here](https://unity.com/products/sentis)
|
| 21 |
-
|
| 22 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
library_name: unity-sentis
|
| 4 |
+
pipeline_tag: depth-estimation
|
| 5 |
---
|
| 6 |
|
| 7 |
## MiDaS depth estimation model in Unity Sentis format
|
|
|
|
| 18 |

|
| 19 |
|
| 20 |
## Unity Sentis
|
| 21 |
+
Unity Sentis is the inference engine that runs in Unity 3D. More information can be found at [here](https://unity.com/products/sentis)
|
|
|
|
|
|