CyberHarem/pola_kantaicollection
收藏Hugging Face2024-01-15 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/CyberHarem/pola_kantaicollection
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
task_categories:
- text-to-image
tags:
- art
- not-for-all-audiences
size_categories:
- n<1K
---
# Dataset of pola/ポーラ (Kantai Collection)
This is the dataset of pola/ポーラ (Kantai Collection), containing 500 images and their tags.
The core tags of this character are `long_hair, grey_hair, wavy_hair, brown_eyes, breasts, hair_between_eyes, hat, mini_hat, large_breasts, thick_eyebrows, tilted_headwear, bow`, 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 | 500 | 672.56 MiB | [Download](https://huggingface.co/datasets/CyberHarem/pola_kantaicollection/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
| 800 | 500 | 364.54 MiB | [Download](https://huggingface.co/datasets/CyberHarem/pola_kantaicollection/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
| stage3-p480-800 | 1204 | 788.68 MiB | [Download](https://huggingface.co/datasets/CyberHarem/pola_kantaicollection/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
| 1200 | 500 | 586.33 MiB | [Download](https://huggingface.co/datasets/CyberHarem/pola_kantaicollection/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
| stage3-p480-1200 | 1204 | 1.14 GiB | [Download](https://huggingface.co/datasets/CyberHarem/pola_kantaicollection/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/pola_kantaicollection',
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 | 7 |  |  |  |  |  | 1girl, black_gloves, solo, white_coat, pink_scarf, upper_body, long_sleeves, white_headwear, looking_at_viewer, grey_coat, official_alternate_costume, simple_background, white_background |
| 1 | 7 |  |  |  |  |  | 1girl, blush, long_sleeves, simple_background, solo, white_background, white_shirt, wine_glass, holding_cup, naked_shirt, open_shirt, sitting, cleavage, looking_at_viewer, open_mouth, smile, closed_eyes, collarbone, collared_shirt, cropped_legs, navel, one-hour_drawing_challenge, sparkle, twitter_username |
| 2 | 5 |  |  |  |  |  | 1girl, corset, long_sleeves, looking_at_viewer, red_bowtie, red_skirt, simple_background, solo, white_background, white_shirt, white_thighhighs, miniskirt, blush, open_mouth, sitting, smile |
| 3 | 13 |  |  |  |  |  | 1girl, solo, upper_body, white_shirt, corset, looking_at_viewer, red_bowtie, simple_background, long_sleeves, white_background, smile, blush, one-hour_drawing_challenge |
| 4 | 5 |  |  |  |  |  | 1girl, blush, solo, wine_glass, drunk, looking_at_viewer, open_mouth, white_thighhighs, wine_bottle, sitting, smile, areola_slip, brown_hair, convenient_censoring, miniskirt, no_panties |
| 5 | 5 |  |  |  |  |  | 1girl, blush, white_shirt, holding_cup, long_sleeves, looking_at_viewer, smile, solo, upper_body, open_mouth, simple_background, white_background, collared_shirt |
| 6 | 18 |  |  |  |  |  | 1girl, fake_animal_ears, rabbit_ears, solo, detached_collar, playboy_bunny, alternate_costume, strapless_leotard, simple_background, wrist_cuffs, cleavage, looking_at_viewer, black_pantyhose, black_leotard, red_bowtie, white_background, wine_bottle, wine_glass, rabbit_tail |
| 7 | 5 |  |  |  |  |  | 1girl, enmaided, looking_at_viewer, maid_headdress, simple_background, solo, black_dress, cowboy_shot, frilled_apron, holding, long_sleeves, white_apron, white_background, cleavage_cutout, alcohol, blush, dated, one-hour_drawing_challenge, wine_glass |
| 8 | 6 |  |  |  |  |  | 1girl, cloud, outdoors, solo, looking_at_viewer, blue_sky, cleavage, cowboy_shot, day, red_bikini, beach, navel, ocean, shirt, water |
| 9 | 8 |  |  |  |  |  | 1girl, solo, alternate_costume, looking_at_viewer, white_dress, blush, smile, cleavage, flower, bouquet, jewelry, wedding_dress |
### Table Version
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | black_gloves | solo | white_coat | pink_scarf | upper_body | long_sleeves | white_headwear | looking_at_viewer | grey_coat | official_alternate_costume | simple_background | white_background | blush | white_shirt | wine_glass | holding_cup | naked_shirt | open_shirt | sitting | cleavage | open_mouth | smile | closed_eyes | collarbone | collared_shirt | cropped_legs | navel | one-hour_drawing_challenge | sparkle | twitter_username | corset | red_bowtie | red_skirt | white_thighhighs | miniskirt | drunk | wine_bottle | areola_slip | brown_hair | convenient_censoring | no_panties | fake_animal_ears | rabbit_ears | detached_collar | playboy_bunny | alternate_costume | strapless_leotard | wrist_cuffs | black_pantyhose | black_leotard | rabbit_tail | enmaided | maid_headdress | black_dress | cowboy_shot | frilled_apron | holding | white_apron | cleavage_cutout | alcohol | dated | cloud | outdoors | blue_sky | day | red_bikini | beach | ocean | shirt | water | white_dress | flower | bouquet | jewelry | wedding_dress |
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------|:-------|:-------------|:-------------|:-------------|:---------------|:-----------------|:--------------------|:------------|:-----------------------------|:--------------------|:-------------------|:--------|:--------------|:-------------|:--------------|:--------------|:-------------|:----------|:-----------|:-------------|:--------|:--------------|:-------------|:-----------------|:---------------|:--------|:-----------------------------|:----------|:-------------------|:---------|:-------------|:------------|:-------------------|:------------|:--------|:--------------|:--------------|:-------------|:-----------------------|:-------------|:-------------------|:--------------|:------------------|:----------------|:--------------------|:--------------------|:--------------|:------------------|:----------------|:--------------|:-----------|:-----------------|:--------------|:--------------|:----------------|:----------|:--------------|:------------------|:----------|:--------|:--------|:-----------|:-----------|:------|:-------------|:--------|:--------|:--------|:--------|:--------------|:---------|:----------|:----------|:----------------|
| 0 | 7 |  |  |  |  |  | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 1 | 7 |  |  |  |  |  | X | | X | | | | X | | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 2 | 5 |  |  |  |  |  | X | | X | | | | X | | X | | | X | X | X | X | | | | | X | | X | X | | | | | | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 3 | 13 |  |  |  |  |  | X | | X | | | X | X | | X | | | X | X | X | X | | | | | | | | X | | | | | | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 4 | 5 |  |  |  |  |  | X | | X | | | | | | X | | | | | X | | X | | | | X | | X | X | | | | | | | | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 5 | 5 |  |  |  |  |  | X | | X | | | X | X | | X | | | X | X | X | X | | X | | | | | X | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| 6 | 18 |  |  |  |  |  | X | | X | | | | | | X | | | X | X | | | X | | | | | X | | | | | | | | | | | | X | | | | | X | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | |
| 7 | 5 |  |  |  |  |  | X | | X | | | | X | | X | | | X | X | X | | X | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | |
| 8 | 6 |  |  |  |  |  | X | | X | | | | | | X | | | | | | | | | | | | X | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | X | X | X | X | X | X | X | X | X | | | | | |
| 9 | 8 |  |  |  |  |  | X | | X | | | | | | X | | | | | X | | | | | | | X | | X | | | | | | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X |
提供机构:
CyberHarem
原始信息汇总
数据集概述
数据集名称
Dataset of pola/ポーラ (Kantai Collection)
数据集描述
该数据集包含500张图像及其标签,主题为pola/ポーラ(舰队Collection)。
核心标签
数据集中的核心标签包括:long_hair, grey_hair, wavy_hair, brown_eyes, breasts, hair_between_eyes, hat, mini_hat, large_breasts, thick_eyebrows, tilted_headwear, bow。
数据来源
图像从多个网站爬取,如danbooru、pixiv、zerochan等。
数据集包列表
| 名称 | 图像数量 | 大小 | 类型 | 描述 |
|---|---|---|---|---|
| raw | 500 | 672.56 MiB | Waifuc-Raw | 包含元信息的原始数据(最小边对齐到1400像素,如果更大)。 |
| 800 | 500 | 364.54 MiB | IMG+TXT | 短边不超过800像素的数据集。 |
| stage3-p480-800 | 1204 | 788.68 MiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素。 |
| 1200 | 500 | 586.33 MiB | IMG+TXT | 短边不超过1200像素的数据集。 |
| stage3-p480-1200 | 1204 | 1.14 GiB | IMG+TXT | 3阶段裁剪数据集,区域不小于480x480像素。 |
标签聚类结果
原始文本版本
| # | 样本数量 | 图像示例 | 标签 |
|---|---|---|---|
| 0 | 7 | ![]() |
1girl, black_gloves, solo, white_coat, pink_scarf, upper_body, long_sleeves, white_headwear, looking_at_viewer, grey_coat, official_alternate_costume, simple_background, white_background |
| 1 | 7 | ![]() |
1girl, blush, long_sleeves, simple_background, solo, white_background, white_shirt, wine_glass, holding_cup, naked_shirt, open_shirt, sitting, cleavage, looking_at_viewer, open_mouth, smile, closed_eyes, collarbone, collared_shirt, cropped_legs, navel, one-hour_drawing_challenge, sparkle, twitter_username |
| 2 | 5 | ![]() |
1girl, corset, long_sleeves, looking_at_viewer, red_bowtie, red_skirt, simple_background, solo, white_background, white_shirt, white_thighhighs, miniskirt, blush, open_mouth, sitting, smile |
| 3 | 13 | ![]() |
1girl, solo, upper_body, white_shirt, corset, looking_at_viewer, red_bowtie, simple_background, long_sleeves, white_background, smile, blush, one-hour_drawing_challenge |
| 4 | 5 | ![]() |
1girl, blush, solo, wine_glass, drunk, looking_at_viewer, open_mouth, white_thighhighs, wine_bottle, sitting, smile, areola_slip, brown_hair, convenient_censoring, miniskirt, no_panties |
| 5 | 5 | ![]() |
1girl, blush, white_shirt, holding_cup, long_sleeves, looking_at_viewer, smile, solo, upper_body, open_mouth, simple_background, white_background, collared_shirt |
| 6 | 18 | ![]() |
1girl, fake_animal_ears, rabbit_ears, solo, detached_collar, playboy_bunny, alternate_costume, strapless_leotard, simple_background, wrist_cuffs, cleavage, looking_at_viewer, black_pantyhose, black_leotard, red_bowtie, white_background, wine_bottle, wine_glass, rabbit_tail |
| 7 | 5 | ![]() |
1girl, enmaided, looking_at_viewer, maid_headdress, simple_background, solo, black_dress, cowboy_shot, frilled_apron, holding, long_sleeves, white_apron, white_background, cleavage_cutout, alcohol, blush, dated, one-hour_drawing_challenge, wine_glass |
| 8 | 6 | ![]() |
1girl, cloud, outdoors, solo, looking_at_viewer, blue_sky, cleavage, cowboy_shot, day, red_bikini, beach, navel, ocean, shirt, water |
| 9 | 8 | ![]() |
1girl, solo, alternate_costume, looking_at_viewer, white_dress, blush, smile, cleavage, flower, bouquet, jewelry, wedding_dress |
表格版本
| # | 样本数量 | 图像示例 | 1girl | black_gloves | solo | white_coat | pink_scarf | upper_body | long_sleeves | white_headwear | looking_at_viewer | grey_coat | official_alternate_costume | simple_background | white_background | blush | white_shirt | wine_glass | holding_cup | naked_shirt | open_shirt | sitting | cleavage | open_mouth | smile | closed_eyes | collarbone | collared_shirt | cropped_legs | navel | one-hour_drawing_challenge | sparkle | twitter_username | corset | red_bowtie | red_skirt | white_thighhighs | miniskirt | drunk | wine_bottle | areola_slip | brown_hair | convenient_censoring | no_panties | fake_animal_ears | rabbit_ears | detached_collar | playboy_bunny | alternate_costume | strapless_leotard | wrist_cuffs | black_pantyhose | black_leotard | rabbit_tail | enmaided | maid_headdress | black_dress | cowboy_shot | frilled_apron | holding | white_apron | cleavage_cutout | alcohol | dated | cloud | outdoors | blue_sky | day | red_bikini | beach | ocean | shirt | water | white_dress | flower | bouquet | jewelry | wedding_dress |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 7 | ![]() |
X | X | X | X | X | X | X | X | X | X | X | X | X |
搜集汇总
数据集介绍

以上内容由遇见数据集搜集并总结生成













