CyberHarem/mint_arknights
收藏数据集概述
名称: Dataset of mint/ミント/薄绿 (Arknights)
内容: 包含120张图像及其标签。
核心标签: animal_ears, cat_ears, long_hair, ribbon, grey_hair, hair_ribbon, black_ribbon, ahoge, blue_eyes, cat_girl, tail, cat_tail
数据来源: 图像从多个网站爬取,如danbooru, pixiv, zerochan等,爬虫系统由DeepGHS Team提供。
许可证: MIT
任务类别: text-to-image
标签: art, not-for-all-audiences
大小类别: n<1K
数据集包列表
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 120 | 203.90 MiB | Waifuc-Raw | 包含元信息的原始数据,最小边对齐到1400像素(如果更大)。 |
| 1200 | 120 | 170.30 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 316 | 353.78 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/mint_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 | 7 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, black_jacket, long_sleeves, open_jacket, simple_background, solo, white_background, black_thighhighs, looking_at_viewer, blush, closed_mouth, holding_book, infection_monitor_(arknights), bare_shoulders, off_shoulder, white_dress, cowboy_shot, open_book, sitting |
| 1 | 9 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, solo, blush, long_sleeves, looking_at_viewer, smile, dango, holding_food, open_mouth, white_shirt, black_skirt, hair_flower, ascot, collared_shirt, frills, kimono, simple_background, white_background, white_hair |
| 2 | 5 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, hairclip, looking_at_viewer, pleated_skirt, solo, very_long_hair, black_skirt, long_sleeves, white_shirt, animal_ear_fluff, black_gloves, cowboy_shot, green_eyes, neck_ribbon, simple_background, single_thighhigh, vest, white_background, :d, asymmetrical_legwear, black_thighhighs, blush, book, collared_shirt, hair_between_eyes, open_mouth, pantyhose, parted_lips |
表格版本
| # | 样本数 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 1girl | black_jacket | long_sleeves | open_jacket | simple_background | solo | white_background | black_thighhighs | looking_at_viewer | blush | closed_mouth | holding_book | infection_monitor_(arknights) | bare_shoulders | off_shoulder | white_dress | cowboy_shot | open_book | sitting | smile | dango | holding_food | open_mouth | white_shirt | black_skirt | hair_flower | ascot | collared_shirt | frills | kimono | white_hair | hairclip | pleated_skirt | very_long_hair | animal_ear_fluff | black_gloves | green_eyes | neck_ribbon | single_thighhigh | vest | :d | asymmetrical_legwear | book | hair_between_eyes | pantyhose | parted_lips |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 7 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | |||||||||||||||||||||||||||
| 1 | 9 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | |||||||||||||||||||||||||||||
| 2 | 5 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |


















