Yossh/danbooru2023-webp-4Mpixel-224
收藏Hugging Face2024-05-14 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/Yossh/danbooru2023-webp-4Mpixel-224
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
---
The data set is just resized to 224*224
https://huggingface.co/datasets/KBlueLeaf/danbooru2023-webp-4Mpixel
Pseudo code for processing
```
def resize_image(file_path):
with Image.open(file_path) as img:
resized_img = img.resize((224, 224))
resized_img.save(file_path)
```
许可证:Apache-2.0
本数据集仅将图像统一调整至224×224分辨率。
https://huggingface.co/datasets/KBlueLeaf/danbooru2023-webp-4Mpixel
处理伪代码如下:
def resize_image(file_path):
with Image.open(file_path) as img:
resized_img = img.resize((224, 224))
resized_img.save(file_path)
提供机构:
Yossh原始信息汇总
数据集概述
数据集基本信息
- 许可证: Apache-2.0
数据集处理
- 图像尺寸调整: 所有图像被调整至224x224像素。



