CyberHarem/janus_azurlane
收藏Hugging Face2024-01-13 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/janus_azurlane
下载链接
链接失效反馈官方服务:
资源简介:
该数据集是关于《碧蓝航线》中的角色janus/ジェーナス/雅努斯的图像数据集,包含80张图像及其标签。核心标签包括`long_hair, blue_eyes, bangs, blue_hair, breasts, very_long_hair, braid, hair_over_one_eye, hat, ribbon`,这些标签在数据集中进行了修剪。图像从多个网站(如danbooru、pixiv、zerochan等)爬取,爬取系统由DeepGHS团队提供支持。数据集提供了多种格式的下载选项,包括原始数据、不同分辨率的图像以及经过裁剪的图像。此外,还提供了使用waifuc加载原始数据集的代码示例。
该数据集是关于《碧蓝航线》中的角色janus/ジェーナス/雅努斯的图像数据集,包含80张图像及其标签。核心标签包括`long_hair, blue_eyes, bangs, blue_hair, breasts, very_long_hair, braid, hair_over_one_eye, hat, ribbon`,这些标签在数据集中进行了修剪。图像从多个网站(如danbooru、pixiv、zerochan等)爬取,爬取系统由DeepGHS团队提供支持。数据集提供了多种格式的下载选项,包括原始数据、不同分辨率的图像以及经过裁剪的图像。此外,还提供了使用waifuc加载原始数据集的代码示例。
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集名称
- 名称: janus/ジェーナス/雅努斯 (Azur Lane)
数据集内容
- 内容: 包含80张图像及其标签。
- 核心标签: long_hair, blue_eyes, bangs, blue_hair, breasts, very_long_hair, braid, hair_over_one_eye, hat, ribbon
数据集来源
- 来源: 图像从多个网站爬取,如danbooru, pixiv, zerochan等。
- 爬取系统: 由DeepGHS Team提供技术支持。
数据集版本与下载
| 版本名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 80 | 168.10 MiB | Waifuc-Raw | 原始数据,包含元信息,最小边对齐至1400像素。 |
| 800 | 80 | 79.90 MiB | IMG+TXT | 短边不超过800像素的图像数据集。 |
| stage3-p480-800 | 211 | 177.21 MiB | IMG+TXT | 三阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 80 | 140.66 MiB | IMG+TXT | 短边不超过1200像素的图像数据集。 |
| stage3-p480-1200 | 211 | 279.40 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/janus_azurlane, 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 | 28 | 1girl, white_skirt, blush, solo, white_headwear, long_sleeves, pleated_skirt, looking_at_viewer, white_shirt, school_uniform, midriff, crop_top, white_pantyhose, open_mouth, navel, sailor_collar, ass, panties, eyes_visible_through_hair |
| 1 | 7 | 1girl, blush, frilled_dress, solo, white_dress, looking_at_viewer, detached_sleeves, hair_ribbon, mini_crown, open_mouth, red_footwear, red_ribbon, holding_staff, smile, twintails, white_background, white_ribbon |
| 2 | 17 | looking_at_viewer, twintails, 1girl, cat_ears, demon_wings, blush, official_alternate_costume, solo, black_thighhighs, demon_tail, torn_thighhighs, white_hair, covered_navel, open_mouth, black_dress, animal_ear_legwear, fake_animal_ears, halloween_costume, medium_breasts, choker, small_breasts, frills, wrist_scrunchie |



