CyberHarem/qiubai_arknights
收藏Hugging Face2024-03-21 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/qiubai_arknights
下载链接
链接失效反馈官方服务:
资源简介:
这是一个名为qiubai/チューバイ/仇白 (Arknights)的数据集,包含39张图片及其标签。图片从多个网站(如danbooru、pixiv、zerochan等)爬取,并由DeepGHS团队提供技术支持。数据集的核心标签包括horns, long_hair, red_eyes, deer_ears, deer_girl, animal_ears, black_hair, breasts, earrings, hair_between_eyes, very_long_hair, grey_hair, large_breasts, ponytail。此外,README还提供了数据集的下载链接和加载方法,以及标签聚类结果的展示。
This is the dataset of qiubai/チューバイ/仇白 (Arknights), containing 39 images and their tags. The images primarily depict a character named 仇白 with specific character traits such as horns, long_hair, red_eyes. The images are sourced from various websites like danbooru, pixiv, zerochan, and are collected using an auto-crawling system developed by the DeepGHS Team. The dataset offers different formats for download, including raw data and images of various sizes. Additionally, the dataset provides tag clustering results, which are useful for further analysis and mining of character traits.
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集信息
- 名称: Dataset of qiubai/チューバイ/仇白 (Arknights)
- 包含内容: 39张图片及其标签
- 核心标签: horns, long_hair, red_eyes, deer_ears, deer_girl, animal_ears, black_hair, breasts, earrings, hair_between_eyes, very_long_hair, grey_hair, large_breasts, ponytail
数据集包列表
| 名称 | 图片数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 39 | 81.86 MiB | Waifuc-Raw | 包含元信息的原始数据(最小边对齐到1400像素,如果更大) |
| 1200 | 39 | 67.48 MiB | IMG+TXT | 短边不超过1200像素的数据集 |
| stage3-p480-1200 | 101 | 128.41 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/qiubai_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)
source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta[filename], item.meta[tags])
标签聚类结果
| # | 样本数量 | 图片示例 | 标签 |
|---|---|---|---|
| 0 | 39 | ![]() |
1girl, solo, deer_antlers, looking_at_viewer, black_dress, black_gloves, bare_shoulders, jewelry, elbow_gloves, closed_mouth, sword, simple_background, thigh_strap, sleeveless_dress, holding_weapon |




