Enhance OpenDWM dataset card: Add metadata, links, and usage example for CVD-STORM
#3
by nielsr HF Staff - opened
This PR significantly enhances the dataset card for the opendwm-data repository, which contains data packages used by the Open Driving World Models (OpenDWM) project. This data is relevant to research such as the CVD-STORM: Cross-View Video Diffusion with Spatial-Temporal Reconstruction Model for Autonomous Driving paper.
Specifically, it:
- Adds
task_categories(text-to-video,text-to-3d),language(en), andtags(autonomous-driving,world-model) to the metadata, improving discoverability and context on the Hugging Face Hub. - Includes direct links to the associated paper, project page, and GitHub repository for easy access to more information.
- Provides a "Sample Usage" section, including setup instructions and a code snippet for T2I/T2V generation, extracted directly from the OpenDWM GitHub README, to help users get started with the dataset and models.
These additions provide a more comprehensive and user-friendly dataset card for the community.