Improve model card: add pipeline tag, update license, links, and usage
#1
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for the Camera Depth Model (CDM) by:
- Updating the
license
toapache-2.0
in the metadata, correcting it based on the license stated in the GitHub repository. - Adding the
pipeline_tag: depth-estimation
to the metadata, which will enhance discoverability on the Hugging Face Hub at https://huggingface.co/models?pipeline_tag=depth-estimation. - Linking directly to the official Hugging Face paper page: Manipulation as in Simulation: Enabling Accurate Geometry Perception in Robots.
- Adding a prominent link to the main GitHub repository: https://github.com/ByteDance-Seed/manip-as-in-sim-suite.
- Including a "Sample Usage" section with a code snippet extracted from the project's GitHub README to demonstrate how to perform depth inference.
These additions provide more comprehensive information and improve the model's visibility and usability for researchers and practitioners.
Avada11
changed pull request status to
merged