Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apple-ascl
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apple-ascl
|
| 3 |
+
base_model:
|
| 4 |
+
- apple/DepthPro
|
| 5 |
+
library_name: unity-sentis
|
| 6 |
+
pipeline_tag: depth-estimation
|
| 7 |
+
---
|
| 8 |
+
The [DepthPro](https://huggingface.co/apple/DepthPro) model converted to [Unity Sentis](https://unity.com/products/sentis)
|
| 9 |
+
|
| 10 |
+
The model uses a static input with shape (1, 3, 1536, 1536). The image is expected to be in the [-1.0, 1.0] range. Models were converted and quantized to uint8 format using Sentis v2.1.0
|