five

CyberHarem/fal_girlsfrontline

收藏
Hugging Face2024-01-13 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/fal_girlsfrontline
下载链接
链接失效反馈
官方服务:
资源简介:
该数据集名为fal/FAL/FAL (Girls Frontline),包含180张图片及其标签。图片从多个网站(如danbooru、pixiv、zerochan等)爬取,爬取系统由DeepGHS团队提供。数据集的核心标签包括long_hair, blue_eyes, breasts, side_ponytail, bangs, large_breasts, bow, ribbon, very_long_hair, ahoge, blonde_hair, brown_hair, blue_bow, hair_ribbon, hair_bow, sidelocks, hair_between_eyes。README还提供了数据集的下载链接和加载方法,以及标签聚类结果的列表。
提供机构:
CyberHarem
原始信息汇总

数据集概述

名称: Dataset of fal/FAL/FAL (Girls Frontline)

内容: 包含180张图像及其标签。

核心标签: long_hair, blue_eyes, breasts, side_ponytail, bangs, large_breasts, bow, ribbon, very_long_hair, ahoge, blonde_hair, brown_hair, blue_bow, hair_ribbon, hair_bow, sidelocks, hair_between_eyes

许可证: MIT

任务类别: text-to-image

标签: art, not-for-all-audiences

大小类别: n<1K

数据集包列表

名称 图像数量 大小 下载链接 类型 描述
raw 180 218.17 MiB 下载 Waifuc-Raw Raw data with meta information (min edge aligned to 1400 if larger).
800 180 130.93 MiB 下载 IMG+TXT dataset with the shorter side not exceeding 800 pixels.
stage3-p480-800 431 269.25 MiB 下载 IMG+TXT 3-stage cropped dataset with the area not less than 480x480 pixels.
1200 180 197.24 MiB 下载 IMG+TXT dataset with the shorter side not exceeding 1200 pixels.
stage3-p480-1200 431 369.53 MiB 下载 IMG+TXT 3-stage cropped dataset with the area not less than 480x480 pixels.

数据集加载

提供原始数据集(包括标记图像)供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/fal_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])

数据集标签聚类列表

# 样本数 图像1 图像2 图像3 图像4 图像5 标签
搜集汇总
数据集介绍
main_image_url
以上内容由遇见数据集搜集并总结生成
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作