Datasets:
Improve dataset card: Add task category, paper link, introduction, features, and sample usage
#2
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card by:
- Adding
task_categories: ['image-to-3d']to the metadata, making the dataset discoverable by task. - Including a link to the associated paper: https://huggingface.co/papers/2510.10177.
- Providing a link to the GitHub repository for the code: https://github.com/WangYuLin-SEU/HCCEPose.
- Incorporating an introduction to the HccePose method.
- Listing the key features of the project.
- Adding a comprehensive "Quick Start" section with example files and a runnable Python code snippet for 6D pose estimation and visualization, directly from the GitHub README, with improved path handling for Hub users.
- Adding visualization results.
- Updating relative image paths to absolute GitHub URLs for correct rendering.
SEU-WYL
changed pull request status to
merged