Add model card, link to paper
Browse filesThis PR adds the metadata to the model card, linking the model to the paper [DepthLab: From Partial to Complete](https://huggingface.co/papers/2412.18153) and Github repository. It also includes the pipeline tag, making sure people can find it at https://huggingface.co/models?pipeline_tag=depth-estimation&sort=trending.
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: diffusers
|
4 |
+
pipeline_tag: depth-estimation
|
5 |
+
---
|
6 |
+
|
7 |
+
This repository contains the model weights for DepthLab, as presented in the paper [DepthLab: From Partial to Complete](https://huggingface.co/papers/2412.18153).
|
8 |
+
|
9 |
+
Project page and code: https://johanan528.github.io/depthlab_web/.
|