nielsr HF staff commited on
Commit
8c47295
1 Parent(s): ff9bba4

Add model card, link to paper

Browse files

This 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.

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