Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,191 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- danbooru
|
7 |
+
- anime
|
8 |
+
- bucket
|
9 |
+
pretty_name: Danbooru 2024 Dataset
|
10 |
+
size_categories:
|
11 |
+
- 1M<n<10M
|
12 |
+
---
|
13 |
+
# Danbooru 1024 Dataset
|
14 |
+
|
15 |
+
# Danbooru 1024 数据集
|
16 |
+
|
17 |
+
A curated collection of high-quality images from Danbooru website, processed and resized to specific bucket dimensions. This dataset is for research and learning purposes only.
|
18 |
+
这是一个精选的高质量 Danbooru 网站图像集合,经过处理并调整为特定的桶尺寸。该数据集仅用于研究和学习目的。
|
19 |
+
|
20 |
+
## Dataset Description
|
21 |
+
|
22 |
+
## 数据集描述
|
23 |
+
|
24 |
+
This dataset contains processed image resources from Danbooru website, starting from ID 3,000,000. All images are resized to specific bucket dimensions and meet minimum resolution requirements.
|
25 |
+
本数据集包含来自 Danbooru 网站的处理后图像资源,从 ID 3,000,000 开始。所有图像都调整为特定的桶尺寸,并满足最小分辨率要求。
|
26 |
+
|
27 |
+
### Data Organization
|
28 |
+
|
29 |
+
### 数据组织
|
30 |
+
|
31 |
+
- Images are packaged into compressed files, 1000 images per archive
|
32 |
+
- File naming format: `{start_id}.tar`
|
33 |
+
- Example: `3000.tar` contains images with IDs from 3,000,000 to 3,000,999
|
34 |
+
|
35 |
+
- 图像打包为压缩文件,每个存档包含 1000 张图像
|
36 |
+
- 文件命名格式:`{start_id}.tar`
|
37 |
+
- 示例:`3000.tar` 包含 ID 从 3,000,000 到 3,000,999 的图像
|
38 |
+
|
39 |
+
### Technical Details
|
40 |
+
|
41 |
+
### 技术细节
|
42 |
+
|
43 |
+
- Image Format: WebP (lossless) for >1MB files, JPG (quality 92) for others
|
44 |
+
- Resolution: Minimum area of 1024²×0.95 pixels
|
45 |
+
- ID Range: >3,000,000
|
46 |
+
- Bucket Dimensions (width, height):
|
47 |
+
- (512, 2048)
|
48 |
+
- (576, 1792)
|
49 |
+
- (640, 1664)
|
50 |
+
- (704, 1472)
|
51 |
+
- (768, 1344)
|
52 |
+
- (832, 1280)
|
53 |
+
- (896, 1152)
|
54 |
+
- (960, 1088)
|
55 |
+
- (1024, 1024)
|
56 |
+
- (1088, 960)
|
57 |
+
- (1152, 896)
|
58 |
+
- (1280, 832)
|
59 |
+
- (1344, 768)
|
60 |
+
- (1472, 704)
|
61 |
+
- (1664, 640)
|
62 |
+
- (1792, 576)
|
63 |
+
- (2048, 512)
|
64 |
+
|
65 |
+
- 图像格式:>1MB 文件使用无损 WebP,其他使用质量 92 的 JPG
|
66 |
+
- 分辨率:最小面积为 1024²×0.95 像素
|
67 |
+
- ID 范围:>3,000,000
|
68 |
+
- 桶尺寸(宽,高):
|
69 |
+
- (512, 2048)
|
70 |
+
- (576, 1792)
|
71 |
+
- (640, 1664)
|
72 |
+
- (704, 1472)
|
73 |
+
- (768, 1344)
|
74 |
+
- (832, 1280)
|
75 |
+
- (896, 1152)
|
76 |
+
- (960, 1088)
|
77 |
+
- (1024, 1024)
|
78 |
+
- (1088, 960)
|
79 |
+
- (1152, 896)
|
80 |
+
- (1280, 832)
|
81 |
+
- (1344, 768)
|
82 |
+
- (1472, 704)
|
83 |
+
- (1664, 640)
|
84 |
+
- (1792, 576)
|
85 |
+
- (2048, 512)
|
86 |
+
|
87 |
+
### Image Processing Details
|
88 |
+
|
89 |
+
### 图像处理细节
|
90 |
+
|
91 |
+
- All images are resized to the nearest bucket dimensions
|
92 |
+
- Images with area smaller than 1024²×0.95 pixels are excluded
|
93 |
+
- Files >1MB are stored as lossless WebP for optimal quality
|
94 |
+
- Other files are stored as JPG (quality 92) for better color reproduction compared to WebP quality 90
|
95 |
+
|
96 |
+
- 所有图像都调整为最接近的桶尺寸
|
97 |
+
- 面积小于 1024²×0.95 像素的图像被排除
|
98 |
+
- 大于 1MB 的文件以无损 WebP 格式存储以保证最佳质量
|
99 |
+
- 其他文件以 JPG 格式(质量 92)存储,相比 WebP 质量 90 具有更好的色彩还原度
|
100 |
+
|
101 |
+
## Usage Instructions
|
102 |
+
|
103 |
+
## 使用说明
|
104 |
+
|
105 |
+
1. Images within each archive are named by their IDs
|
106 |
+
2. Metadata can be queried from Danbooru database using corresponding IDs
|
107 |
+
|
108 |
+
1. 存档中的图像以其 ID 命名
|
109 |
+
2. 可使用相应的 ID 从 Danbooru 数据库查询元数据
|
110 |
+
|
111 |
+
## License
|
112 |
+
|
113 |
+
## 许可证
|
114 |
+
|
115 |
+
This dataset is released under the following terms:
|
116 |
+
本数据集在以下条款下发布:
|
117 |
+
|
118 |
+
1. Academic and Research Use
|
119 |
+
学术和研究使用
|
120 |
+
|
121 |
+
- This dataset may only be used for academic research, learning, and non-commercial purposes
|
122 |
+
- 本数据集仅可用于学术研究、学习和非商业目的
|
123 |
+
|
124 |
+
2. Restrictions
|
125 |
+
限制条款
|
126 |
+
|
127 |
+
- Commercial use is strictly prohibited
|
128 |
+
- Redistribution or resale of the dataset is not permitted
|
129 |
+
- Any derivative works must be shared under the same terms
|
130 |
+
|
131 |
+
- 严格禁止商业使用
|
132 |
+
- 不允许重新分发或转售数据集
|
133 |
+
- 任何衍生作品必须在相同条款下共享
|
134 |
+
|
135 |
+
3. Attribution
|
136 |
+
署名要求
|
137 |
+
|
138 |
+
- Users must cite this dataset when used in research or publications
|
139 |
+
- Any derivative works must acknowledge the original source
|
140 |
+
|
141 |
+
- 在研究或出版物中使用时必须引用本数据集
|
142 |
+
- 任何衍生作品必须注明原始来源
|
143 |
+
|
144 |
+
4. Disclaimer
|
145 |
+
免责声明
|
146 |
+
|
147 |
+
- The dataset is provided "as is" without any warranty
|
148 |
+
- The creators are not liable for any damages or losses arising from its use
|
149 |
+
- Users are solely responsible for ensuring compliance with local laws and regulations
|
150 |
+
|
151 |
+
- 数据集按"原样"提供,不提供任何保证
|
152 |
+
- 创建者不对使用过程中产生的任何损害或损失负责
|
153 |
+
- 用户需自行负责确保符合当地法律法规
|
154 |
+
|
155 |
+
5. Termination
|
156 |
+
终止条款
|
157 |
+
|
158 |
+
- This license automatically terminates if you violate any of these terms
|
159 |
+
- Upon termination, you must cease all use of the dataset
|
160 |
+
|
161 |
+
- 如果违反任何这些条款,本许可证将自动终止
|
162 |
+
- 终止后,您必须停止使用本数据集
|
163 |
+
|
164 |
+
By using this dataset, you agree to be bound by these terms.
|
165 |
+
使用本数据集即表示您同意受这些条款的约束。
|
166 |
+
|
167 |
+
## Important Notes
|
168 |
+
|
169 |
+
## 重要提示
|
170 |
+
|
171 |
+
- Ensure legal compliance when using the dataset
|
172 |
+
- Review relevant data usage policies and guidelines before use
|
173 |
+
- Consult legal professionals if you have questions about usage rights
|
174 |
+
|
175 |
+
- 使用数据集时确保遵守法律
|
176 |
+
- 使用前请查看相关数据使用政策和指南
|
177 |
+
- 如对使用权有疑问,请咨询法律专业人士
|
178 |
+
|
179 |
+
### Contributions
|
180 |
+
|
181 |
+
### 贡献
|
182 |
+
|
183 |
+
Thanks to the Danbooru community for maintaining the source database that made this dataset possible.
|
184 |
+
|
185 |
+
感谢 Danbooru 社区维护使本数据集成为可能的源数据库。
|
186 |
+
|
187 |
+
---
|
188 |
+
|
189 |
+
**Notice:** Users must strictly comply with local laws and regulations when using this dataset. Users bear full responsibility for any issues arising from improper use.
|
190 |
+
|
191 |
+
**注意:** 用户在使用本数据集时必须严格遵守当地法律法规。用户对因不当使用而产生的任何问题承担全部责任。
|