CyberHarem/glaucus_arknights
收藏Hugging Face2024-03-21 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/glaucus_arknights
下载链接
链接失效反馈官方服务:
资源简介:
这是一个名为glaucus/グラウコス/格劳克斯 (Arknights)的数据集,包含109张图片及其标签。核心标签包括`multicolored_hair, blue_hair, streaked_hair, blue_eyes, double_bun, hair_bun, twintails`。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队开发。数据集提供了多个版本的下载链接,包括原始数据、1200像素限制的数据集以及三阶段裁剪的数据集。此外,还提供了如何使用waifuc加载原始数据集的代码示例。最后,README文件还列出了标签聚类结果,展示了不同聚类的图片和标签。
提供机构:
CyberHarem
原始信息汇总
数据集概述
基本信息
- 名称: Dataset of glaucus/グラウコス/格劳克斯 (Arknights)
- 包含内容: 109张图像及其标签
- 核心标签: multicolored_hair, blue_hair, streaked_hair, blue_eyes, double_bun, hair_bun, twintails
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 大小类别: n<1K
数据集包列表
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 109 | 137.02 MiB | Waifuc-Raw | 包含元信息的原始数据,最小边对齐至1400像素(如果更大)。 |
| 1200 | 109 | 120.03 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 242 | 229.70 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/glaucus_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])
标签聚类列表
原始文本版本
| # | 样本数量 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 标签 |
|---|---|---|---|---|---|---|---|
| 0 | 10 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, blue_jacket, long_sleeves, solo, food_in_mouth, lollipop, holding_weapon, looking_at_viewer, mouth_hold, tail, gun, black_thighhighs, boots, full_body, white_background |
| 1 | 8 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, holding_lollipop, long_sleeves, looking_at_viewer, solo, simple_background, blue_jacket, hat, upper_body, hood, white_background, black_thighhighs, blush, long_hair |
| 2 | 7 | ![]() |
![]() |
![]() |
![]() |
![]() |
2girls, blue_jacket, long_sleeves, pink_hair, blush, hood, upper_body, closed_mouth, hat, low_twintails, simple_background, white_background, looking_at_viewer, solo_focus, yuri |
| 3 | 5 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, black_gloves, hood_up, short_sleeves, solo, backpack, looking_at_viewer, official_alternate_costume, two-tone_hair, ears_through_headwear, midriff, navel, white_hair, crop_top, holding_weapon, horse_ears, lollipop, mouth_hold, pants, simple_background |
表格版本
| # | 样本数量 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 1girl | blue_jacket | long_sleeves | solo | food_in_mouth | lollipop | holding_weapon | looking_at_viewer | mouth_hold | tail | gun | black_thighhighs | boots | full_body | white_background | holding_lollipop | simple_background | hat | upper_body | hood | blush | long_hair | 2girls | pink_hair | closed_mouth | low_twintails | solo_focus | yuri | black_gloves | hood_up | short_sleeves | backpack | official_alternate_costume | two-tone_hair | ears_through_headwear | midriff | navel | white_hair | crop_top | horse_ears | pants |
|---|























