CyberHarem/aroma_arknights
收藏Hugging Face2024-05-08 更新2024-06-12 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/aroma_arknights
下载链接
链接失效反馈官方服务:
资源简介:
这是Aroma/阿罗玛 (Arknights)的数据集,包含29张图片及其标签。这些图片从多个网站(如danbooru、pixiv、zerochan等)爬取,爬取系统由DeepGHS团队开发。数据集的核心标签包括`animal_ears, blue_eyes, brown_hair`等。
This is a dataset focused on Aroma from Arknights, which contains 29 images and their corresponding labels. These images were crawled from multiple online platforms including danbooru, pixiv, zerochan, and other similar sites, and the crawling system was developed by the DeepGHS team. The core tags of this dataset include `animal_ears, blue_eyes, brown_hair`, etc.
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集名称
- Dataset of Aroma/阿罗玛 (Arknights)
数据集内容
- 图像数量: 29张
- 图像来源: 爬取自多个网站,如danbooru, pixiv, zerochan等
- 核心标签: animal_ears, blue_eyes, brown_hair, hair_ornament, braid, hair_flower, hairband, blue_hair, multicolored_hair, animal_ear_fluff, long_hair, cat_ears, black_hairband, tail
数据集版本与下载
原始数据集
- 名称: raw
- 图像数量: 29
- 大小: 21.24 MiB
- 下载链接: Download
- 类型: Waifuc-Raw
- 描述: 包含元信息的原始数据,最小边对齐到1400像素(如果更大)
处理后的数据集
- 名称: stage3-p180-1200
- 图像数量: 69
- 大小: 44.29 MiB
- 下载链接: Download
- 类型: IMG+TXT
- 描述: 三阶段裁剪数据集,区域不小于180x180像素
数据集使用
-
加载工具: 使用waifuc加载原始数据集
-
加载代码示例: 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/aroma_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])
数据集标签集群
集群列表
| # | 样本数 | 标签 |
|---|---|---|
| 0 | 9 | 1girl, hood_down, hoodie, looking_at_viewer, open_jacket, open_mouth, solo, white_flower, white_jacket, :d, drawstring, long_sleeves, blue_gloves, holding, armband, upper_body, black_pantyhose, outdoors, sky, vial |
| 1 | 5 | 1girl, blue_gloves, holding, hood_down, hoodie, long_sleeves, looking_at_viewer, open_jacket, open_mouth, solo, standing, white_flower, white_jacket, bottle, pants, shoes, :d, vial, black_footwear, day, drawstring, outdoors, short_hair, sky, weapon |
| 2 | 13 | 1girl, armband, blue_gloves, hood_down, id_card, infection_monitor_(arknights), long_sleeves, open_jacket, solo, white_jacket, hoodie, looking_at_viewer, midriff, crop_top, mouth_hold, navel, white_coat, belt, blue_shorts, short_shorts, two-tone_gloves, bottle, pantyhose_under_shorts, sneakers, bubble, denim_shorts, leggings, holding_staff, water, biting, black_pantyhose, white_flower |



