Improve model card: Add depth-estimation pipeline tag, update license, and enhance content
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card by:
- Adding the
pipeline_tag: depth-estimationto ensure the model is discoverable under relevant tasks on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=depth-estimation). - Correcting the
licensefromcc-by-nc-4.0toapache-2.0, as explicitly stated in the official GitHub repository's README. - Adding a direct link to the paper: Manipulation as in Simulation: Enabling Accurate Geometry Perception in Robots.
- Adding a direct link to the GitHub repository: https://github.com/ByteDance-Seed/manip-as-in-sim-suite.
- Expanding the model's overview to provide better context about the Camera Depth Models (CDMs).
- Including a sample usage section with a code snippet directly from the GitHub README, simplifying how users can get started with the model.
- Adding the BibTeX citation as provided in the GitHub repository.
Avada11
changed pull request status to
merged