Improve model card: Add pipeline tag, GitHub link, abstract, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR improves the model card by:
- Adding the
pipeline_tag: keypoint-detection
to the metadata, making the model discoverable under this task on the Hugging Face Hub (e.g., https://huggingface.co/models?pipeline_tag=keypoint-detection). - Including a direct link to the GitHub repository: https://github.com/Charrrrrlie/Learnable-SMPLify, facilitating access to the code and further usage instructions.
- Adding the paper's abstract to provide more comprehensive context about the model and its contributions.
- Incorporating a sample usage code snippet for sequential inference, directly extracted from the GitHub README, to guide users on how to quickly get started with the model.
Please review and merge this PR if everything looks good.
Charlie019
changed pull request status to
merged