CyberHarem/pa_15_girlsfrontline
收藏Hugging Face2024-01-13 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/pa_15_girlsfrontline
下载链接
链接失效反馈官方服务:
资源简介:
这是名为pa_15/PA-15/PA-15 (Girls Frontline)的数据集,包含265张图片及其标签。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队开发。数据集的核心标签包括blue_eyes, breasts, twintails, symbol-shaped_pupils, long_hair, blue_hair, heart-shaped_pupils, bangs, small_breasts, hair_between_eyes, hair_ornament, medium_breasts,这些标签在数据集中进行了修剪。
这是名为pa_15/PA-15/PA-15 (Girls Frontline)的数据集,包含265张图片及其标签。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队开发。数据集的核心标签包括blue_eyes, breasts, twintails, symbol-shaped_pupils, long_hair, blue_hair, heart-shaped_pupils, bangs, small_breasts, hair_between_eyes, hair_ornament, medium_breasts,这些标签在数据集中进行了修剪。
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集名称
- 名称: Dataset of pa_15/PA-15/PA-15 (Girls Frontline)
数据集内容
- 描述: 包含265张图像及其标签。
- 核心标签: blue_eyes, breasts, twintails, symbol-shaped_pupils, long_hair, blue_hair, heart-shaped_pupils, bangs, small_breasts, hair_between_eyes, hair_ornament, medium_breasts
数据集来源
- 来源: 图像从多个网站爬取,如danbooru, pixiv, zerochan等。
- 爬取系统: 由DeepGHS Team提供技术支持。
数据集版本
- 版本:
- raw: 265张图像,437.32 MiB,包含元信息。
- 800: 265张图像,204.13 MiB,短边不超过800像素。
- stage3-p480-800: 708张图像,490.96 MiB,区域不小于480x480像素。
- 1200: 265张图像,364.94 MiB,短边不超过1200像素。
- stage3-p480-1200: 708张图像,759.84 MiB,区域不小于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/pa_15_girlsfrontline, 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: 36个样本,包含1girl, looking_at_viewer, smile等标签。
- 集群1: 16个样本,包含1girl, looking_at_viewer, smile等标签。
- 集群2: 26个样本,包含1girl, looking_at_viewer, smile等标签。
- 集群3: 19个样本,包含1girl, looking_at_viewer, smile等标签。
- 集群4: 12个样本,包含1girl, looking_at_viewer, smile等标签。
数据集许可
- 许可: MIT



