CyberHarem/mostima_arknights
收藏Hugging Face2024-03-19 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/mostima_arknights
下载链接
链接失效反馈官方服务:
资源简介:
这是一个名为mostima/モスティマ/莫斯提马 (Arknights)的数据集,包含500张图片及其标签。核心标签包括`blue_hair, long_hair, horns, blue_eyes, halo, demon_horns, wings, detached_wings, hair_between_eyes`。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队提供。数据集分为多个包,包括原始数据、不同分辨率的图片数据以及经过裁剪的数据。此外,还提供了如何使用waifuc加载原始数据集的代码示例,并列出了标签聚类结果。
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集名称
- Dataset of mostima/モスティマ/莫斯提马 (Arknights)
数据集内容
- 包含内容:500张图像及其标签。
- 核心标签:
blue_hair, long_hair, horns, blue_eyes, halo, demon_horns, wings, detached_wings, hair_between_eyes。
数据集来源
- 图像来源:多个网站,如danbooru, pixiv, zerochan等。
- 自动爬虫系统:由DeepGHS Team提供。
数据集版本与下载
原始数据
- 名称:raw
- 图像数量:500
- 大小:999.23 MiB
- 下载链接:Download
- 类型:Waifuc-Raw
- 描述:包含元信息的原始数据,最小边对齐至1400像素(如果更大)。
800像素版本
- 名称:800
- 图像数量:500
- 大小:455.20 MiB
- 下载链接:Download
- 类型:IMG+TXT
- 描述:短边不超过800像素的图像数据集。
阶段3-p480-800版本
- 名称:stage3-p480-800
- 图像数量:1299
- 大小:1012.26 MiB
- 下载链接:Download
- 类型:IMG+TXT
- 描述:三阶段裁剪数据集,区域不小于480x480像素。
1200像素版本
- 名称:1200
- 图像数量:500
- 大小:821.53 MiB
- 下载链接:Download
- 类型:IMG+TXT
- 描述:短边不超过1200像素的图像数据集。
阶段3-p480-1200版本
- 名称:stage3-p480-1200
- 图像数量:1299
- 大小:1.56 GiB
- 下载链接:Download
- 类型:IMG+TXT
- 描述:三阶段裁剪数据集,区域不小于480x480像素。
数据集使用
- 加载工具: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/mostima_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 | 10 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, black_jacket, black_shorts, long_sleeves, looking_at_viewer, open_jacket, solo, white_shirt, closed_mouth, cowboy_shot, smile, white_background, black_gloves, holding_staff, short_shorts, simple_background, fur-trimmed_jacket, asymmetrical_gloves, hood, white_gloves |
| 1 | 44 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, solo, upper_body, black_jacket, white_shirt, looking_at_viewer, simple_background, open_jacket, smile, fur-trimmed_jacket, white_background, closed_mouth, hood, long_sleeves, white_gloves |
| 2 | 15 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, black_gloves, official_alternate_costume, solo, white_dress, holding_staff, cowboy_shot, elbow_gloves, looking_at_viewer, medium_breasts, capelet, closed_mouth, parted_lips, partially_fingerless_gloves |
| 3 | 7 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, black_gloves, holding_staff, official_alternate_costume, solo, white_dress, closed_mouth, looking_at_viewer, elbow_gloves, partially_fingerless_gloves, energy_wings, feet_out_of_frame |
| 4 | 5 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, black_gloves, holding_staff, official_alternate_costume, solo, white_dress, black_footwear, full_body, looking_at_viewer, short_sleeves, smile, boots, medium_breasts, closed_mouth, elbow_gloves, energy_wings, standing |




























