--- license: mit task_categories: - image-to-image - image-to-3d language: - en pretty_name: GameIR size_categories: - 100Bdynamic town {01-04, 06-08} | - | static town {01-04, 06-08},
dynamic town {01-04, 06-08} | - | | Spawn Site | 20 | - | 20 | - | | Sampling Rate | 100% | - | 10% | - | | Resolution | 1920x1440 / 960x720 | - | 1920x1440 / 960x720 | - | | Data Path | full_dataset/train/GameIR-SR | - | mini_dataset/train/GameIR-SR | - | | GBuffer | ✓ | - | ✓ | - | | Camera Parameters | ✓ | - | ✓ | - | ### GameIR-NVS: Dataset for Novel View Synthesis | Dataset | Full Dataset (train)| Full Dataset (test) | Mini Dataset (train) | Mini Dataset (test) | | :----------- | :-----------: | :-----------: | :-----------: | :-----------: | | Town | static town {01-08} | - | static town {01-08} | - | | Spawn Site | 20 | - | 2 | - | | Sampling Rate | 90% / 10% | - | 90% / 10% | - | | Resolution | 1920x1440 | - | 1920x1440 | - | | Data Path | full_dataset/train/sampling_rate_{10pct, 90pct}/GameIR-NVS | - | mini_dataset/train/sampling_rate_{10pct, 90pct}/GameIR-NVS | - | | GBuffer | ✓ | - | ✓ | - | | Camera Parameters | ✓ | - | ✓ | - | ## How to Download [Use Hugging Face Command Line Interface (CLI)](https://huggingface.co/docs/huggingface_hub/guides/cli#huggingface-cli-download) ``` Download Entire Dataset $ huggingface-cli download LLLebin/GameIR --repo-type dataset --local-dir . Download Specified Folder $ huggingface-cli download LLLebin/GameIR --repo-type dataset --include mini_dataset/train/* --local-dir . ``` [Use Git](https://huggingface.co/docs/hub/datasets-downloading#using-git) ``` $ git lfs install $ git clone https://huggingface.co/datasets/LLLebin/GameIR ``` After download the dataset, you can use following codes to extract the files in each subfolder (take the mini_data/train/GameIR-SR as an example): ``` $ cd mini_dataset/train/GameIR-SR $ for tarfile in GameIR-SR-*.tar; do tar -xf "$tarfile"; done ``` ## How to Use - For GameIR-SR, please refer to [GameIR-SR_demo](https://huggingface.co/datasets/LLLebin/GameIR/blob/main/demo/sr_demo.ipynb) - For GameIR-NVS, please refer to [GameIR-NVS_demo](https://huggingface.co/datasets/LLLebin/GameIR/blob/main/demo/nvs_demo.ipynb) # Citation [More Information Needed]