CyberHarem/azusa_pokemon
收藏资源简介:
这是一个名为azusa/アズサ (Pokémon)的数据集,包含11张图片及其标签。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队提供。数据集的核心标签包括`breasts, short_hair, medium_breasts, orange_hair, brown_eyes, large_breasts`,但这些标签在数据集中已被修剪。数据集提供了不同版本的下载链接,包括原始数据、不同分辨率的图片以及经过裁剪的图片。此外,还提供了如何使用waifuc加载原始数据集的代码示例。最后,README列出了标签聚类的结果,展示了一些可能的服装挖掘。
This is a dataset named azusa/アズサ (Pokémon) containing 11 images and their associated labels. The images were crawled from multiple websites including danbooru, pixiv, zerochan, and others, with the crawling system provided by the DeepGHS team. The core tags of the dataset are `breasts, short_hair, medium_breasts, orange_hair, brown_eyes, large_breasts`, but these tags have been pruned within the dataset. The dataset offers download links for various versions, including raw data, images with different resolutions, and cropped images. Moreover, code examples for loading the raw dataset using waifuc are provided. Finally, the README lists the results of tag clustering and demonstrates some potential clothing mining findings.
数据集概述
数据集信息
- 名称: Dataset of azusa/アズサ (Pokémon)
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 数据量: n<1K
数据集内容
- 图像数量: 11张
- 核心标签: breasts, short_hair, medium_breasts, orange_hair, brown_eyes, large_breasts
数据包列表
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 11 | 4.21 MiB | Waifuc-Raw | 包含元信息的原始数据(最小边对齐到1400像素,如果更大)。 |
| 800 | 11 | 3.69 MiB | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 12 | 5.45 MiB | IMG+TXT | 3阶段裁剪数据集,面积不小于480x480像素。 |
| 1200 | 11 | 4.05 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 12 | 6.24 MiB | IMG+TXT | 3阶段裁剪数据集,面积不小于480x480像素。 |
数据集加载
-
加载工具: waifuc
-
加载代码: python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource
下载原始归档文件
zip_file = hf_hub_download( repo_id=CyberHarem/azusa_pokemon, repo_type=dataset, filename=dataset-raw.zip, )
提取文件到指定目录
dataset_dir = dataset_dir os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, r) as zf: zf.extractall(dataset_dir)
使用waifuc加载数据集
source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta[filename], item.meta[tags])
标签聚类结果
- 样本数量: 11
- 标签: 1girl, nipples, solo, blush, navel, smile, jewelry, pussy, shirt_lift




