Improve dataset card: Add task categories, tags, paper, code and project page links, and sample usage
#1
by
nielsr
HF Staff
- opened
This PR significantly enhances the dataset card for SIU3R by adding relevant metadata and external links for improved discoverability and usability:
- Metadata: Added
task_categories(image-to-3d,image-segmentation,text-retrieval) and specifictags(3d-reconstruction,semantic-segmentation,instance-segmentation,panoptic-segmentation,referring-segmentation,scannet,english) to clearly define the dataset's domain and contents. - Paper Link: Updated the paper link in the introductory sentence to point to the official Hugging Face paper page: https://huggingface.co/papers/2507.02705.
- External Links: Added explicit links to the project page and the GitHub repository.
- Sample Usage: Included a "Sample Usage" section with code snippets for inference, directly sourced from the project's GitHub README, to guide users on how to interact with the model/dataset.
These updates provide a more complete and user-friendly dataset card for the community.
insomnia7
changed pull request status to
merged