nielsr HF staff commited on
Commit
312899d
·
verified ·
1 Parent(s): 6830c15

Add pipeline tag, license, and paper link

Browse files

This PR adds the missing `pipeline_tag` and license information to the model card. It also adds a link to the paper on Hugging Face.

Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,5 +1,7 @@
1
  ---
2
- library_name: UniDepth
 
 
3
  tags:
4
  - model_hub_mixin
5
  - monocular-metric-depth-estimation
@@ -8,4 +10,6 @@ tags:
8
 
9
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
10
  - Library: https://github.com/lpiccinelli-eth/UniDepth
11
- - Docs: [More Information Needed]
 
 
 
1
  ---
2
+ library_name: unidepth
3
+ pipeline_tag: depth-estimation
4
+ license: cc-by-nc-4.0
5
  tags:
6
  - model_hub_mixin
7
  - monocular-metric-depth-estimation
 
10
 
11
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
12
  - Library: https://github.com/lpiccinelli-eth/UniDepth
13
+ - Docs: [More Information Needed]
14
+
15
+ This model is presented in the paper [UniDepthV2: Universal Monocular Metric Depth Estimation Made Simpler](https://hf.co/papers/2502.20110).