File size: 1,628 Bytes
8b423f5
b9d8101
 
 
 
8b423f5
 
 
 
b9d8101
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c630ba9
5f60cb9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b9d8101
 
 
c630ba9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
---
title: World Model Track Leaderboard
emoji: πŸ†
colorFrom: blue
colorTo: green
sdk: static
pinned: false
---

# World Model Track Leaderboard β€” GigaBrain Challenge 2026

This is the official leaderboard for the **World Model Track** of the GigaBrain Challenge 2026 @ CVPR 2026.

## Files

| File | Purpose |
|---|---|
| `index.html` | Main leaderboard page (fetches `results.json` at runtime) |
| `results.json` | Submission results data β€” update this to refresh the leaderboard |

## Deploying on HF Spaces

This folder is ready to deploy as a **Hugging Face Static Space**:

1. Create a new Space β†’ choose **Static** as the SDK.
2. Clone the Space repo: `git clone https://huggingface.co/spaces/<your-org>/<space-name>`
3. Copy the contents of this folder into the cloned repo (keep `index.html` at root).
4. `git add . && git commit -m "init leaderboard" && git push`
5. The Space will auto-deploy.

To update rankings: edit `results.json` and push.  
To update page content: edit `index.html` and push.

## Submission format

See the **Submit** section in `index.html` for the full JSON schema and intake process.
Submission method: email `gigabrainchallenge@163.com` with a ZIP package (max ZIP size: 200 MB).
Expected ZIP structure:

```text
outputs/
β”œβ”€β”€ video_quality_eval/
β”‚   β”œβ”€β”€ task1/
β”‚   β”‚   β”œβ”€β”€ episode_0.mp4
β”‚   β”‚   └── ...
β”‚   └── ...
└── evaluator_test/
    β”œβ”€β”€ task1/
    β”‚   β”œβ”€β”€ episode_0.mp4
    β”‚   └── ...
    └── ...
```

## Contact

Submission email β†’ [gigabrainchallenge@163.com](mailto:gigabrainchallenge@163.com)