index stringlengths 1 4 | biome stringclasses 46
values | split stringclasses 3
values |
|---|---|---|
1 | plain | train |
2 | plain | test |
3 | plain | train |
4 | plain | train |
5 | plain | train |
6 | plain | val |
7 | plain | val |
8 | plain | test |
9 | plain | val |
10 | plain | train |
11 | plain | train |
12 | plain | train |
13 | plain | train |
14 | plain | train |
15 | plain | val |
16 | plain | test |
17 | plain | train |
18 | plain | test |
19 | plain | train |
20 | plain | train |
21 | plain | train |
22 | plain | train |
23 | plain | train |
24 | plain | train |
25 | plain | train |
26 | plain | train |
27 | plain | train |
28 | plain | train |
29 | plain | train |
30 | plain | train |
31 | plain | train |
32 | plain | train |
33 | plain | train |
34 | plain | train |
35 | plain | train |
36 | plain | train |
37 | plain | train |
38 | plain | train |
39 | plain | train |
40 | plain | train |
41 | snow plain | train |
42 | snow plain | train |
43 | snow plain | test |
44 | snow plain | train |
45 | snow plain | train |
46 | snow plain | train |
47 | snow plain | train |
48 | snow plain | val |
49 | snow plain | train |
50 | snow plain | train |
51 | snow plain | train |
52 | snow plain | train |
53 | snow plain | train |
54 | snow plain | train |
55 | snow plain | train |
56 | snow plain | train |
57 | snow plain | test |
58 | snow plain | train |
59 | snow plain | train |
60 | snow plain | train |
61 | snow plain | train |
62 | snow plain | train |
63 | snow plain | test |
64 | snow plain | train |
65 | snow plain | val |
66 | snow plain | train |
67 | snow plain | train |
68 | snow plain | train |
69 | snow plain | train |
70 | snow plain | val |
71 | snow plain | train |
72 | snow plain | train |
73 | snow plain | train |
74 | snow plain | train |
75 | snow plain | val |
76 | snow plain | train |
77 | snow plain | train |
78 | snow plain | train |
79 | snow plain | train |
80 | snow plain | test |
81 | mushroom fields | train |
82 | mushroom fields | train |
83 | mushroom fields | train |
84 | mushroom fields | train |
85 | mushroom fields | train |
86 | mushroom fields | train |
87 | mushroom fields | train |
88 | mushroom fields | train |
89 | mushroom fields | train |
90 | mushroom fields | train |
91 | mushroom fields | test |
92 | mushroom fields | train |
93 | mushroom fields | train |
94 | mushroom fields | train |
95 | mushroom fields | val |
96 | mushroom fields | test |
97 | mushroom fields | train |
98 | mushroom fields | val |
99 | mushroom fields | train |
100 | mushroom fields | train |
MineSR: Minecraft Super-Resolution Dataset
Overview
|
|
To ensure consistent degradation between training samples, we use a single rendering-scale strategy: using the Resolution Control mod to modify Buffer Size and obtain HR images.
As a Version 1.0 release, this dataset contains 1,840 pairs of HR/LR images covering 46 different biomes. Forty representative images were collected for each biome.
The script used to create this dataset has been open-sourced on GitHub: https://github.com/Ray-Zeros/MineSR
Data Structure
.
βββ HR/ # High resolution images (1920x1080)
β βββ 0001.png
β βββ ...
βββ LR/ # Low resolution images (480x270)
β βββ 0001.png
β βββ ...
βββ metadata.csv # Index Table (index, biome, Set Partition)
βββ LICENSE # CC BY-NC-SA 4.0
βββ README.md
Metadata Usage
metadata.csv Includes the following fieldsοΌ
index: Corresponds to the filenames in theHR/andLR/folders.(e.g., '0001' for '0001.png')biome: Name of the Minecraft biome (46 types).split: Official data partition:train: 1,472 images (80%)val: 184 images (10%)test: 184 images (10%)
Additional Information
This dataset is released under the CC BY-NC-SA 4.0 license.
Functionality Declaration & Disclaimer: This project does not modify or distribute the source code of any of the aforementioned mods. Fabric API is used as the mod base library. Iris, Sodium, and Sodium Extra provide more visual and performance options. ModMenu and Reese's Sodium Options optimize UI interaction. Resolution Control is used for taking screenshots.
Minecraft Disclaimer: This project is a third-party open-source tool, not associated with Mojang Studios, and is not officially endorsed by Mojang Studios. The Minecraft name, trademarks, and all related game assets are copyright of Mojang Studios. This project strictly complies with the Minecraft End User License Agreement (EULA).
Citation
If you use this dataset in your research, please cite it as follows:
@dataset{MineSR,
author = {Chen, Ruixi},
title = {MineSR: Minecraft Super-Resolution Dataset},
version = {1.0},
year = {2026},
publisher = {Zenodo},
doi = {10.5281/zenodo.19294458},
url = {https://doi.org/10.5281/zenodo.19294458}
}
APA Style: Chen, Ruixi (2026). MineSR: Minecraft Super-Resolution Dataset (1.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.19294458
Version & DOI
Note: For strict scientific reproducibility, you may also cite a specific version. Please refer to the section below.
| Version | Date | Zenodo DOI | Changes |
|---|---|---|---|
| 1.0 | 2026-03-28 | 10.5281/zenodo.19294459 | Initial release |
| Concept | / | 10.5281/zenodo.19294458 | / |
- Downloads last month
- 306