Datasets:

Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
File size: 56,406 Bytes
058bd32
 
 
 
 
 
1ffed80
058bd32
 
 
 
3f9b680
058bd32
3f9b680
 
 
058bd32
 
 
3f9b680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
058bd32
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
97
98
99
100
101
102
103
104
105
106
107
108
---
license: mit
task_categories:
- text-to-image
tags:
- art
- not-for-all-audiences
size_categories:
- n<1K
---

# Dataset of nero_claudius_bride/ネロ・クラウディウス〔ブライド〕/尼禄·克劳狄乌斯〔新娘〕 (Fate/Grand Order)

This is the dataset of nero_claudius_bride/ネロ・クラウディウス〔ブライド〕/尼禄·克劳狄乌斯〔新娘〕 (Fate/Grand Order), containing 500 images and their tags.

The core tags of this character are `blonde_hair, ahoge, green_eyes, breasts, hair_intakes, bangs, large_breasts, long_hair, hair_between_eyes, braid`, 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 | 799.44 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nero_claudius_bride_fgo/resolve/main/dataset-raw.zip)              | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
| 800              |      500 | 464.97 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nero_claudius_bride_fgo/resolve/main/dataset-800.zip)              | IMG+TXT    | dataset with the shorter side not exceeding 800 pixels.              |
| stage3-p480-800  |     1284 | 967.82 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nero_claudius_bride_fgo/resolve/main/dataset-stage3-p480-800.zip)  | IMG+TXT    | 3-stage cropped dataset with the area not less than 480x480 pixels.  |
| 1200             |      500 | 709.88 MiB | [Download](https://huggingface.co/datasets/CyberHarem/nero_claudius_bride_fgo/resolve/main/dataset-1200.zip)             | IMG+TXT    | dataset with the shorter side not exceeding 1200 pixels.             |
| stage3-p480-1200 |     1284 | 1.30 GiB   | [Download](https://huggingface.co/datasets/CyberHarem/nero_claudius_bride_fgo/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/nero_claudius_bride_fgo',
    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 |        16 | ![](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, bare_shoulders, chain, cleavage, detached_collar, padlock, solo, white_leotard, white_sleeves, bridal_veil, looking_at_viewer, strapless_leotard, white_thighhighs, blush, full-length_zipper, head_wreath, smile, wide_sleeves, zipper_pull_tab, puffy_detached_sleeves, sidelocks, white_gloves, cowboy_shot, garter_straps, highleg_leotard, loose_belt, buckle, closed_mouth, petals, short_hair, showgirl_skirt, white_background, long_sleeves, simple_background, standing, white_flower, sword, aestus_estus, flower_wreath, hair_flower, thighs, armpits, thigh_gap |
|   1 |         5 | ![](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, bare_shoulders, bridal_veil, chain, cleavage, detached_sleeves, head_wreath, looking_at_viewer, open_mouth, padlock, smile, solo, blush, detached_collar, full-length_zipper, highleg_leotard, thighhighs, white_gloves, white_leotard, white_sleeves, zipper_pull_tab, petals, puffy_sleeves, thighs, wide_sleeves, flower_wreath, loose_belt, white_background                                                                                                                                                                                                             |
|   2 |         6 | ![](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, cleavage, head_wreath, solo, white_gloves, white_leotard, white_sleeves, blush, bridal_veil, chain, detached_sleeves, looking_at_viewer, padlock, petals, smile, white_thighhighs, bare_shoulders, puffy_sleeves, wide_sleeves, full-length_zipper, loose_belt                                                                                                                                                                                                                                                                                                               |
|   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, detached_sleeves, solo, bare_shoulders, bridal_veil, chain, cleavage, looking_at_viewer, padlock, white_gloves, white_sleeves, zipper, smile, sword, belt, flower, white_thighhighs, short_hair, white_leotard                                                                                                                                                                                                                                                                                                                                                               |
|   4 |         7 | ![](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, aestus_estus, chain, looking_at_viewer, padlock, solo, belt, bridal_veil, medium_breasts, white_bodysuit, white_gloves, zipper, flower, smile, holding_sword, closed_mouth, cowboy_shot                                                                                                                                                                                                                                                                                                                                                                                      |
|   5 |         5 | ![](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, gloves, medium_breasts, padlock, solo, veil, white_bodysuit, belt, chain, flower, cleavage, center_opening, zipper                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
|   6 |        33 | ![](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, epaulettes, aestus_estus, cleavage, medium_breasts, hair_ribbon, red_dress, see-through, petals, holding_sword, smile, looking_at_viewer                                                                                                                                                                                                                                                                                                                                                                                                                               |
|   7 |        10 | ![](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, closed_mouth, epaulettes, hair_ribbon, red_dress, single_hair_bun, solo, aestus_estus, holding_sword, juliet_sleeves, looking_at_viewer, red_ribbon, smile, medium_breasts, simple_background, white_background, wide_sleeves, ass, blush, short_hair, sidelocks, back_cutout, butt_crack, cleavage, see-through, standing                                                                                                                                                                                                                                                   |
|   8 |         5 | ![](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, juliet_sleeves, looking_at_viewer, red_rose, smile, solo, blush, cleavage, closed_mouth, epaulettes, red_dress, rose_petals, sidelocks, single_hair_bun, collarbone, hair_ribbon, holding_flower, medium_breasts, red_ribbon, simple_background, white_background                                                                                                                                                                                                                                                                                                            |
|   9 |         6 | ![](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, bare_shoulders, looking_at_viewer, official_alternate_costume, smile, solo, blush, cleavage, closed_mouth, collarbone, hair_ribbon, single_hair_bun, french_braid, medium_breasts, red_dress, red_ribbon, bow, hair_flower, red_flower, simple_background                                                                                                                                                                                                                                                                                                                    |
|  10 |         9 | ![](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, closed_mouth, criss-cross_halter, looking_at_viewer, red_bikini, simple_background, solo, striped_bikini, white_background, cleavage, smile, blush, navel, side-tie_bikini_bottom, twintails, bare_shoulders, earrings, sling_bikini_top                                                                                                                                                                                                                                                                                                                                     |
|  11 |         7 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | 1girl, bare_shoulders, cleavage, criss-cross_halter, looking_at_viewer, red_bikini, side-tie_bikini_bottom, simple_background, smile, solo, striped_bikini, blush, earrings, navel, open_mouth, thighs, twintails, white_background, bead_bracelet, sling_bikini_top, armpits, arms_up, collarbone                                                                                                                                                                                                                                                                                  |
|  12 |         8 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | 1girl, aestus_estus, criss-cross_halter, looking_at_viewer, red_bikini, side-tie_bikini_bottom, solo, striped_bikini, cleavage, earrings, holding_sword, navel, :d, bracelet, open_mouth, twintails, water, blush, closed_mouth, petals                                                                                                                                                                                                                                                                                                                                             |
|  13 |         9 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ![](samples/13/clu13-sample3.png) | ![](samples/13/clu13-sample4.png) | 1girl, blue_sky, cleavage, criss-cross_halter, day, navel, outdoors, red_bikini, smile, solo, striped_bikini, blush, looking_at_viewer, ocean, side-tie_bikini_bottom, twintails, bare_shoulders, beach, closed_mouth, sling_bikini_top, bead_bracelet, cloud, collarbone, earrings, aestus_estus, sword                                                                                                                                                                                                                                                                            |
|  14 |         9 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-sample4.png) | 1girl, bare_shoulders, bead_bracelet, blue_sky, cleavage, criss-cross_halter, day, looking_at_viewer, red_bikini, side-tie_bikini_bottom, smile, solo, striped_bikini, earrings, gown, navel, outdoors, sling_bikini_top, hair_ribbon, ocean, open_mouth, blush, thighs, collarbone                                                                                                                                                                                                                                                                                                 |
|  15 |         5 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | ![](samples/15/clu15-sample3.png) | ![](samples/15/clu15-sample4.png) | 1girl, bare_shoulders, cleavage, looking_at_viewer, navel, red_panties, smile, solo, underwear_only, collarbone, hair_ribbon, bow, closed_mouth, hair_flower, lace-trimmed_bra, lace-trimmed_panties, lingerie, official_alternate_costume, on_back, plaid_bra, plaid_panties, red_bra, short_hair, arm_up, armpits, babydoll, bed_sheet, blush, bridal_garter, dakimakura_(medium), frills, medium_breasts, pillow, red_rose, rose_petals, thigh_gap, thighhighs                                                                                                                   |
|  16 |        27 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | ![](samples/16/clu16-sample3.png) | ![](samples/16/clu16-sample4.png) | 1girl, gym_uniform, looking_at_viewer, short_sleeves, solo, official_alternate_costume, blush, red_buruma, white_shirt, gym_shirt, thighs, french_braid, single_hair_bun, smile, name_tag, open_mouth, red_headband, simple_background, white_background, sidelocks                                                                                                                                                                                                                                                                                                                 |

### Table Version

|   # |   Samples | Img-1                             | Img-2                             | Img-3                             | Img-4                             | Img-5                             | 1girl   | bare_shoulders   | chain   | cleavage   | detached_collar   | padlock   | solo   | white_leotard   | white_sleeves   | bridal_veil   | looking_at_viewer   | strapless_leotard   | white_thighhighs   | blush   | full-length_zipper   | head_wreath   | smile   | wide_sleeves   | zipper_pull_tab   | puffy_detached_sleeves   | sidelocks   | white_gloves   | cowboy_shot   | garter_straps   | highleg_leotard   | loose_belt   | buckle   | closed_mouth   | petals   | short_hair   | showgirl_skirt   | white_background   | long_sleeves   | simple_background   | standing   | white_flower   | sword   | aestus_estus   | flower_wreath   | hair_flower   | thighs   | armpits   | thigh_gap   | detached_sleeves   | open_mouth   | thighhighs   | puffy_sleeves   | zipper   | belt   | flower   | medium_breasts   | white_bodysuit   | holding_sword   | gloves   | veil   | center_opening   | epaulettes   | hair_ribbon   | red_dress   | see-through   | single_hair_bun   | juliet_sleeves   | red_ribbon   | ass   | back_cutout   | butt_crack   | red_rose   | rose_petals   | collarbone   | holding_flower   | official_alternate_costume   | french_braid   | bow   | red_flower   | criss-cross_halter   | red_bikini   | striped_bikini   | navel   | side-tie_bikini_bottom   | twintails   | earrings   | sling_bikini_top   | bead_bracelet   | arms_up   | :d   | bracelet   | water   | blue_sky   | day   | outdoors   | ocean   | beach   | cloud   | gown   | red_panties   | underwear_only   | lace-trimmed_bra   | lace-trimmed_panties   | lingerie   | on_back   | plaid_bra   | plaid_panties   | red_bra   | arm_up   | babydoll   | bed_sheet   | bridal_garter   | dakimakura_(medium)   | frills   | pillow   | gym_uniform   | short_sleeves   | red_buruma   | white_shirt   | gym_shirt   | name_tag   | red_headband   |
|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:-----------------|:--------|:-----------|:------------------|:----------|:-------|:----------------|:----------------|:--------------|:--------------------|:--------------------|:-------------------|:--------|:---------------------|:--------------|:--------|:---------------|:------------------|:-------------------------|:------------|:---------------|:--------------|:----------------|:------------------|:-------------|:---------|:---------------|:---------|:-------------|:-----------------|:-------------------|:---------------|:--------------------|:-----------|:---------------|:--------|:---------------|:----------------|:--------------|:---------|:----------|:------------|:-------------------|:-------------|:-------------|:----------------|:---------|:-------|:---------|:-----------------|:-----------------|:----------------|:---------|:-------|:-----------------|:-------------|:--------------|:------------|:--------------|:------------------|:-----------------|:-------------|:------|:--------------|:-------------|:-----------|:--------------|:-------------|:-----------------|:-----------------------------|:---------------|:------|:-------------|:---------------------|:-------------|:-----------------|:--------|:-------------------------|:------------|:-----------|:-------------------|:----------------|:----------|:-----|:-----------|:--------|:-----------|:------|:-----------|:--------|:--------|:--------|:-------|:--------------|:-----------------|:-------------------|:-----------------------|:-----------|:----------|:------------|:----------------|:----------|:---------|:-----------|:------------|:----------------|:----------------------|:---------|:---------|:--------------|:----------------|:-------------|:--------------|:------------|:-----------|:---------------|
|   0 |        16 | ![](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              | X             | X               | X                 | X            | X        | X              | X        | X            | X                | X                  | X              | X                   | X          | X              | X       | X              | X               | X             | X        | X         | X           |                    |              |              |                 |          |        |          |                  |                  |                 |          |        |                  |              |               |             |               |                   |                  |              |       |               |              |            |               |              |                  |                              |                |       |              |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|   1 |         5 | ![](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            |          |                | X        |              |                  | X                  |                |                     |            |                |         |                | X               |               | X        |           |             | X                  | X            | X            | X               |          |        |          |                  |                  |                 |          |        |                  |              |               |             |               |                   |                  |              |       |               |              |            |               |              |                  |                              |                |       |              |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|   2 |         6 | ![](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                    | 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       |                |                   |                          |             | X              |               |                 |                   |              |          |                |          | X            |                  |                    |                |                     |            |                | X       |                |                 |               |          |           |             | X                  |              |              |                 | X        | X      | X        |                  |                  |                 |          |        |                  |              |               |             |               |                   |                  |              |       |               |              |            |               |              |                  |                              |                |       |              |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|   4 |         7 | ![](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              |                 |               |          |           |             |                    |              |              |                 | X        | X      | X        | X                | X                | X               |          |        |                  |              |               |             |               |                   |                  |              |       |               |              |            |               |              |                  |                              |                |       |              |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|   5 |         5 | ![](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                |              |               |             |               |                   |                  |              |       |               |              |            |               |              |                  |                              |                |       |              |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|   6 |        33 | ![](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             |                   |                  |              |       |               |              |            |               |              |                  |                              |                |       |              |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|   7 |        10 | ![](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          |                |         | X              |                 |               |          |           |             |                    |              |              |                 |          |        |          | X                |                  | X               |          |        |                  | X            | X             | X           | X             | X                 | X                | X            | X     | X             | X            |            |               |              |                  |                              |                |       |              |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|   8 |         5 | ![](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             | X            | X                |                              |                |       |              |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|   9 |         6 | ![](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            |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|  10 |         9 | ![](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                  |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|  11 |         7 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-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         |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|  12 |         8 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | X       |                  |         | X          |                   |           | X      |                 |                 |               | X                   |                     |                    | X       |                      |               |         |                |                   |                          |             |                |               |                 |                   |              |          | X              | X        |              |                  |                    |                |                     |            |                |         | X              |                 |               |          |           |             |                    | X            |              |                 |          |        |          |                  |                  | X               |          |        |                  |              |               |             |               |                   |                  |              |       |               |              |            |               |              |                  |                              |                |       |              | X                    | X            | X                | X       | X                        | X           | X          |                    |                 |           | X    | X          | X       |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|  13 |         9 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ![](samples/13/clu13-sample3.png) | ![](samples/13/clu13-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       |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|  14 |         9 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-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      |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          |               |                 |              |               |             |            |                |
|  15 |         5 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | ![](samples/15/clu15-sample3.png) | ![](samples/15/clu15-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         | X           | X               | X         | X        | X          | X           | X               | X                     | X        | X        |               |                 |              |               |             |            |                |
|  16 |        27 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | ![](samples/16/clu16-sample3.png) | ![](samples/16/clu16-sample4.png) | X       |                  |         |            |                   |           | X      |                 |                 |               | X                   |                     |                    | X       |                      |               | X       |                |                   |                          | X           |                |               |                 |                   |              |          |                |          |              |                  | X                  |                | X                   |            |                |         |                |                 |               | X        |           |             |                    | X            |              |                 |          |        |          |                  |                  |                 |          |        |                  |              |               |             |               | X                 |                  |              |       |               |              |            |               |              |                  | X                            | X              |       |              |                      |              |                  |         |                          |             |            |                    |                 |           |      |            |         |            |       |            |         |         |         |        |               |                  |                    |                        |            |           |             |                 |           |          |            |             |                 |                       |          |          | X             | X               | X            | X             | X           | X          | X              |