Daniel-Shii Copilot commited on
Commit Β·
5f60cb9
1
Parent(s): c630ba9
Update submission format to outputs tree
Browse filesCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- README.md +15 -0
- 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>
|
| 112 |
-
--
|
| 113 |
-
--
|
| 114 |
-
|
|
|
|
| 115 |
--...
|
| 116 |
-
--
|
| 117 |
-
--
|
| 118 |
-
|
| 119 |
-
--
|
|
|
|
| 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 |
|