CyberHarem/takahashi_reiko_idolmastercinderellagirls
收藏Hugging Face2024-01-16 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/takahashi_reiko_idolmastercinderellagirls
下载链接
链接失效反馈官方服务:
资源简介:
这是一个名为takahashi_reiko/高橋礼子 (THE iDOLM@STER: Cinderella Girls)的数据集,包含57张图像及其标签。图像来源于多个网站,如danbooru、pixiv、zerochan等,并由DeepGHS团队的自动爬虫系统收集。数据集的核心标签包括long_hair, purple_eyes, breasts, black_hair, large_breasts,这些标签在数据集中已被修剪。README还提供了不同版本数据集的下载链接和描述,包括原始数据、不同尺寸的图像数据集以及使用waifuc加载原始数据集的代码示例。最后,README还列出了标签聚类结果的示例。
This is a dataset titled takahashi_reiko/高橋礼子 (THE iDOLM@STER: Cinderella Girls), which contains 57 images along with their associated tags. The images were sourced from multiple platforms including danbooru, pixiv, zerochan, and others, and were collected via the automated crawling system of the DeepGHS team. The core tags for this dataset are long_hair, purple_eyes, breasts, black_hair, and large_breasts, and these tags have been pruned within the dataset. The accompanying README file provides download links and detailed descriptions for various versions of the dataset, including the raw data, image datasets with different resolutions, and code examples for loading the raw dataset using waifuc. Additionally, the README lists sample results of tag clustering.
提供机构:
CyberHarem原始信息汇总
数据集概述
数据集信息
- 名称: takahashi_reiko/高橋礼子 (THE iDOLM@STER: Cinderella Girls)
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 大小类别: n<1K
数据集内容
- 图像数量: 57张
- 核心标签: long_hair, purple_eyes, breasts, black_hair, large_breasts
数据集包列表
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 57 | 46.51 MiB | Waifuc-Raw | 原始数据,包含元信息(最小边对齐到1400像素,如果更大)。 |
| 800 | 57 | 38.22 MiB | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 109 | 64.50 MiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 57 | 44.23 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 109 | 73.39 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/takahashi_reiko_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 18 




1girl, solo, cleavage, looking_at_viewer, necklace, smile, dress, brown_hair, hair_flower
搜集汇总
数据集介绍

以上内容由遇见数据集搜集并总结生成



