File size: 32,481 Bytes
c7d6903
 
 
 
 
 
 
 
 
 
 
089ecbb
c7d6903
089ecbb
 
 
c7d6903
 
 
089ecbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c7d6903
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
license: mit
task_categories:
- text-to-image
tags:
- art
- not-for-all-audiences
size_categories:
- n<1K
---

# Dataset of tennouji_rina/天王寺璃奈/텐노지리나 (Love Live! School Idol Festival ALL STARS)

This is the dataset of tennouji_rina/天王寺璃奈/텐노지리나 (Love Live! School Idol Festival ALL STARS), containing 500 images and their tags.

The core tags of this character are `pink_hair, bangs, ahoge, blunt_bangs, yellow_eyes, short_hair`, 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 | 735.28 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tennouji_rina_loveliveschoolidolfestivalallstars/resolve/main/dataset-raw.zip)              | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
| 800              |      500 | 360.60 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tennouji_rina_loveliveschoolidolfestivalallstars/resolve/main/dataset-800.zip)              | IMG+TXT    | dataset with the shorter side not exceeding 800 pixels.              |
| stage3-p480-800  |     1240 | 805.11 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tennouji_rina_loveliveschoolidolfestivalallstars/resolve/main/dataset-stage3-p480-800.zip)  | IMG+TXT    | 3-stage cropped dataset with the area not less than 480x480 pixels.  |
| 1200             |      500 | 622.34 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tennouji_rina_loveliveschoolidolfestivalallstars/resolve/main/dataset-1200.zip)             | IMG+TXT    | dataset with the shorter side not exceeding 1200 pixels.             |
| stage3-p480-1200 |     1240 | 1.25 GiB   | [Download](https://huggingface.co/datasets/CyberHarem/tennouji_rina_loveliveschoolidolfestivalallstars/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/tennouji_rina_loveliveschoolidolfestivalallstars',
    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 |        10 | ![](samples/0/clu0-sample0.png)   | ![](samples/0/clu0-sample1.png)   | ![](samples/0/clu0-sample2.png)   | ![](samples/0/clu0-sample3.png)   | ![](samples/0/clu0-sample4.png)   | 1girl, blue_jacket, long_sleeves, looking_at_viewer, nijigasaki_academy_school_uniform, solo, blush, plaid_skirt, white_background, white_shirt, blue_hoodie, blunt_ends, holding, pleated_skirt, simple_background, sketchbook, black_thighhighs, sleeves_past_fingers, hooded_jacket, yellow_ribbon, zettai_ryouiki, blue_skirt                   |
|   1 |        16 | ![](samples/1/clu1-sample0.png)   | ![](samples/1/clu1-sample1.png)   | ![](samples/1/clu1-sample2.png)   | ![](samples/1/clu1-sample3.png)   | ![](samples/1/clu1-sample4.png)   | 1girl, looking_at_viewer, solo, white_background, blush, long_sleeves, holding, nijigasaki_academy_school_uniform, sketchbook, sleeves_past_fingers, upper_body, white_shirt, simple_background, drawing, yellow_ribbon, blue_jacket, blue_hoodie, blunt_ends, medium_hair, smile                                                                   |
|   2 |         8 | ![](samples/2/clu2-sample0.png)   | ![](samples/2/clu2-sample1.png)   | ![](samples/2/clu2-sample2.png)   | ![](samples/2/clu2-sample3.png)   | ![](samples/2/clu2-sample4.png)   | 1girl, blunt_ends, blush, looking_at_viewer, sidelocks, solo, smile, upper_body, birthday, long_sleeves, medium_hair, holding, wings                                                                                                                                                                                                                |
|   3 |         9 | ![](samples/3/clu3-sample0.png)   | ![](samples/3/clu3-sample1.png)   | ![](samples/3/clu3-sample2.png)   | ![](samples/3/clu3-sample3.png)   | ![](samples/3/clu3-sample4.png)   | 1girl, solo, cat_ear_headphones, long_sleeves, wings, jacket, looking_at_viewer, blunt_ends, blush, screen, sidelocks, upper_body                                                                                                                                                                                                                   |
|   4 |         6 | ![](samples/4/clu4-sample0.png)   | ![](samples/4/clu4-sample1.png)   | ![](samples/4/clu4-sample2.png)   | ![](samples/4/clu4-sample3.png)   | ![](samples/4/clu4-sample4.png)   | 1girl, cat_ear_headphones, long_sleeves, screen, solo, blunt_ends, cat_print, grey_shorts, cat_ears, >_<, wings                                                                                                                                                                                                                                     |
|   5 |        10 | ![](samples/5/clu5-sample0.png)   | ![](samples/5/clu5-sample1.png)   | ![](samples/5/clu5-sample2.png)   | ![](samples/5/clu5-sample3.png)   | ![](samples/5/clu5-sample4.png)   | 1girl, skirt, solo, blunt_ends, cat_ear_headphones, fingerless_gloves, blush, detached_sleeves, looking_at_viewer, black_thighhighs, black_gloves, screen, shirt, breasts, smile                                                                                                                                                                    |
|   6 |        10 | ![](samples/6/clu6-sample0.png)   | ![](samples/6/clu6-sample1.png)   | ![](samples/6/clu6-sample2.png)   | ![](samples/6/clu6-sample3.png)   | ![](samples/6/clu6-sample4.png)   | 1girl, solo, cat_ear_headphones, sailor_collar, striped_thighhighs, arm_warmers, cat_ears, collarbone, midriff, plaid, white_skirt, >_<, cat_tail, detached_sleeves, navel, pink_neckerchief, screen, white_shirt, belt, feet_out_of_frame, puffy_short_sleeves, white_background, blunt_ends, frills, necktie, simple_background, smile            |
|   7 |         7 | ![](samples/7/clu7-sample0.png)   | ![](samples/7/clu7-sample1.png)   | ![](samples/7/clu7-sample2.png)   | ![](samples/7/clu7-sample3.png)   | ![](samples/7/clu7-sample4.png)   | 1girl, looking_at_viewer, simple_background, solo, white_background, blush, collarbone, upper_body, blunt_ends, medium_breasts, white_shirt, cleavage, small_breasts                                                                                                                                                                                |
|   8 |        10 | ![](samples/8/clu8-sample0.png)   | ![](samples/8/clu8-sample1.png)   | ![](samples/8/clu8-sample2.png)   | ![](samples/8/clu8-sample3.png)   | ![](samples/8/clu8-sample4.png)   | 1girl, double_bun, fingerless_gloves, solo, elbow_gloves, looking_at_viewer, blush, dress, sidelocks, sleeveless, bare_shoulders, birthday, black_gloves, nail_polish, smile, blue_gloves, heart_hands, thighhighs, upper_body                                                                                                                      |
|   9 |        10 | ![](samples/9/clu9-sample0.png)   | ![](samples/9/clu9-sample1.png)   | ![](samples/9/clu9-sample2.png)   | ![](samples/9/clu9-sample3.png)   | ![](samples/9/clu9-sample4.png)   | 1girl, solo, twintails, gradient_hair, looking_at_viewer, skirt, blue_hair, choker, official_alternate_costume, polka_dot_legwear, purple_thighhighs, sleeves_past_fingers, blush, frills, hair_bobbles, long_sleeves, collarbone, goggles_around_neck, open_clothes, sitting, smile, white_background, midriff, navel, star_(symbol), white_jacket |
|  10 |         8 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | 1girl, looking_at_viewer, solo, blunt_ends, blush, collarbone, navel, outdoors, blue_sky, day, ocean, small_breasts, beach, bikini_skirt, cloud, frilled_bikini, sidelocks, water, jewelry, medium_hair, sand, white_bikini                                                                                                                         |

### Table Version

|   # |   Samples | Img-1                             | Img-2                             | Img-3                             | Img-4                             | Img-5                             | 1girl   | blue_jacket   | long_sleeves   | looking_at_viewer   | nijigasaki_academy_school_uniform   | solo   | blush   | plaid_skirt   | white_background   | white_shirt   | blue_hoodie   | blunt_ends   | holding   | pleated_skirt   | simple_background   | sketchbook   | black_thighhighs   | sleeves_past_fingers   | hooded_jacket   | yellow_ribbon   | zettai_ryouiki   | blue_skirt   | upper_body   | drawing   | medium_hair   | smile   | sidelocks   | birthday   | wings   | cat_ear_headphones   | jacket   | screen   | cat_print   | grey_shorts   | cat_ears   | >_<   | skirt   | fingerless_gloves   | detached_sleeves   | black_gloves   | shirt   | breasts   | sailor_collar   | striped_thighhighs   | arm_warmers   | collarbone   | midriff   | plaid   | white_skirt   | cat_tail   | navel   | pink_neckerchief   | belt   | feet_out_of_frame   | puffy_short_sleeves   | frills   | necktie   | medium_breasts   | cleavage   | small_breasts   | double_bun   | elbow_gloves   | dress   | sleeveless   | bare_shoulders   | nail_polish   | blue_gloves   | heart_hands   | thighhighs   | twintails   | gradient_hair   | blue_hair   | choker   | official_alternate_costume   | polka_dot_legwear   | purple_thighhighs   | hair_bobbles   | goggles_around_neck   | open_clothes   | sitting   | star_(symbol)   | white_jacket   | outdoors   | blue_sky   | day   | ocean   | beach   | bikini_skirt   | cloud   | frilled_bikini   | water   | jewelry   | sand   | white_bikini   |
|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:--------------|:---------------|:--------------------|:------------------------------------|:-------|:--------|:--------------|:-------------------|:--------------|:--------------|:-------------|:----------|:----------------|:--------------------|:-------------|:-------------------|:-----------------------|:----------------|:----------------|:-----------------|:-------------|:-------------|:----------|:--------------|:--------|:------------|:-----------|:--------|:---------------------|:---------|:---------|:------------|:--------------|:-----------|:------|:--------|:--------------------|:-------------------|:---------------|:--------|:----------|:----------------|:---------------------|:--------------|:-------------|:----------|:--------|:--------------|:-----------|:--------|:-------------------|:-------|:--------------------|:----------------------|:---------|:----------|:-----------------|:-----------|:----------------|:-------------|:---------------|:--------|:-------------|:-----------------|:--------------|:--------------|:--------------|:-------------|:------------|:----------------|:------------|:---------|:-----------------------------|:--------------------|:--------------------|:---------------|:----------------------|:---------------|:----------|:----------------|:---------------|:-----------|:-----------|:------|:--------|:--------|:---------------|:--------|:-----------------|:--------|:----------|:-------|:---------------|
|   0 |        10 | ![](samples/0/clu0-sample0.png)   | ![](samples/0/clu0-sample1.png)   | ![](samples/0/clu0-sample2.png)   | ![](samples/0/clu0-sample3.png)   | ![](samples/0/clu0-sample4.png)   | X       | X             | X              | X                   | X                                   | X      | X       | X             | X                  | X             | X             | X            | X         | X               | X                   | X            | X                  | X                      | X               | X               | X                | X            |              |           |               |         |             |            |         |                      |          |          |             |               |            |       |         |                     |                    |                |         |           |                 |                      |               |              |           |         |               |            |         |                    |        |                     |                       |          |           |                  |            |                 |              |                |         |              |                  |               |               |               |              |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                |            |            |       |         |         |                |         |                  |         |           |        |                |
|   1 |        16 | ![](samples/1/clu1-sample0.png)   | ![](samples/1/clu1-sample1.png)   | ![](samples/1/clu1-sample2.png)   | ![](samples/1/clu1-sample3.png)   | ![](samples/1/clu1-sample4.png)   | X       | X             | X              | X                   | X                                   | X      | X       |               | X                  | X             | X             | X            | X         |                 | X                   | X            |                    | X                      |                 | X               |                  |              | X            | X         | X             | X       |             |            |         |                      |          |          |             |               |            |       |         |                     |                    |                |         |           |                 |                      |               |              |           |         |               |            |         |                    |        |                     |                       |          |           |                  |            |                 |              |                |         |              |                  |               |               |               |              |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                |            |            |       |         |         |                |         |                  |         |           |        |                |
|   2 |         8 | ![](samples/2/clu2-sample0.png)   | ![](samples/2/clu2-sample1.png)   | ![](samples/2/clu2-sample2.png)   | ![](samples/2/clu2-sample3.png)   | ![](samples/2/clu2-sample4.png)   | X       |               | X              | X                   |                                     | X      | X       |               |                    |               |               | X            | X         |                 |                     |              |                    |                        |                 |                 |                  |              | X            |           | X             | X       | X           | X          | X       |                      |          |          |             |               |            |       |         |                     |                    |                |         |           |                 |                      |               |              |           |         |               |            |         |                    |        |                     |                       |          |           |                  |            |                 |              |                |         |              |                  |               |               |               |              |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                |            |            |       |         |         |                |         |                  |         |           |        |                |
|   3 |         9 | ![](samples/3/clu3-sample0.png)   | ![](samples/3/clu3-sample1.png)   | ![](samples/3/clu3-sample2.png)   | ![](samples/3/clu3-sample3.png)   | ![](samples/3/clu3-sample4.png)   | X       |               | X              | X                   |                                     | X      | X       |               |                    |               |               | X            |           |                 |                     |              |                    |                        |                 |                 |                  |              | X            |           |               |         | X           |            | X       | X                    | X        | X        |             |               |            |       |         |                     |                    |                |         |           |                 |                      |               |              |           |         |               |            |         |                    |        |                     |                       |          |           |                  |            |                 |              |                |         |              |                  |               |               |               |              |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                |            |            |       |         |         |                |         |                  |         |           |        |                |
|   4 |         6 | ![](samples/4/clu4-sample0.png)   | ![](samples/4/clu4-sample1.png)   | ![](samples/4/clu4-sample2.png)   | ![](samples/4/clu4-sample3.png)   | ![](samples/4/clu4-sample4.png)   | X       |               | X              |                     |                                     | X      |         |               |                    |               |               | X            |           |                 |                     |              |                    |                        |                 |                 |                  |              |              |           |               |         |             |            | X       | X                    |          | X        | X           | X             | X          | X     |         |                     |                    |                |         |           |                 |                      |               |              |           |         |               |            |         |                    |        |                     |                       |          |           |                  |            |                 |              |                |         |              |                  |               |               |               |              |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                |            |            |       |         |         |                |         |                  |         |           |        |                |
|   5 |        10 | ![](samples/5/clu5-sample0.png)   | ![](samples/5/clu5-sample1.png)   | ![](samples/5/clu5-sample2.png)   | ![](samples/5/clu5-sample3.png)   | ![](samples/5/clu5-sample4.png)   | X       |               |                | X                   |                                     | X      | X       |               |                    |               |               | X            |           |                 |                     |              | X                  |                        |                 |                 |                  |              |              |           |               | X       |             |            |         | X                    |          | X        |             |               |            |       | X       | X                   | X                  | X              | X       | X         |                 |                      |               |              |           |         |               |            |         |                    |        |                     |                       |          |           |                  |            |                 |              |                |         |              |                  |               |               |               |              |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                |            |            |       |         |         |                |         |                  |         |           |        |                |
|   6 |        10 | ![](samples/6/clu6-sample0.png)   | ![](samples/6/clu6-sample1.png)   | ![](samples/6/clu6-sample2.png)   | ![](samples/6/clu6-sample3.png)   | ![](samples/6/clu6-sample4.png)   | X       |               |                |                     |                                     | X      |         |               | X                  | X             |               | X            |           |                 | X                   |              |                    |                        |                 |                 |                  |              |              |           |               | X       |             |            |         | X                    |          | X        |             |               | X          | X     |         |                     | X                  |                |         |           | X               | X                    | X             | X            | X         | X       | X             | X          | X       | X                  | X      | X                   | X                     | X        | X         |                  |            |                 |              |                |         |              |                  |               |               |               |              |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                |            |            |       |         |         |                |         |                  |         |           |        |                |
|   7 |         7 | ![](samples/7/clu7-sample0.png)   | ![](samples/7/clu7-sample1.png)   | ![](samples/7/clu7-sample2.png)   | ![](samples/7/clu7-sample3.png)   | ![](samples/7/clu7-sample4.png)   | X       |               |                | X                   |                                     | X      | X       |               | X                  | X             |               | X            |           |                 | X                   |              |                    |                        |                 |                 |                  |              | X            |           |               |         |             |            |         |                      |          |          |             |               |            |       |         |                     |                    |                |         |           |                 |                      |               | X            |           |         |               |            |         |                    |        |                     |                       |          |           | X                | X          | X               |              |                |         |              |                  |               |               |               |              |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                |            |            |       |         |         |                |         |                  |         |           |        |                |
|   8 |        10 | ![](samples/8/clu8-sample0.png)   | ![](samples/8/clu8-sample1.png)   | ![](samples/8/clu8-sample2.png)   | ![](samples/8/clu8-sample3.png)   | ![](samples/8/clu8-sample4.png)   | X       |               |                | X                   |                                     | X      | X       |               |                    |               |               |              |           |                 |                     |              |                    |                        |                 |                 |                  |              | X            |           |               | X       | X           | X          |         |                      |          |          |             |               |            |       |         | X                   |                    | X              |         |           |                 |                      |               |              |           |         |               |            |         |                    |        |                     |                       |          |           |                  |            |                 | X            | X              | X       | X            | X                | X             | X             | X             | X            |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                |            |            |       |         |         |                |         |                  |         |           |        |                |
|   9 |        10 | ![](samples/9/clu9-sample0.png)   | ![](samples/9/clu9-sample1.png)   | ![](samples/9/clu9-sample2.png)   | ![](samples/9/clu9-sample3.png)   | ![](samples/9/clu9-sample4.png)   | X       |               | X              | X                   |                                     | X      | X       |               | X                  |               |               |              |           |                 |                     |              |                    | X                      |                 |                 |                  |              |              |           |               | X       |             |            |         |                      |          |          |             |               |            |       | X       |                     |                    |                |         |           |                 |                      |               | X            | X         |         |               |            | X       |                    |        |                     |                       | X        |           |                  |            |                 |              |                |         |              |                  |               |               |               |              | X           | X               | X           | X        | X                            | X                   | X                   | X              | X                     | X              | X         | X               | X              |            |            |       |         |         |                |         |                  |         |           |        |                |
|  10 |         8 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | X       |               |                | X                   |                                     | X      | X       |               |                    |               |               | X            |           |                 |                     |              |                    |                        |                 |                 |                  |              |              |           | X             |         | X           |            |         |                      |          |          |             |               |            |       |         |                     |                    |                |         |           |                 |                      |               | X            |           |         |               |            | X       |                    |        |                     |                       |          |           |                  |            | X               |              |                |         |              |                  |               |               |               |              |             |                 |             |          |                              |                     |                     |                |                       |                |           |                 |                | X          | X          | X     | X       | X       | X              | X       | X                | X       | X         | X      | X              |