Add pipeline tag and license
Browse filesThis PR adds the `pipeline_tag` and license to the model card, improving discoverability and clarity. The license is set to `cc-by-nc-4.0` based on the information provided in the paper and GitHub repository. The `pipeline_tag` is set to `depth-estimation` to accurately reflect the model's functionality.
README.md
CHANGED
@@ -4,8 +4,12 @@ tags:
|
|
4 |
- model_hub_mixin
|
5 |
- monocular-metric-depth-estimation
|
6 |
- pytorch_model_hub_mixin
|
|
|
|
|
7 |
---
|
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]
|
|
|
|
|
|
4 |
- model_hub_mixin
|
5 |
- monocular-metric-depth-estimation
|
6 |
- pytorch_model_hub_mixin
|
7 |
+
pipeline_tag: depth-estimation
|
8 |
+
license: cc-by-nc-4.0
|
9 |
---
|
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 [UniDepthV2: Universal Monocular Metric Depth Estimation Made Simpler](https://hf.co/papers/2502.20110).
|