CyberHarem/angelina_arknights
收藏资源简介:
这是一个名为angelina/アンジェリーナ/安洁莉娜 (Arknights)的数据集,包含500张图片及其标签。数据集的核心标签包括`animal_ears, brown_hair, long_hair, fox_ears, twintails, hairband, red_hairband, red_eyes, breasts`,这些标签在数据集中被修剪。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队提供支持。数据集提供了两种下载包:raw和stage3-p480-1200,分别包含500张和1298张图片。此外,README还提供了如何使用waifuc加载原始数据集的代码示例,并列出了标签聚类结果。
This is a dataset named angelina/アンジェリーナ/安洁莉娜 (Arknights), which contains 500 images and their corresponding tags. The core tags of the dataset include `animal_ears, brown_hair, long_hair, fox_ears, twintails, hairband, red_hairband, red_eyes, breasts`, and these tags are pruned in the dataset. The images were crawled from multiple websites such as danbooru, pixiv, zerochan, and the crawling system is powered by the DeepGHS team. The dataset provides two download packages: `raw` and `stage3-p480-1200`, which contain 500 and 1298 images respectively. In addition, the README provides code examples for loading the raw dataset using waifuc, and lists the tag clustering results.
数据集概述
数据集名称
- 名称: Dataset of angelina/アンジェリーナ/安洁莉娜 (Arknights)
数据集内容
- 内容: 包含500张图像及其标签。
- 核心标签: animal_ears, brown_hair, long_hair, fox_ears, twintails, hairband, red_hairband, red_eyes, breasts
数据集来源
- 来源: 图像从多个网站(如danbooru, pixiv, zerochan等)爬取。
- 爬取系统: 由DeepGHS Team提供技术支持。
数据集结构
- 包列表:
-
名称: raw
- 图像数量: 500
- 大小: 1014.42 MiB
- 下载链接: raw数据集下载
- 类型: Waifuc-Raw
- 描述: 包含元信息的原始数据,最小边对齐到1400像素(如果更大)。
-
名称: stage3-p480-1200
- 图像数量: 1298
- 大小: 1.59 GiB
- 下载链接: stage3-p480-1200数据集下载
- 类型: 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/angelina_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)
source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta[filename], item.meta[tags])
数据集标签集群
- 集群列表:
- 示例集群:
- 集群0: 包含17个样本,主要标签包括1girl, looking_at_viewer, open_jacket等。
- 集群1: 包含18个样本,主要标签包括1girl, black_gloves, black_shorts等。
- 集群2: 包含8个样本,主要标签包括1girl, black_shirt, black_shorts等。
- 集群3: 包含5个样本,主要标签包括1girl, bare_shoulders, black_leotard等。
- 集群4: 包含12个样本,主要标签包括1girl, bare_shoulders, black_dress等。
- 集群5: 包含8个样本,主要标签包括black_shorts, cleavage, midriff等。
- 集群6: 包含18个样本,主要标签包括1girl, bare_shoulders, casual_one-piece_swimsuit等。
- 集群7: 包含6个样本,主要标签包括1girl, alternate_costume, white_shirt等。
- 示例集群:
数据集许可
- 许可: MIT




