Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -34,24 +34,24 @@ In addition, each town has many different spawn points, and we will randomly sel
|
|
| 34 |
### GameIR-SR: Dataset for Super-Resolution
|
| 35 |
| Dataset | Full Dataset (train)| Full Dataset (test) | Mini Dataset (train) | Mini Dataset (test) |
|
| 36 |
| :----------- | :-----------: | :-----------: | :-----------: | :-----------: |
|
| 37 |
-
| Town | static town {01-04, 06-08}, <br>dynamic town {01-04, 06-08} |
|
| 38 |
-
| Spawn Site | 20 |
|
| 39 |
-
| Sampling Rate | 100% |
|
| 40 |
-
| Resolution | 1920x1440 / 960x720 |
|
| 41 |
-
| Data Path | full_dataset/train/GameIR-SR | - | mini_dataset/train/GameIR-SR | - |
|
| 42 |
-
| GBuffer | ✓ |
|
| 43 |
-
| Camera Parameters | ✓ |
|
| 44 |
|
| 45 |
### GameIR-NVS: Dataset for Novel View Synthesis
|
| 46 |
| Dataset | Full Dataset (train)| Full Dataset (test) | Mini Dataset (train) | Mini Dataset (test) |
|
| 47 |
| :----------- | :-----------: | :-----------: | :-----------: | :-----------: |
|
| 48 |
-
| Town | static town {01-08} | -
|
| 49 |
-
| Spawn Site | 20 |
|
| 50 |
-
| Sampling Rate | 90% / 10%
|
| 51 |
-
| Resolution | 1920x1440 |
|
| 52 |
-
| Data Path | full_dataset/train/
|
| 53 |
-
| GBuffer | ✓ |
|
| 54 |
-
| Camera Parameters | ✓ |
|
| 55 |
|
| 56 |
## How to Download
|
| 57 |
|
|
@@ -83,9 +83,7 @@ $ for tarfile in GameIR-SR-*.tar; do tar -xf "$tarfile"; done
|
|
| 83 |
|
| 84 |
## How to Use
|
| 85 |
|
| 86 |
-
- For GameIR-SR, please refer to [GameIR-SR_demo](https://huggingface.co/datasets/LLLebin/GameIR/blob/main/demo/
|
| 87 |
-
- For GameIR-NVS, please refer to [GameIR-NVS_demo](https://huggingface.co/datasets/LLLebin/GameIR/blob/main/demo/
|
| 88 |
|
| 89 |
-
# Citation
|
| 90 |
-
|
| 91 |
-
[More Information Needed]
|
|
|
|
| 34 |
### GameIR-SR: Dataset for Super-Resolution
|
| 35 |
| Dataset | Full Dataset (train)| Full Dataset (test) | Mini Dataset (train) | Mini Dataset (test) |
|
| 36 |
| :----------- | :-----------: | :-----------: | :-----------: | :-----------: |
|
| 37 |
+
| Town | static town {01-04, 06-08}, <br>dynamic town {01-04, 06-08} | static town 05, <br>dynamic town 05 | static town {01-04, 06-08}, <br>dynamic town {01-04, 06-08} | static town 05, <br>dynamic town 05 |
|
| 38 |
+
| Spawn Site | 20 | 20 | 20 | 20 |
|
| 39 |
+
| Sampling Rate | 100% | 100% | 10% | 10% |
|
| 40 |
+
| Resolution | 1920x1440 / 960x720 | 1920x1440 / 960x720 | 1920x1440 / 960x720 | 1920x1440 / 960x720 |
|
| 41 |
+
| Data Path | full_dataset/train/GameIR-SR | full_dataset/test/GameIR-SR | mini_dataset/train/GameIR-SR | mini_dataset/test/GameIR-SR |
|
| 42 |
+
| GBuffer | ✓ | ✓ | ✓ | ✓ |
|
| 43 |
+
| Camera Parameters | ✓ | ✓ | ✓ | ✓ |
|
| 44 |
|
| 45 |
### GameIR-NVS: Dataset for Novel View Synthesis
|
| 46 |
| Dataset | Full Dataset (train)| Full Dataset (test) | Mini Dataset (train) | Mini Dataset (test) |
|
| 47 |
| :----------- | :-----------: | :-----------: | :-----------: | :-----------: |
|
| 48 |
+
| Town | static town {01-08} | static town {01-08} | static town {01-08} | static town {01-08} |
|
| 49 |
+
| Spawn Site | 20 | 20 | 2 | 2 |
|
| 50 |
+
| Sampling Rate | 90% / 10% | 10% / 90% | 90% / 10% | 10% / 90% |
|
| 51 |
+
| Resolution | 1920x1440 | 1920x1440 | 1920x1440 | 1920x1440 |
|
| 52 |
+
| Data Path | full_dataset/train/GameIR-NVS | full_dataset/test/GameIR-NVS | mini_dataset/train/GameIR-NVS | mini_dataset/test/GameIR-NVS |
|
| 53 |
+
| GBuffer | ✓ | ✓ | ✓ | ✓ |
|
| 54 |
+
| Camera Parameters | ✓ | ✓ | ✓ | ✓ |
|
| 55 |
|
| 56 |
## How to Download
|
| 57 |
|
|
|
|
| 83 |
|
| 84 |
## How to Use
|
| 85 |
|
| 86 |
+
- For GameIR-SR, please refer to [GameIR-SR_demo](https://huggingface.co/datasets/LLLebin/GameIR/blob/main/demo/gameir_sr_demo.ipynb)
|
| 87 |
+
- For GameIR-NVS, please refer to [GameIR-NVS_demo](https://huggingface.co/datasets/LLLebin/GameIR/blob/main/demo/gameir_nvs_demo.ipynb)
|
| 88 |
|
| 89 |
+
# Citation
|
|
|
|
|
|