nielsr HF staff commited on
Commit
7fd8d86
1 Parent(s): bc33a30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -19,6 +19,11 @@ ZoeDepth adapts [DPT](https://huggingface.co/docs/transformers/en/model_doc/dpt)
19
 
20
  This means that the model is able to estimate depth in actual metric values.
21
 
 
 
 
 
 
22
  ## Intended uses & limitations
23
 
24
  You can use the raw model for tasks like zero-shot monocular depth estimation. See the [model hub](https://huggingface.co/models?search=Intel/zoedepth) to look for
 
19
 
20
  This means that the model is able to estimate depth in actual metric values.
21
 
22
+ <img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/zoedepth_architecture_bis.png"
23
+ alt="drawing" width="600"/>
24
+
25
+ <small> ZoeDepth architecture. Taken from the <a href="https://arxiv.org/abs/2302.12288">original paper.</a> </small>
26
+
27
  ## Intended uses & limitations
28
 
29
  You can use the raw model for tasks like zero-shot monocular depth estimation. See the [model hub](https://huggingface.co/models?search=Intel/zoedepth) to look for