CyberHarem/kawashima_mizuki_idolmastercinderellagirls
收藏资源简介:
--- license: mit task_categories: - text-to-image tags: - art - not-for-all-audiences size_categories: - n<1K --- # Dataset of kawashima_mizuki/川島瑞樹 (THE iDOLM@STER: Cinderella Girls) This is the dataset of kawashima_mizuki/川島瑞樹 (THE iDOLM@STER: Cinderella Girls), containing 169 images and their tags. The core tags of this character are `brown_hair, brown_eyes, long_hair, breasts, ponytail`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:-----------|:--------------------------------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 169 | 133.93 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 169 | 102.57 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 315 | 182.78 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 169 | 127.03 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 315 | 223.29 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```python import os import zipfile from huggingface_hub import hf_hub_download from waifuc.source import LocalSource # download raw archive file zip_file = hf_hub_download( repo_id='CyberHarem/kawashima_mizuki_idolmastercinderellagirls', repo_type='dataset', filename='dataset-raw.zip', ) # extract files to your directory dataset_dir = 'dataset_dir' os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, 'r') as zf: zf.extractall(dataset_dir) # load the dataset with waifuc source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta['filename'], item.meta['tags']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------| | 0 | 8 |  |  |  |  |  | 1girl, open_mouth, solo, blush, necklace, smile, large_breasts, looking_at_viewer, bracelet, cleavage | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | open_mouth | solo | blush | necklace | smile | large_breasts | looking_at_viewer | bracelet | cleavage | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------------|:-------|:--------|:-----------|:--------|:----------------|:--------------------|:-----------|:-----------| | 0 | 8 |  |  |  |  |  | X | X | X | X | X | X | X | X | X | X |
许可证:MIT协议 任务类别: - 文本到图像 标签: - 艺术 - 不适合全年龄段受众 规模类别: - 样本量小于1000 # 川岛瑞树(《偶像大师 灰姑娘女孩》)数据集 本数据集围绕《偶像大师 灰姑娘女孩》中的川岛瑞树(kawashima_mizuki/川島瑞樹)构建,共收录169张图像及其关联标签。 该角色的核心标签为`棕发、棕眼、长发、胸部特征、马尾辫`,本数据集已对这些核心标签进行了删减处理。 图像采集自多个平台(如danbooru、pixiv、zerochan等),自动爬虫系统由[DeepGHS团队](https://github.com/deepghs)([Hugging Face机构](https://huggingface.co/deepghs))开发维护。 ## 数据集包列表 | 包名 | 图像数量 | 大小 | 下载链接 | 类型 | 描述 | |:-----------------|---------:|:-----------|:--------------------------------------------------------------------------------------------------------------------------------------------|:-----------|:-------------------------------------------------------------| | raw | 169 | 133.93 MiB | [下载](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-raw.zip) | Waifuc-原始数据 | 包含元数据的原始图像数据,若图像短边大于1400像素则对齐至1400像素。 | | 800 | 169 | 102.57 MiB | [下载](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-800.zip) | 图像+标签 | 短边不超过800像素的数据集。 | | stage3-p480-800 | 315 | 182.78 MiB | [下载](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-stage3-p480-800.zip) | 图像+标签 | 3阶段裁剪数据集,裁剪区域不小于480x480像素。 | | 1200 | 169 | 127.03 MiB | [下载](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-1200.zip) | 图像+标签 | 短边不超过1200像素的数据集。 | | stage3-p480-1200 | 315 | 223.29 MiB | [下载](https://huggingface.co/datasets/CyberHarem/kawashima_mizuki_idolmastercinderellagirls/resolve/main/dataset-stage3-p480-1200.zip) | 图像+标签 | 3阶段裁剪数据集,裁剪区域不小于480x480像素。 | ### 使用Waifuc加载原始数据集 我们提供适用于[Waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html)加载的原始数据集(含带标签图像)。若需使用该功能,请运行以下代码: 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/kawashima_mizuki_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']) ## 聚类结果列表 本部分为标签聚类结果,可从中挖掘角色的不同穿搭风格。 ### 原始文本版本 | 序号 | 样本量 | 示例图1 | 示例图2 | 示例图3 | 示例图4 | 示例图5 | 标签 | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------------------------------------------------------------------------------------| | 0 | 8 |  |  |  |  |  | 单女性角色、张嘴、单人、脸红、项链、微笑、巨乳、看向镜头、手镯、乳沟 | ### 表格版本 | 序号 | 样本量 | 示例图1 | 示例图2 | 示例图3 | 示例图4 | 示例图5 | 单女性角色 | 张嘴 | 单人 | 脸红 | 项链 | 微笑 | 巨乳 | 看向镜头 | 手镯 | 乳沟 | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------------|:-------|:--------|:-----------|:--------|:----------------|:--------------------|:-----------|:-----------| | 0 | 8 |  |  |  |  |  | X | X | X | X | X | X | X | X | X | X |
数据集概述
数据集信息
- 名称: kawashima_mizuki/川島瑞樹 (THE iDOLM@STER: Cinderella Girls)
- 包含内容: 169张图片及其标签
- 核心标签: brown_hair, brown_eyes, long_hair, breasts, ponytail
- 标签分类: art, not-for-all-audiences
- 数据集大小: n<1K
数据集包列表
| 名称 | 图片数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 169 | 133.93 MiB | Waifuc-Raw | 包含元信息的原始数据(最小边对齐到1400像素,如果更大) |
| 800 | 169 | 102.57 MiB | IMG+TXT | 短边不超过800像素的数据集 |
| stage3-p480-800 | 315 | 182.78 MiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素 |
| 1200 | 169 | 127.03 MiB | IMG+TXT | 短边不超过1200像素的数据集 |
| stage3-p480-1200 | 315 | 223.29 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/kawashima_mizuki_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])
标签聚类结果
原始文本版本
| # | 样本数量 | 图片1 | 图片2 | 图片3 | 图片4 | 图片5 | 标签 |
|---|---|---|---|---|---|---|---|
| 0 | 8 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, open_mouth, solo, blush, necklace, smile, large_breasts, looking_at_viewer, bracelet, cleavage |
表格版本
| # | 样本数量 | 图片1 | 图片2 | 图片3 | 图片4 | 图片5 | 1girl | open_mouth | solo | blush | necklace | smile | large_breasts | looking_at_viewer | bracelet | cleavage |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 8 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X |









