CyberHarem/suzumiya_seika_idolmastercinderellagirls
收藏资源简介:
这是一个关于涼宮星花(THE iDOLM@STER: Cinderella Girls)的数据集,包含33张图像及其标签。该角色的核心标签包括`long_hair, black_hair, purple_eyes, breasts`,这些标签在数据集中已被修剪。图像从多个网站(如danbooru、pixiv、zerochan等)爬取,自动爬取系统由DeepGHS团队提供支持。数据集提供了多种下载选项,包括原始数据、不同尺寸的图像数据集以及三阶段裁剪的数据集。此外,还提供了如何使用Waifuc加载原始数据集的代码示例,并列出了标签聚类结果的表格。
This is a dataset focused on Suzumiya Hoshimi (THE iDOLM@STER: Cinderella Girls), which contains 33 images and their corresponding labels. The core tags for this character include `long_hair, black_hair, purple_eyes, breasts`, and these tags have been pruned in the dataset. The images were crawled from multiple websites such as danbooru, pixiv, zerochan, etc., and the automatic crawling system is powered by the DeepGHS team. The dataset offers various download options, including raw data, image datasets of different sizes, and a three-stage cropped dataset. Additionally, code examples on how to use Waifuc to load the raw dataset are provided, along with a table listing the tag clustering results.
数据集概述
数据集信息
- 名称: suzumiya_seika/涼宮星花 (THE iDOLM@STER: Cinderella Girls)
- 描述: 包含33张图片及其标签的数据集。
- 核心标签: long_hair, black_hair, purple_eyes, breasts
- 来源: 从多个网站(如danbooru, pixiv, zerochan等)爬取。
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 大小类别: n<1K
数据集包列表
| 名称 | 图片数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 33 | 27.55 MiB | Waifuc-Raw | 包含元信息的原始数据(如果较大,最小边对齐到1400)。 |
| 800 | 33 | 22.99 MiB | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 68 | 39.50 MiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 33 | 26.84 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 68 | 45.51 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/suzumiya_seika_idolmastercinderellagirls, 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])
标签聚类结果
原始文本版本
| # | 样本数量 | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 标签 |
|---|---|---|---|---|---|---|---|
| 0 | 7 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, smile, solo, card_(medium), character_name, flower_(symbol), open_mouth, pink_background, jewelry, navel |
表格版本
| # | 样本数量 | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | smile | solo | card_(medium) | character_name | flower_(symbol) | open_mouth | pink_background | jewelry | navel |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 7 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X |









