pandaphd commited on
Commit
64ed7c3
·
verified ·
1 Parent(s): b43e9ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -20
README.md CHANGED
@@ -1,20 +1,45 @@
1
- ## Overall
2
- This is the dataset for [SeeU: Seeing the Unseen World via 4D Dynamics-aware Generation](https://yuyuanspace.com/SeeU/)
3
-
4
- ## Dataset Structure
5
-
6
- - `SeeU45_train/`
7
- Provides the 2D frames used as model inputs during training.
8
-
9
- - `SeeU45_GT/`
10
- Contains the full scene ground-truth frame sequences.
11
-
12
- - `SeeU45_GT/sample_frame.txt`
13
- Specifies which frames are sampled for training. It also records:
14
- - the original scene/video folder names,
15
- - sampled frame indices,
16
- - total frame counts (GT length),
17
- - and frame numbers corresponding to `SeeU45_train` inputs.
18
-
19
-
20
- license: cc-by-nc-nd-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+ ---
4
+ ## Overall
5
+ This is the dataset for [SeeU: Seeing the Unseen World via 4D Dynamics-aware Generation](https://yuyuanspace.com/SeeU/).
6
+
7
+ ## Dataset Structure
8
+
9
+ - `SeeU45_train/`
10
+ Provides the 2D frames used as model inputs during training.
11
+
12
+ - `SeeU45_GT/`
13
+ Contains the full scene ground-truth frame sequences.
14
+
15
+ - `SeeU45_GT/sample_frame.txt`
16
+ Specifies which frames are sampled for training. It also records:
17
+ - the original scene/video folder names,
18
+ - sampled frame indices,
19
+ - total frame counts (GT length),
20
+ - and frame numbers corresponding to `SeeU45_train` inputs.
21
+
22
+ ## Data Sources and Licensing
23
+
24
+ SeeU45 is constructed from a combination of our own captured scenes and publicly available datasets.
25
+ Due to licensing restrictions on some third-party datasets, we are not allowed to re-distribute certain videos.
26
+ As a result, the public release of SeeU45 **omits 5 scenes** that appear in our paper.
27
+
28
+ The publicly released scenes in SeeU45 are derived from the following sources (in compliance with their respective licenses):
29
+
30
+ - [TAP-Vid](https://tapvid.github.io/#:~:text=The%20annotations%20of%20TAP-Vid%2C%20as%20well%20as%20the,their%20creators%3B%20see%20the%20DAVIS%20dataset%20for%20details.)
31
+ - [AgiBot](https://huggingface.co/datasets/agibot-world/AgiBotWorld-Alpha)
32
+ - [I2-2000FPS](https://chennuriprateek.github.io/Quanta_Video_Restoration-QUIVER-/)
33
+
34
+ All original copyrights of these source datasets are retained by their respective authors.
35
+
36
+ ## SeeU45 License
37
+
38
+ The **SeeU45 dataset** (including our processed frames, splits, and annotations) is released under:
39
+
40
+ **license: CC BY-NC-ND 4.0**
41
+ This means:
42
+
43
+ - ✅ You may use SeeU45 for **non-commercial academic research**.
44
+ - ✅ You must credit the SeeU paper and dataset when using it.
45
+ - ❌ You may not use SeeU45 for commercial purposes.