junxiangjoe commited on
Commit
c29f293
·
verified ·
1 Parent(s): 85e8ee1

Document metadata.json in layout

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -27,7 +27,7 @@ Companion resources: [VBVR-Pro-SFT-Video](https://huggingface.co/datasets/Video-
27
  | Settings | Video and Image |
28
  | Resolution | **1024 × 1024** |
29
  | Video | 16 fps, MPEG-4 Part 2, as generated (no re-encode) |
30
- | Size | 83.9 MB (video) + 9.8 MB (image) |
31
 
32
  `In-Domain_50` covers task families that also appear in the training splits; `Out-of-Domain_50` covers task families that do **not**, and is the split to report generalization on.
33
 
@@ -49,8 +49,9 @@ VBVR-Pro-Bench-Video/
49
  │ │ │ ├── first_frame.png # conditioning image (1024 × 1024)
50
  │ │ │ ├── prompt.txt # instruction
51
  │ │ │ ├── ground_truth.mp4 # reference video (16 fps)
52
- │ │ │ ── final_frame.png # last frame of the reference video
53
- │ │ ── 00001/ 00004/ # same four files
 
54
  │ │ └── …
55
  │ └── … # 50 tasks
56
  └── Out-of-Domain_50/ # 50 tasks, same shape
@@ -67,7 +68,8 @@ VBVR-Pro-Bench-Image/
67
  │ │ │ ├── prompt.txt # instruction
68
  │ │ │ ├── frame_1.png # reference output, step 1
69
  │ │ │ ├── frame_2.png # … step 2, when the task has more steps
70
- │ │ │ ── … # up to frame_N.png
 
71
  │ │ ├── 00001/ … 00004/
72
  │ │ └── …
73
  │ └── … # 50 tasks
 
27
  | Settings | Video and Image |
28
  | Resolution | **1024 × 1024** |
29
  | Video | 16 fps, MPEG-4 Part 2, as generated (no re-encode) |
30
+ | Size | 86.0 MB (video) + 11.7 MB (image) |
31
 
32
  `In-Domain_50` covers task families that also appear in the training splits; `Out-of-Domain_50` covers task families that do **not**, and is the split to report generalization on.
33
 
 
49
  │ │ │ ├── first_frame.png # conditioning image (1024 × 1024)
50
  │ │ │ ├── prompt.txt # instruction
51
  │ │ │ ├── ground_truth.mp4 # reference video (16 fps)
52
+ │ │ │ ── final_frame.png # last frame of the reference video
53
+ │ │ │ └── metadata.json # task parameters, ground truth, scoring contract
54
+ │ │ ├── 00001/ … 00004/ # same five files
55
  │ │ └── …
56
  │ └── … # 50 tasks
57
  └── Out-of-Domain_50/ # 50 tasks, same shape
 
68
  │ │ │ ├── prompt.txt # instruction
69
  │ │ │ ├── frame_1.png # reference output, step 1
70
  │ │ │ ├── frame_2.png # … step 2, when the task has more steps
71
+ │ │ │ ── … # up to frame_N.png
72
+ │ │ │ └── metadata.json # task parameters, ground truth, scoring contract
73
  │ │ ├── 00001/ … 00004/
74
  │ │ └── …
75
  │ └── … # 50 tasks