CyberHarem/tomoe_bluearchive
收藏Hugging Face2024-03-22 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/tomoe_bluearchive
下载链接
链接失效反馈官方服务:
资源简介:
这是一个名为tomoe/佐城トモエ/巴 (Blue Archive)的数据集,包含33张图片及其标签。核心标签包括long_hair, breasts, pink_hair, halo, large_breasts, braid, pink_eyes, very_long_hair。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队提供。数据集分为多个包,包括原始数据、1200像素限制的数据集和三阶段裁剪的数据集。此外,还提供了使用Waifuc加载原始数据集的代码示例,并列出了标签聚类结果。
这是一个名为tomoe/佐城トモエ/巴 (Blue Archive)的数据集,包含33张图片及其标签。核心标签包括long_hair, breasts, pink_hair, halo, large_breasts, braid, pink_eyes, very_long_hair。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队提供。数据集分为多个包,包括原始数据、1200像素限制的数据集和三阶段裁剪的数据集。此外,还提供了使用Waifuc加载原始数据集的代码示例,并列出了标签聚类结果。
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集信息
- 名称: Dataset of tomoe/佐城トモエ/巴 (Blue Archive)
- 包含内容: 33张图片及其标签
- 核心标签:
long_hair, breasts, pink_hair, halo, large_breasts, braid, pink_eyes, very_long_hair - 来源: 从多个网站爬取,如danbooru, pixiv, zerochan等
数据包列表
| 名称 | 图片数量 | 大小 | 下载链接 | 类型 | 描述 |
|---|---|---|---|---|---|
| raw | 33 | 55.23 MiB | Download | Waifuc-Raw | 包含元信息的原始数据(最小边对齐到1400像素,如果更大)。 |
| 1200 | 33 | 48.40 MiB | Download | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 82 | 99.77 MiB | Download | 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/tomoe_bluearchive, 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])
标签聚类结果
原始文本版本
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
|---|---|---|---|---|---|---|---|
| 0 | 17 | ![]() |
![]() |
![]() |
![]() |
![]() |
looking_at_viewer, 1girl, blush, smile, long_sleeves, solo, black_shirt, closed_mouth, collared_shirt, simple_background, white_background, white_skirt, black_thighhighs, hair_between_eyes, jacket, necktie, gloves, purple_hair, shirt_tucked_in, thighs |
| 1 | 6 | ![]() |
![]() |
![]() |
![]() |
![]() |
black_gloves, 1girl, holding, necktie, ushanka, white_headwear, fur_trim, long_sleeves, looking_at_viewer, solo, winter_clothes, black_pantyhose, full_body, purple_hair, twin_braids, white_coat |
表格版本
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | looking_at_viewer | 1girl | blush | smile | long_sleeves | solo | black_shirt | closed_mouth | collared_shirt | simple_background | white_background | white_skirt | black_thighhighs | hair_between_eyes | jacket | necktie | gloves | purple_hair | shirt_tucked_in | thighs | black_gloves | holding | ushanka | white_headwear | fur_trim | winter_clothes | black_pantyhose | full_body | twin_braids | white_coat |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 17 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | ||||||||||
| 1 | 6 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |













