Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# Data for PAPER [How Far is Video Generation from World Model: A Physical Law Perspective](https://phyworld.github.io/)
|
6 |
+
|
7 |
+
|
8 |
+
## Download Data
|
9 |
+
|
10 |
+
| Data Type | Train Data (30K/300K/3M) | Eval Data | Description |
|
11 |
+
|----------------------|-------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|
|
12 |
+
| **Uniform Motion** | [30K](https://huggingface.co/datasets/magicr/phyworld/blob/main/id_ood_data/uniform_motion_30K.hdf5), [300K](https://huggingface.co/datasets/magicr/phyworld/blob/main/id_ood_data/uniform_motion_300K.hdf5), [3M](https://huggingface.co/datasets/magicr/phyworld/blob/main/id_ood_data/uniform_motion_3M.hdf5) | [Eval](https://huggingface.co/datasets/magicr/phyworld/blob/main/id_ood_data/uniform_motion_eval.hdf5) | Eval data includes both in-distribution and out-of-distribution data |
|
13 |
+
| **Parabola** | [30K](https://huggingface.co/datasets/magicr/phyworld/blob/main/id_ood_data/parabola_30K.hdf5), [300K](https://huggingface.co/datasets/magicr/phyworld/blob/main/id_ood_data/parabola_300K.hdf5), [3M](https://huggingface.co/datasets/magicr/phyworld/blob/main/id_ood_data/parabola_3M.hdf5) | [Eval](https://huggingface.co/datasets/magicr/phyworld/blob/main/id_ood_data/parabola_eval.hdf5) | Eval data includes both in-distribution and out-of-distribution data |
|
14 |
+
| **Collision** | To upload | - | - |
|
15 |
+
| **Combinatorial Data** | [In-template 6M](to upload) | [Out-of-template](https://huggingface.co/datasets/magicr/phyworld/blob/main/combinatorial_data/combinatorial_out_of_template_eval_1K.hdf5) | In-template-6M includes train data and in-template eval data. Out-template refers to eval data from reserved 10 templates. |
|
16 |
+
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
|
20 |
+
```
|
21 |
+
@article{kang2024how,
|
22 |
+
title={How Far is Video Generation from World Model? -- A Physical Law Perspective},
|
23 |
+
author={Kang, Bingyi and Yue, Yang and Lu, Rui and Lin, Zhijie and Zhao, Yang, and Wang, Kaixin and Gao, Huang and Feng Jiashi},
|
24 |
+
journal={arXiv preprint arXiv:2406.16860},
|
25 |
+
year={2024}
|
26 |
+
}
|
27 |
+
```
|