julienkay commited on
Commit
cb292ef
1 Parent(s): 53de5f5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
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