CyberHarem/shaw_arknights
收藏资源简介:
这是一个名为shaw/ショウ/阿消 (Arknights)的数据集,包含184张图片及其标签。核心标签包括brown_hair, brown_eyes, short_hair, squirrel_tail, tail, animal_ears, squirrel_girl, white_headwear。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队提供。数据集提供了不同版本的下载链接,包括原始数据、1200像素限制的数据集和三阶段裁剪的数据集。此外,还提供了如何使用waifuc加载原始数据集的代码示例。最后,README还列出了标签聚类结果,展示了不同聚类的样本图片和标签。
这是一个名为shaw/ショウ/阿消 (Arknights)的数据集,包含184张图片及其标签。核心标签包括brown_hair, brown_eyes, short_hair, squirrel_tail, tail, animal_ears, squirrel_girl, white_headwear。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队提供。数据集提供了不同版本的下载链接,包括原始数据、1200像素限制的数据集和三阶段裁剪的数据集。此外,还提供了如何使用waifuc加载原始数据集的代码示例。最后,README还列出了标签聚类结果,展示了不同聚类的样本图片和标签。
数据集概述:shaw/ショウ/阿消 (Arknights)
数据集基本信息
- 名称: shaw/ショウ/阿消 (Arknights)
- 包含内容: 184张图像及其标签
- 核心标签: brown_hair, brown_eyes, short_hair, squirrel_tail, tail, animal_ears, squirrel_girl, white_headwear
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 大小类别: n<1K
数据集包信息
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 184 | 236.00 MiB | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger) |
| 1200 | 184 | 203.89 MiB | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels |
| stage3-p480-1200 | 426 | 375.72 MiB | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels |
数据集使用示例
加载原始数据集
python import os import zipfile
from huggingface_hub import hf_hub_download from waifuc.source import LocalSource
download raw archive file
zip_file = hf_hub_download( repo_id=CyberHarem/shaw_arknights, repo_type=dataset, filename=dataset-raw.zip, )
extract files to your directory
dataset_dir = dataset_dir os.makedirs(dataset_dir, exist_ok=True) with zipfile.ZipFile(zip_file, r) as zf: zf.extractall(dataset_dir)
load the dataset with waifuc
source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta[filename], item.meta[tags])
数据集标签聚类结果
原始文本版本
| # | 样本数 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 标签 |
|---|---|---|---|---|---|---|---|
| 0 | 74 | ... | ... | ... | ... | ... | 1girl, long_sleeves, solo, black_gloves, black_jacket, knee_pads, boots, helmet, black_footwear, full_body, looking_at_viewer, simple_background, holding_axe, white_background, black_shorts, open_mouth, standing |
| 1 | 10 | ... | ... | ... | ... | ... | 1girl, black_jacket, solo, black_gloves, looking_at_viewer, upper_body, white_background, blush, long_sleeves, simple_background, helmet, open_mouth, parted_lips, upper_teeth_only |
表格版本
| # | 样本数 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 1girl | long_sleeves | solo | black_gloves | black_jacket | knee_pads | boots | helmet | black_footwear | full_body | looking_at_viewer | simple_background | holding_axe | white_background | black_shorts | open_mouth | standing | upper_body | blush | parted_lips | upper_teeth_only |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 74 | ... | ... | ... | ... | ... | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | ||||
| 1 | 10 | ... | ... | ... | ... | ... | X | X | X | X | X | X | X | X | X | X | X | X | X | X |



