pandaphd commited on
Commit
add5c3b
·
verified ·
1 Parent(s): 2f156bf

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: cc-by-nc-nd-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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