zayne_love_and_deepspace
收藏资源简介:
该数据集名为'Zayne/黎深/レイ/이서언 (Love and Deepspace)',包含56张图片及其标签。这些图片主要描绘了一个核心标签为'black_hair, short_hair'的角色。图片来源于多个网站,如danbooru、pixiv和zerochan等,并由DeepGHS Team开发的自动爬虫系统收集。数据集提供了两种下载包:原始数据包(56张图片,109.09 MiB)和经过处理的3-stage cropped数据包(136张图片,172.22 MiB)。此外,还提供了标签聚类结果,可能有助于挖掘某些服装信息。
This dataset is named 'Zayne/黎深/レイ/이서언 (Love and Deepspace)'. It contains 56 images paired with their corresponding tags, which primarily feature a character with core tags 'black_hair, short_hair'. The images were collected via an automated crawler developed by the DeepGHS Team, and sourced from multiple online platforms including danbooru, pixiv, zerochan, and other similar sites. Two download packages are available: the raw dataset package (56 images, 109.09 MiB) and the processed 3-stage cropped package (136 images, 172.22 MiB). Furthermore, tag clustering results are provided, which can help uncover clothing-related information.
数据集概述
数据集基本信息
- 名称: Dataset of Zayne/黎深/レイ/이서언 (Love and Deepspace)
- 许可证: MIT
- 任务类别: text-to-image
- 标签: art, not-for-all-audiences
- 大小类别: n<1K
数据集内容
- 图像数量: 56张
- 核心标签: black_hair, short_hair
- 图像来源: 从多个网站爬取,如danbooru, pixiv, zerochan等
数据集包列表
| 名称 | 图像数量 | 大小 | 下载链接 | 类型 | 描述 |
|---|---|---|---|---|---|
| raw | 56 | 109.09 MiB | Download | Waifuc-Raw | 包含元信息的原始数据(最小边对齐到1400像素,如果更大) |
| stage3-p480-1200 | 136 | 172.22 MiB | Download | 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/zayne_love_and_deepspace, 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])
标签聚类结果
原始文本版本
| # | 样本数量 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 标签 |
|---|---|---|---|---|---|---|---|
| 0 | 13 | ![]() |
![]() |
![]() |
![]() |
![]() |
1boy, male_focus, looking_at_viewer, solo, pectorals, collared_shirt, muscular_male, white_shirt, black_pants, black_shirt, closed_mouth, abs, bound, lying, open_clothes, upper_body |
| 1 | 6 | ![]() |
![]() |
![]() |
![]() |
![]() |
1boy, male_focus, pectorals, solo, upper_body, looking_at_viewer, muscular_male, parted_lips, topless_male, abs, collarbone, simple_background, toned_male, wet_hair |
| 2 | 12 | ![]() |
![]() |
![]() |
![]() |
![]() |
1boy, male_focus, solo, long_sleeves, closed_mouth, upper_body, jacket, looking_at_viewer, black_shirt, coat, holding |
| 3 | 6 | ![]() |
![]() |
![]() |
![]() |
![]() |
1boy, long_hair, male_focus, gloves, solo, upper_body |
表格版本
| # | 样本数量 | 图像1 | 图像2 | 图像3 | 图像4 | 图像5 | 1boy | male_focus | looking_at_viewer | solo | pectorals | collared_shirt | muscular_male | white_shirt | black_pants | black_shirt | closed_mouth | abs | bound | lying | open_clothes | upper_body | parted_lips | topless_male | collarbone | simple_background | toned_male | wet_hair | long_sleeves | jacket | coat | holding | long_hair | gloves |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 13 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | ||||||||||||
| 1 | 6 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X | X | X | X | X | ||||||||||||||
| 2 | 12 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X | X | X | X | X | X | |||||||||||||||||
| 3 | 6 | ![]() |
![]() |
![]() |
![]() |
![]() |
X | X | X | X | X | X |
























