CyberHarem/breeze_arknights
收藏Hugging Face2024-03-21 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/breeze_arknights
下载链接
链接失效反馈官方服务:
资源简介:
这是一个名为breeze/ブリーズ/微风 (Arknights)的数据集,包含12张图片及其标签。图片来源于多个网站(如danbooru, pixiv, zerochan等),并由DeepGHS Team的自动爬取系统支持。数据集的核心标签包括动物耳朵、眼睛间的头发、长发、金发等,这些标签在数据集中被修剪。README还提供了数据集的下载链接和加载方法,以及标签聚类结果的列表。
This is a dataset named breeze/ブリーズ/微风 (Arknights), which contains 12 images and their associated tags. The images are sourced from multiple platforms including danbooru, pixiv, zerochan, and others, and were collected using the automatic crawling system of the DeepGHS Team. The core tags of the dataset include animal ears, hair between eyes, long hair, blonde hair, and more, and these tags have been pruned in the dataset. Additionally, the README provides the dataset's download link, loading method, as well as a list of tag clustering results.
提供机构:
CyberHarem
原始信息汇总
数据集概述:breeze/ブリーズ/微风 (Arknights)
数据集基本信息
- 名称: breeze/ブリーズ/微风 (Arknights)
- 包含内容: 12张图像及其标签
- 核心标签: animal_ears, hair_between_eyes, long_hair, blonde_hair, breasts, bow, brown_eyes, fox_ears, striped_bow, hair_bow, very_long_hair, yellow_eyes, black_bow
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 大小类别: n<1K
数据集包详情
包名称及详情
| 名称 | 图像数量 | 大小 | 下载链接 | 类型 | 描述 |
|---|---|---|---|---|---|
| raw | 12 | 20.41 MiB | 下载链接 | Waifuc-Raw | 包含元信息的原始数据(最小边对齐到1400像素,如果更大)。 |
| 1200 | 12 | 16.93 MiB | 下载链接 | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 31 | 34.30 MiB | 下载链接 | IMG+TXT | 三阶段裁剪数据集,区域不小于480x480像素。 |
数据集使用示例
加载原始数据集
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/breeze_arknights, 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 | 5 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, looking_at_viewer, solo, upper_body, cleavage, simple_background, white_background, bowtie, holding_staff, animal_ear_fluff, closed_mouth, grin, jacket, large_breasts, long_sleeves, medium_breasts |








