| # Wan2.2 Animate Open Dataset Pack | |
| This dataset repo stores the complete `datasets/` directory used for the Wan2.2 TI2V 5B + One-to-All animate experiment. | |
| The original tree contains more than 10,000 files in one directory, which Hugging Face git repositories reject as raw files. Therefore the dataset is stored as split tar shards. | |
| Restore: | |
| ```bash | |
| cat datasets.tar.part-* | tar -xf - | |
| sha256sum -c SHA256SUMS | |
| ``` | |
| After extraction, the restored tree contains: | |
| - `datasets/opensource_dataset/combined_imgvid_dataset.csv` | |
| - `datasets/opensource_pose_pool/` | |
| - all referenced image/video/pose assets from the open dataset package | |