Daniel-Shii Copilot commited on
Commit
5f60cb9
Β·
1 Parent(s): c630ba9

Update submission format to outputs tree

Browse files

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Files changed (2) hide show
  1. README.md +15 -0
  2. index.html +10 -8
README.md CHANGED
@@ -35,6 +35,21 @@ To update page content: edit `index.html` and push.
35
 
36
  See the **Submit** section in `index.html` for the full JSON schema and intake process.
37
  Submission method: email `gigabrainchallenge@163.com` with a ZIP package (max ZIP size: 200 MB).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
  ## Contact
40
 
 
35
 
36
  See the **Submit** section in `index.html` for the full JSON schema and intake process.
37
  Submission method: email `gigabrainchallenge@163.com` with a ZIP package (max ZIP size: 200 MB).
38
+ Expected ZIP structure:
39
+
40
+ ```text
41
+ outputs/
42
+ β”œβ”€β”€ video_quality_eval/
43
+ β”‚ β”œβ”€β”€ task1/
44
+ β”‚ β”‚ β”œβ”€β”€ episode_0.mp4
45
+ β”‚ β”‚ └── ...
46
+ β”‚ └── ...
47
+ └── evaluator_test/
48
+ β”œβ”€β”€ task1/
49
+ β”‚ β”œβ”€β”€ episode_0.mp4
50
+ β”‚ └── ...
51
+ └── ...
52
+ ```
53
 
54
  ## Contact
55
 
index.html CHANGED
@@ -108,15 +108,17 @@
108
  </div>
109
  </div>
110
  <div class="bg-gray-900 text-gray-100 rounded-xl p-4 overflow-x-auto text-sm">
111
- <pre>submission_package/
112
- --task1/
113
- --episode_0.mp4
114
- --episode_1.mp4
 
115
  --...
116
- --task2/
117
- --episode_0.mp4
118
- --...
119
- --metadata.json</pre>
 
120
  </div>
121
  </section>
122
 
 
108
  </div>
109
  </div>
110
  <div class="bg-gray-900 text-gray-100 rounded-xl p-4 overflow-x-auto text-sm">
111
+ <pre>outputs/
112
+ --video_quality_eval/
113
+ --task1/
114
+ --episode_0.mp4
115
+ --...
116
  --...
117
+ --evaluator_test/
118
+ --task1/
119
+ --episode_0.mp4
120
+ --...
121
+ --...</pre>
122
  </div>
123
  </section>
124