Yossh/danbooru2023-webp-4Mpixel-224
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)
21.7k
This repository belongs to Yossh on Hugging Face.
CoolFace never edits a repository it does not host. Visibility, licence, collaborators and gating are all managed at the source.
danbooru2023-webp-4Mpixel-224
public
apache-2.0
no
Yossh
