Improve model card: Add pipeline tag, paper, project page, code, usage, and more
#2
by
nielsr
HF Staff
- opened
This PR significantly improves the model card for Track-On2 by adding:
- Metadata:
pipeline_tag: keypoint-detection
to ensure the model is discoverable under relevant tasks at https://huggingface.co/models?pipeline_tag=keypoint-detection.
- Content:
- A descriptive overview of the model.
- Links to the paper (https://huggingface.co/papers/2509.19115), the project page (https://kuis-ai.github.io/track_on2), and the official GitHub repository (https://github.com/gorkaydemir/track_on).
- Details on the available pretrained models.
- A "Usage" section with a Python code snippet and instructions from the original GitHub README to demonstrate how to run the model.
- Citation information and acknowledgments.
These additions will make the model much more accessible and informative for the Hugging Face community.