--- license: mit task_categories: - text-to-image tags: - art - not-for-all-audiences size_categories: - n<1K --- # Dataset of tethys (Fire Emblem) This is the dataset of tethys (Fire Emblem), containing 20 images and their tags. The core tags of this character are `braid, earrings, long_hair, red_hair, hoop_earrings, single_braid, red_eyes, breasts, facial_mark, bangs`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages | Name | Images | Size | Download | Type | Description | |:-----------------|---------:|:----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| | raw | 20 | 17.96 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | | 800 | 20 | 11.86 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | | stage3-p480-800 | 36 | 19.96 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | | 1200 | 20 | 16.78 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | | stage3-p480-1200 | 36 | 27.03 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | ### Load Raw Dataset with Waifuc We provide raw dataset (including tagged images) for [waifuc](https://deepghs.github.io/waifuc/main/tutorials/installation/index.html) loading. If you need this, just run the following code ```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/tethys_fireemblem', 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']) ``` ## List of Clusters List of tag clustering result, maybe some outfits can be mined here. ### Raw Text Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 20 |  |  |  |  |  | 1girl, solo, armlet, midriff, navel, dancer, looking_at_viewer, forehead_mark, smile, bare_shoulders, bracelet, simple_background, pants, white_background | ### Table Version | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | armlet | midriff | navel | dancer | looking_at_viewer | forehead_mark | smile | bare_shoulders | bracelet | simple_background | pants | white_background | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:---------|:----------|:--------|:---------|:--------------------|:----------------|:--------|:-----------------|:-----------|:--------------------|:--------|:-------------------| | 0 | 20 |  |  |  |  |  | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
--- 许可证:MIT协议(MIT) 任务类别: - 文本到图像(text-to-image) 标签: - 艺术(art) - 不适合全年龄段受众(not-for-all-audiences) 样本量类别: - 样本量少于1000(n<1K) --- # 《火焰纹章(Fire Emblem)》角色缇缇丝数据集 本数据集收录《火焰纹章(Fire Emblem)》角色缇缇丝的相关素材,包含20张图像及其配套标注标签。 该角色的核心标注标签为`编发(braid)、耳环(earrings)、长发(long_hair)、红发(red_hair)、圈形耳环(hoop_earrings)、单麻花辫(single_braid)、红瞳(red_eyes)、胸部(breasts)、面部印记(facial_mark)、刘海(bangs)`,本数据集已对上述核心标签进行了剪枝处理。 本数据集的图像从多个平台爬取(如danbooru、pixiv、zerochan等),自动爬取系统由DeepGHS团队(https://github.com/deepghs)及Hugging Face官方机构(https://huggingface.co/deepghs)提供技术支持。 ## 数据集包列表 | 包名称 | 图像数量 | 总大小 | 下载链接 | 数据类型 | 说明 | |:-----------------|---------:|:----------|:-------------------------------------------------------------------------------------------------------------------|:---------------|:---------------------------------------------------------------------| | raw | 20 | 17.96 MiB | [下载](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-raw.zip) | Waifuc-Raw | 包含元信息的原始数据集,若图像短边大于1400像素则将其对齐至1400像素。 | | 800 | 20 | 11.86 MiB | [下载](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-800.zip) | IMG+TXT | 短边尺寸不超过800像素的数据集。 | | stage3-p480-800 | 36 | 19.96 MiB | [下载](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3阶段裁剪数据集,裁剪区域尺寸不小于480×480像素。 | | 1200 | 20 | 16.78 MiB | [下载](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-1200.zip) | IMG+TXT | 短边尺寸不超过1200像素的数据集。 | | stage3-p480-1200 | 36 | 27.03 MiB | [下载](https://huggingface.co/datasets/CyberHarem/tethys_fireemblem/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3阶段裁剪数据集,裁剪区域尺寸不小于480×480像素。 | ### 使用Waifuc加载原始数据集 我们提供了支持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/tethys_fireemblem', 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']) ## 标签聚类结果列表 本部分为标签聚类结果,可从中挖掘角色的不同穿搭风格。 ### 原始文本版本 | 聚类ID | 样本数量 | 示例图1 | 示例图2 | 示例图3 | 示例图4 | 示例图5 | 标签 | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------| | 0 | 20 |  |  |  |  |  | 单人女性(1girl)、单独出镜(solo)、臂饰(armlet)、腰腹露肤(midriff)、肚脐(navel)、舞者(dancer)、注视镜头(looking_at_viewer)、额头印记(forehead_mark)、微笑(smile)、露肩(bare_shoulders)、手链(bracelet)、简洁背景(simple_background)、长裤(pants)、纯白背景(white_background) | ### 表格版本 | 聚类ID | 样本数量 | 示例图1 | 示例图2 | 示例图3 | 示例图4 | 示例图5 | 1girl | solo | armlet | midriff | navel | dancer | looking_at_viewer | forehead_mark | smile | bare_shoulders | bracelet | simple_background | pants | white_background | |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:---------|:----------|:--------|:---------|:--------------------|:----------------|:--------|:-----------------|:-----------|:--------------------|:--------|:-------------------| | 0 | 20 |  |  |  |  |  | X | X | X | X | X | X | X | X | X | X | X | X | X | X |