CyberHarem/hapu_pokemon
收藏Hugging Face2024-01-16 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/hapu_pokemon
下载链接
链接失效反馈官方服务:
资源简介:
这是hapu(宝可梦)的数据集,包含85张图片及其标签。该角色的核心标签包括`long_hair, black_hair, twintails, dark-skinned_female, thick_eyebrows, dark_skin, purple_eyes, bright_pupils, eyelashes, white_pupils, purple_headwear`,这些标签在数据集中被修剪。图片从多个网站(如danbooru、pixiv、zerochan等)爬取,爬取系统由DeepGHS团队提供。
本数据集为宝可梦系列角色哈普乌(Hapu)的专属数据集,共收录85张图像及其配套标注标签。该角色的核心标注标签包括:长发(long_hair)、黑发(black_hair)、双马尾(twintails)、深色皮肤女性(dark-skinned_female)、浓眉(thick_eyebrows)、深色皮肤(dark_skin)、紫色眼眸(purple_eyes)、明亮瞳孔(bright_pupils)、睫毛(eyelashes)、白色瞳孔(white_pupils)及紫色头饰(purple_headwear),上述标签均已在本数据集中完成标准化修剪处理。本数据集的图像均从danbooru、pixiv、zerochan等图像平台爬取所得,爬取系统由DeepGHS团队开发提供。
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集基本信息
- 名称: Dataset of hapu (Pokémon)
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 数据量: n<1K
数据集内容
- 图像数量: 85张
- 核心标签: long_hair, black_hair, twintails, dark-skinned_female, thick_eyebrows, dark_skin, purple_eyes, bright_pupils, eyelashes, white_pupils, purple_headwear
数据集包列表
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 85 | 68.05 MiB | Waifuc-Raw | 原始数据,包含元信息(最小边对齐到1400像素,如果更大)。 |
| 800 | 85 | 41.61 MiB | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 161 | 78.35 MiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 85 | 60.70 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 161 | 109.14 MiB | IMG+TXT | 3阶段裁剪数据集,区域不小于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/hapu_pokemon, 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])
标签聚类结果
原始文本版本
| # | 样本数量 | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 标签 |
|---|---|---|---|---|---|---|---|
| 0 | 8 | ![]() |
![]() |
![]() |
![]() |
![]() |
1girl, bonnet, closed_mouth, jumpsuit, black_footwear, boots, grey_eyes, looking_at_viewer, solo, full_body, smile, belt, grey_gloves, pouch, puffy_short_sleeves, standing, blush |
表格版本
| # | 样本数量 | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | bonnet | closed_mouth | jumpsuit | black_footwear | boots | grey_eyes | looking_at_viewer | solo | full_body | smile | belt | grey_gloves | pouch | puffy_short_sleeves | standing | blush |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 8 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |








