Improve model card: Add pipeline tag, abstract, usage example, and links
#1
by
nielsr
HF Staff
- opened
This PR enhances the model card by:
- Adding the
pipeline_tag: depth-estimationto the metadata, which improves discoverability on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=depth-estimation). - Including the paper abstract for better understanding of the model's context and contributions.
- Providing a clear sample usage code snippet from the GitHub README for Camera Depth Models (CDM), making it easier for users to get started.
- Consolidating and explicitly linking to the Hugging Face paper page, the project page, and the main GitHub repository for comprehensive information.
- Adding the citation information from the paper.
Avada11
changed pull request status to
merged
Thanks a lot for the PR, this makes the model card much clearer and more useful!