CyberHarem/thompson_girlsfrontline
收藏Hugging Face2024-01-13 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/thompson_girlsfrontline
下载链接
链接失效反馈官方服务:
资源简介:
这是thompson/トンプソン/汤姆森 (Girls Frontline)的数据集,包含102张图片及其标签。核心标签包括`short_hair, red_eyes, breasts, large_breasts, sunglasses, bangs, headphones, glasses`。图片来源于多个网站,如danbooru, pixiv, zerochan等,并由DeepGHS团队的自动爬虫系统收集。数据集提供了不同尺寸和处理的版本,如raw、800、stage3-p480-800、1200和stage3-p480-1200。此外,还提供了使用waifuc加载原始数据集的代码示例,以及标签聚类结果的列表。
提供机构:
CyberHarem
原始信息汇总
数据集概述:thompson/トンプソン/汤姆森 (Girls Frontline)
数据集基本信息
- 许可证:MIT
- 任务类别:text-to-image
- 标签:art, not-for-all-audiences
- 大小类别:n<1K
数据集内容
- 包含内容:102张图像及其标签。
- 核心标签:short_hair, red_eyes, breasts, large_breasts, sunglasses, bangs, headphones, glasses
数据集包
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 102 | 120.74 MiB | Waifuc-Raw | 包含元信息的原始数据(如果较大,则最小边缘对齐到1400像素)。 |
| 800 | 102 | 70.55 MiB | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 243 | 147.76 MiB | IMG+TXT | 三阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 102 | 108.27 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 243 | 206.94 MiB | IMG+TXT | 三阶段裁剪数据集,区域不小于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/thompson_girlsfrontline, 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])
数据集集群
- 集群示例:
- 样本数量:24
- 标签:1girl, looking_at_viewer, solo, headphones_around_neck, smile, pants, shirt, submachine_gun, white_background, simple_background, fedora, navel, red_necktie, sleeveless, holding_gun, mouth_hold, bare_shoulders, yellow_gloves, magazine_(weapon)



