Add comprehensive model card for Multi-View 3D Point Tracking
#1
by
nielsr
HF Staff
- opened
This PR adds a comprehensive model card for "Multi-View 3D Point Tracking".
It includes:
- Metadata tags:
license: apache-2.0
,pipeline_tag: keypoint-detection
, andlibrary_name: pytorch
. - A link to the paper: Multi-View 3D Point Tracking.
- Links to the project page (https://ethz-vlg.github.io/mvtracker/) and the GitHub repository (https://github.com/ethz-vlg/mvtracker).
- The full paper abstract for better understanding.
- A "Quick Start" section with a Python code example demonstrating model usage via PyTorch Hub, taken directly from the GitHub README.
- The BibTeX citation for the paper.
These additions significantly improve the discoverability, usability, and documentation of the model on the Hugging Face Hub.
Thank you!
m43
changed pull request status to
merged