CyberHarem/indianapolis_azurlane
收藏Hugging Face2024-01-13 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/indianapolis_azurlane
下载链接
链接失效反馈官方服务:
资源简介:
该数据集名为indianapolis/インディアナポリス/印第安纳波利斯 (Azur Lane),包含154张图片及其标签。核心标签包括ahoge, long_hair, very_long_hair, bangs, heart_ahoge, dark_skin, blue_eyes, dark-skinned_female, breasts, pink_hair, twintails, yellow_eyes, heterochromia, medium_breasts, horns, eyes_visible_through_hair, hair_between_eyes, mechanical_horns。图片从多个网站(如danbooru, pixiv, zerochan等)爬取,爬取系统由DeepGHS团队开发。数据集提供了多个版本的下载链接,包括原始数据、不同分辨率的图片以及经过裁剪的版本。此外,还提供了使用waifuc加载原始数据集的代码示例。
提供机构:
CyberHarem
原始信息汇总
数据集概述:印第安纳波利斯 (Azur Lane)
数据集基本信息
- 名称:印第安纳波利斯 (Azur Lane)
- 包含内容:154张图像及其标签
- 核心标签:ahoge, long_hair, very_long_hair, bangs, heart_ahoge, dark_skin, blue_eyes, dark-skinned_female, breasts, pink_hair, twintails, yellow_eyes, heterochromia, medium_breasts, horns, eyes_visible_through_hair, hair_between_eyes, mechanical_horns
- 许可证:MIT
- 任务类别:text-to-image
- 标签:art, not-for-all-audiences
- 大小类别:n<1K
数据集包详情
包名称及详情
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 154 | 142.64 MiB | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger) |
| 800 | 154 | 96.58 MiB | IMG+TXT | dataset with the shorter side not exceeding 800 pixels |
| stage3-p480-800 | 348 | 191.53 MiB | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels |
| 1200 | 154 | 132.22 MiB | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels |
| stage3-p480-1200 | 348 | 245.71 MiB | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels |
数据集使用示例
加载原始数据集
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/indianapolis_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)
使用waifuc加载数据集
source = LocalSource(dataset_dir) for item in source: print(item.image, item.meta[filename], item.meta[tags])
数据集标签聚类结果
示例标签
| # | 样本数 | 标签(示例) |
|---|---|---|
| 0 | 74 | heart, looking_at_viewer, 1girl, facepaint, black_gloves, solo, underboob, turtleneck, ... |
| 1 | 5 | 2girls, blue_shirt, blush, cleavage, large_breasts, off_shoulder, open_mouth, side_ponytail, ... |
| 2 | 11 | looking_at_viewer, blush, hair_bow, heart, red_skirt, sailor_collar, sitting, white_shirt, ... |



