Add dataset card and metadata for SeeU45
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- image-to-video
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# SeeU45 Dataset
|
| 7 |
+
|
| 8 |
+
This repository contains the SeeU45 dataset introduced in the paper [SeeU: Seeing the Unseen World via 4D Dynamics-aware Generation](https://huggingface.co/papers/2512.03350).
|
| 9 |
+
|
| 10 |
+
SeeU is a framework that learns continuous 4D dynamics from sparse and monocular 2D frames, enabling the generation of unseen visual content through a 2D $\to$ 4D $\to$ 2D learning process.
|
| 11 |
+
|
| 12 |
+
- **Project Page:** [https://yuyuanspace.com/SeeU/](https://yuyuanspace.com/SeeU/)
|
| 13 |
+
- **GitHub Repository:** [https://github.com/pandayuanyu/SeeU](https://github.com/pandayuanyu/SeeU)
|
| 14 |
+
|
| 15 |
+
## Sample Usage
|
| 16 |
+
|
| 17 |
+
### Download Pre-Processed Dataset
|
| 18 |
+
You can download the pre-processed SeeU45 Dataset using the `huggingface_hub` CLI as shown in the official documentation:
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
pip install "huggingface_hub[hf_transfer]"
|
| 22 |
+
|
| 23 |
+
hf download pandaphd/SeeU45_PreProcessed --repo-type dataset --local-dir preproc/SeeU45
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
## Citation
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@article{Yuan_2025_SeeU,
|
| 30 |
+
title={{SeeU}: Seeing the Unseen World via 4D Dynamics-aware Generation},
|
| 31 |
+
author={Yuan, Yu and Wickremasinghe, Tharindu and Nadir, Zeeshan and Wang, Xijun and Chi, Yiheng and Chan, Stanley H.},
|
| 32 |
+
journal={arXiv preprint arXiv: 2512.03350},
|
| 33 |
+
year={2025}
|
| 34 |
+
}
|
| 35 |
+
```
|