diff --git a/README.md b/README.md index c3c1b568b3a2d3b96647d9b22b8edfef92df5b8b..2a1f286c173d1826ade1cc5f9abbb6a2ff621a16 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,99 @@ size_categories: - n<1K --- -# Dataset of nero_claudius_bride (Fate/Grand Order) +# Dataset of nero_claudius_bride/ネロ・クラウディウス〔ブライド〕/尼禄·克劳狄乌斯〔新娘〕 (Fate/Grand Order) -This is the dataset of nero_claudius_bride (Fate/Grand Order), containing 200 images and their tags. +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)). -| Name | Images | Download | Description | -|:------------|---------:|:------------------------------------|:-------------------------------------------------------------------------| -| raw | 200 | [Download](dataset-raw.zip) | Raw data with meta information. | -| raw-stage3 | 543 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. | -| 384x512 | 200 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. | -| 512x512 | 200 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. | -| 512x704 | 200 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. | -| 640x640 | 200 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. | -| 640x880 | 200 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. | -| stage3-640 | 543 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. | -| stage3-800 | 543 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-1200 | 543 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 1200 pixels. | +## 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 | diff --git a/dataset-1200.zip b/dataset-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..8693ab75ff9cf18ff75dc1919cfe4d17d3b05126 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58afaad8ceea00e643e1d0712d5b3440dccff399ae5db20c87e98206cd181cb9 +size 744366416 diff --git a/dataset-384x512.zip b/dataset-384x512.zip deleted file mode 100644 index e35d564f54e675e3733f0d67944a94c149ad0fdc..0000000000000000000000000000000000000000 --- a/dataset-384x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57acd6fa09230f3be2f8b3b2efd5fcf5395cd2303744b0f49c960c6c6b71c97f -size 47452729 diff --git a/dataset-512x512.zip b/dataset-512x512.zip deleted file mode 100644 index 55739b2f92194c08ca38b1fab8a4dfbf95bbeb6d..0000000000000000000000000000000000000000 --- a/dataset-512x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d35562b03595444c7edfdade4ab3396d5f257ec4f2c0107d721aed52563ac00 -size 52772556 diff --git a/dataset-512x704.zip b/dataset-512x704.zip deleted file mode 100644 index 1e71a603875625bf940499f1cd1c0bfba73d7a88..0000000000000000000000000000000000000000 --- a/dataset-512x704.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7134c637d1a17f5aad31daad1882e1bf3f2750361ff74d9872a4bd6263bc659 -size 81446506 diff --git a/dataset-640x640.zip b/dataset-640x640.zip deleted file mode 100644 index 4e372bcf8e3bfcf969af0563323afbf8153d20e1..0000000000000000000000000000000000000000 --- a/dataset-640x640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:790c0a6ebffa13929fd229f6f84f20ae21dd176f0181bcf431619b6d30090195 -size 78011305 diff --git a/dataset-640x880.zip b/dataset-640x880.zip deleted file mode 100644 index fcebe45700d0aa9febb2aaca9faf61d104e0b1d6..0000000000000000000000000000000000000000 --- a/dataset-640x880.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37b9e49fe3b83ba818b8b4750a19962d9a8312611079023a2a1b08b360f28d5b -size 119709145 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..2f78fe70f678a65b09379147ebf91ed9a75e8c2c --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e322d0b670161ec6570dbc360ac41287c40fef1eb0b23246798fb4ff11dbc99d +size 487553139 diff --git a/dataset-raw-stage3.zip b/dataset-raw-stage3.zip deleted file mode 100644 index c351a4415f955e6d7e3f713e1db5445cf7689416..0000000000000000000000000000000000000000 --- a/dataset-raw-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52d6ebca64551f74dfe6f74025289ed1c9b989d7b6eca475d43ed7a378b72c85 -size 676609312 diff --git a/dataset-raw.zip b/dataset-raw.zip index f4130c51923ea1b47040f0282287102610299bbc..dc19fd0fbbf01b491cbf567ea5d574913555907f 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37537d0593f8e54d15c0cf12bea2b7c3f4470012ff7252da5d54903a25de84a1 -size 372366078 +oid sha256:036916e225e29ea76385c569bb52a20099fab450fb343dc37c6602e8f99ef6de +size 838276236 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index 54c3ba156979425b26b58979191b3bfea0405d06..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60e25f9631de7e5ce397e168dce421eac5ee7f98cc380f7c5f21c0f0229aef95 -size 477714875 diff --git a/dataset-stage3-640.zip b/dataset-stage3-640.zip deleted file mode 100644 index c683a4b8ac8e974081366322801f69cb5069e75a..0000000000000000000000000000000000000000 --- a/dataset-stage3-640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0449d22ed7e36e9c917d52e7a36a112f23c140a290077cc01613582d0683069 -size 280415766 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index b2aeb5a1f2f828c5fc66e02774c08e717ecb708f..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9b84a9c62ca52fa4f0d3ef5b9b11d561685b9cdf91a6d117652b3bf08efdeb9 -size 355310572 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..3bf65c7853ed4e41b948dd80b7d25e73010325dc --- /dev/null +++ b/dataset-stage3-p480-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6913cb9fd4e4cccde67a62fdfb63e18a9a523b614b25bf1d491d7b3e18b2045 +size 1397365447 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..dd137460b87cd9a9f090ded1afcc8e1395c9f1d4 --- /dev/null +++ b/dataset-stage3-p480-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b691b774f34cf91f5b904825be7f5a5a2df371b25d361fecb86bdc95925fbb +size 1014837714 diff --git a/meta.json b/meta.json index f37e21409fba2bbff049804a173ba0acbc3caf94..ca7650be5b0cb55b06a893bc8c1e5f9a7f7dd17e 100644 --- a/meta.json +++ b/meta.json @@ -1,4 +1,549 @@ { + "bangumi": null, + "base_size": 500, + "clusters": [ + { + "id": 0, + "size": 16, + "tags": [ + "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" + ] + }, + { + "id": 1, + "size": 5, + "tags": [ + "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" + ] + }, + { + "id": 2, + "size": 6, + "tags": [ + "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" + ] + }, + { + "id": 3, + "size": 9, + "tags": [ + "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" + ] + }, + { + "id": 4, + "size": 7, + "tags": [ + "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" + ] + }, + { + "id": 5, + "size": 5, + "tags": [ + "1girl", + "gloves", + "medium_breasts", + "padlock", + "solo", + "veil", + "white_bodysuit", + "belt", + "chain", + "flower", + "cleavage", + "center_opening", + "zipper" + ] + }, + { + "id": 6, + "size": 33, + "tags": [ + "1girl", + "solo", + "epaulettes", + "aestus_estus", + "cleavage", + "medium_breasts", + "hair_ribbon", + "red_dress", + "see-through", + "petals", + "holding_sword", + "smile", + "looking_at_viewer" + ] + }, + { + "id": 7, + "size": 10, + "tags": [ + "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" + ] + }, + { + "id": 8, + "size": 5, + "tags": [ + "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" + ] + }, + { + "id": 9, + "size": 6, + "tags": [ + "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" + ] + }, + { + "id": 10, + "size": 9, + "tags": [ + "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" + ] + }, + { + "id": 11, + "size": 7, + "tags": [ + "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" + ] + }, + { + "id": 12, + "size": 8, + "tags": [ + "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" + ] + }, + { + "id": 13, + "size": 9, + "tags": [ + "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" + ] + }, + { + "id": 14, + "size": 9, + "tags": [ + "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" + ] + }, + { + "id": 15, + "size": 5, + "tags": [ + "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" + ] + }, + { + "id": 16, + "size": 27, + "tags": [ + "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" + ] + } + ], + "core_tags": [ + "blonde_hair", + "ahoge", + "green_eyes", + "breasts", + "hair_intakes", + "bangs", + "large_breasts", + "long_hair", + "hair_between_eyes", + "braid" + ], + "display_name": "nero_claudius_bride/ネロ・クラウディウス〔ブライド〕/尼禄·克劳狄乌斯〔新娘〕 (Fate/Grand Order)", "name": "nero_claudius_bride (Fate/Grand Order)", - "version": "v1.4" + "packages": { + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 744366416, + "size": 500, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 487553139, + "size": 500, + "type": "IMG+TXT" + }, + "raw": { + "description": "Raw data with meta information (min edge aligned to 1400 if larger).", + "filename": "dataset-raw.zip", + "package_size": 838276236, + "size": 500, + "type": "Waifuc-Raw" + }, + "stage3-p480-1200": { + "description": "3-stage cropped dataset with the area not less than 480x480 pixels.", + "filename": "dataset-stage3-p480-1200.zip", + "package_size": 1397365447, + "size": 1284, + "type": "IMG+TXT" + }, + "stage3-p480-800": { + "description": "3-stage cropped dataset with the area not less than 480x480 pixels.", + "filename": "dataset-stage3-p480-800.zip", + "package_size": 1014837714, + "size": 1284, + "type": "IMG+TXT" + } + }, + "version": "v1.5" } \ No newline at end of file diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..7332a46bf611a7303cfc3c5b33ced9d9db55c1b2 --- /dev/null +++ b/samples/0/clu0-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd121d5cbf363872857780339f900eb80868e3c74aea88cc529ada36220a581 +size 403171 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..d267d8da8ec79c6d68fba3e3b6c606f8a9f07beb --- /dev/null +++ b/samples/0/clu0-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043f2d623188040daf8584ad37a378f639b09abb93f46dcd0e39275df843dd4b +size 462030 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..42a9d67dc2a332f6e0a22a23676f9ccaadf8a657 --- /dev/null +++ b/samples/0/clu0-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9ab42be24401dbedf097f4cef21bae756f485af12df632db3430b8bd32b8ce +size 430006 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..8167e748c32ec8039407bf6aff94d66236d32c29 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d585ec82c9384f103c882f56932b8dd75dddec91433ebb025c496321035639 +size 460284 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..0f811b940ea1883d6a1cb5e9c6b6c04029d8a176 --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf7c3e25c5a021def2e74ccdd8e8b258e7d972327399c3aa91f0e447c174466 +size 428998 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..11704df0f78026ddc492a3a70b42143fc566f87b --- /dev/null +++ b/samples/1/clu1-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf8ff101737fb7c9e60dcef1fcc4f5da8f2e6583839573eae2b3fd0a5a49bb5 +size 403655 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..f1275bc9076d1f1360f1ce68ca41d79b7889b0cb --- /dev/null +++ b/samples/1/clu1-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43604b7cfadff22734abf89c5e9bf43ec16c8382316aa6c9c84698ff1d161ecb +size 194951 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..74bbf270d986b473825402e0ce48fcb0c09d3631 --- /dev/null +++ b/samples/1/clu1-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531a900804491e19898d024a9ae804ae6903d686cc6e7ebeb95465eb71319326 +size 533943 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..8387b2c5103552b15295224454999efd77dea036 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32a02de288ffe2e27ede02b8d05cc18276a4612169130630b9d1426800554b6 +size 265789 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..388cf78a8606503ae26b0f1958f438c165a14f25 --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf3056f198c5bb4ad9ae57a87e5ddcc7338ae134ceb66995cd337c55384900ec +size 608145 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..fadfcbad988872bcd44dfa58cca77356a9f7cb98 --- /dev/null +++ b/samples/10/clu10-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4909bb9a7ee5ec7f23cf302d407ad6fcfd83076ff5b8eb4e1a51935256e20ea4 +size 345125 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..4c03310103a2a571d4513a8d99ea93edbf039fab --- /dev/null +++ b/samples/10/clu10-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95788a3721d4e92a6e6c862060736f4864aa36b4886adff497f4ecdabc2ec00 +size 332340 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..945139e33717e25917af259b5933f12db58766f1 --- /dev/null +++ b/samples/10/clu10-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273d9919bfd69f1a30367b678a6d53ccbc28ca5e76d1671027dce8948132df24 +size 518748 diff --git a/samples/10/clu10-sample3.png b/samples/10/clu10-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..b6548d1d25f46e2441a850f35ca20dd099fc1062 --- /dev/null +++ b/samples/10/clu10-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f73e87a106a4ee743f2770e631bbd9d30e9e0d041b2eca7641d272712721af +size 228560 diff --git a/samples/10/clu10-sample4.png b/samples/10/clu10-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..7fb7a9a11dd4ef7b62374753e7dfd293836ae31a --- /dev/null +++ b/samples/10/clu10-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078eb7e0a67e9bf20e6f4dec2723bb5af90f2ec97a8e45e039a4d6ee573489d2 +size 391351 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..04a0b55929f705e21a9faf4e13a7c8da83df5686 --- /dev/null +++ b/samples/11/clu11-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1aa22b473d6ec033e83a7526cc625b7d574e527af8865f7778fe4340a822775 +size 179757 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..0f333a29e89b768cc272edf2816138c59ce537b6 --- /dev/null +++ b/samples/11/clu11-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07c6f425414ac783bb073319449a9dd27745f74573c29830d260822f0855bd2 +size 241926 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..b3b8a4975a7c6d14ae13c4e5e9d230d3db545239 --- /dev/null +++ b/samples/11/clu11-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e060132f194e923d9e5571f73eeaac5a764642dc033244bb01e8b906440a94 +size 238169 diff --git a/samples/11/clu11-sample3.png b/samples/11/clu11-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..bf8eb47423237c5eb2077ad66ae432ff7dae9d7e --- /dev/null +++ b/samples/11/clu11-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7183f990b54547c6b73beff57f04e4c34b5f98e86048f18edf064eadb4b1eed4 +size 187842 diff --git a/samples/11/clu11-sample4.png b/samples/11/clu11-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..6a895a10d19e907f3c514f8e721d11897f940300 --- /dev/null +++ b/samples/11/clu11-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f03d015267006d8002f4cb5b61599f2267462cab1e8e6a222b735000f1f7027 +size 308509 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..a26ad1f313366283c280a19b93e7534f93bf5d0b --- /dev/null +++ b/samples/12/clu12-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6672b8580ebb746527f3e95ac866db93fcb50f94379517a6602cc9ee064a3b91 +size 498828 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..dec0e3bcbccd9bedfd742e6782812a95ae8a88da --- /dev/null +++ b/samples/12/clu12-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f3a0189f66e31bb72c81138f31f925d074182982a5f989e17c32abfd3aacd5 +size 583467 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..03d2412aa22b1d5fe3bc63c068fc954c5f0f8a83 --- /dev/null +++ b/samples/12/clu12-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2550523efb91fd79ef90abab5ae17824811335c33ddcfae5020b18489e187f +size 527435 diff --git a/samples/12/clu12-sample3.png b/samples/12/clu12-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..bbad090e456da711dd504990376a0ef642bbfd72 --- /dev/null +++ b/samples/12/clu12-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d53461d6cc24310164def7794be40ab5b9797fbcc531cc482ebf171166353cc1 +size 424592 diff --git a/samples/12/clu12-sample4.png b/samples/12/clu12-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..19c69a8359559de39e636a342a5c20b749fb8ad9 --- /dev/null +++ b/samples/12/clu12-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188de723e984625221525e6f7e3bfbfb401cfa3e9a4610aa20ea5b5667d3bfdd +size 307160 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..8067a511d568f8d8e281478fc4fc84db9ac8545a --- /dev/null +++ b/samples/13/clu13-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985b079eb1cf6d40b45ccf4b759fc2b0047a0250d28ce6f5bbf8f7170c7f525e +size 256030 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..94d0bc7f380d577494d709390c223efd88327103 --- /dev/null +++ b/samples/13/clu13-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e992929115ff32e9e10fee82eef29cb9e6066593404fe520eba2eab5798ae5 +size 549502 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..4bb6fed2cc64aa5e76b9b4ff2b7ac11cfe54ab0e --- /dev/null +++ b/samples/13/clu13-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd7bb66bd356358f4cc7597a4cd82e3dfcf0c82e9313dde7772645ddcfa9f35 +size 271032 diff --git a/samples/13/clu13-sample3.png b/samples/13/clu13-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..0d8bd6c4616d743152d3bf60f352088918ac72ba --- /dev/null +++ b/samples/13/clu13-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a95ae0758e8eef49960caa37421aef88659dd5981e3f5fb8c36c5947e107c8 +size 445078 diff --git a/samples/13/clu13-sample4.png b/samples/13/clu13-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..af6fc43939539c1e24a274880ead33ba69494fb5 --- /dev/null +++ b/samples/13/clu13-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505bb4255cd256d02f8c8b89c573bc03ac117d9542e7ac7ae318d87bfc9ab66c +size 325568 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea209fd8a0a1fca918a64e04d5853d8f2e50c731 --- /dev/null +++ b/samples/14/clu14-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b78a6e059282cf7bf904c2e84ebdb35f28ba3bab6257d9c8fed2fcd1931c5e4 +size 389090 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..69415f93bc376aa8c9098ddade5836c13d8948ab --- /dev/null +++ b/samples/14/clu14-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331b7411639ed2d62105c09307fd2f85a62ccdea8bda5047332e6ec9377a4f79 +size 427780 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..7028d91399459896f0e31540f6cbed387889ba1b --- /dev/null +++ b/samples/14/clu14-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af957eddc2b8d98f0d6eb11b0da480a4dd6c47e8c2b55341b2b51d1709225e70 +size 445506 diff --git a/samples/14/clu14-sample3.png b/samples/14/clu14-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..e803eab0eaab999f249f9e55fa2655cdbe8b8404 --- /dev/null +++ b/samples/14/clu14-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d79929ee4c804ae20899b6044b3e7a3a70d98cb31c001926bc09f1ffd34262 +size 417074 diff --git a/samples/14/clu14-sample4.png b/samples/14/clu14-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..6d2d4fe0ee395abfc7970f11bff11628910f4b37 --- /dev/null +++ b/samples/14/clu14-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9351b67b04db1460c25543dfd47fab9dacf36909136961733539fd5ba2f56f +size 395157 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..576f37d78453def26088e68d749844f3e1acb5a4 --- /dev/null +++ b/samples/15/clu15-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ed1a60b94210ce254c2b709cacf72c3e805324cf00922a1442b7c9f5f2dd693 +size 319617 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..ed076c6e1ae751fd357fa274ab98f375ebce7bea --- /dev/null +++ b/samples/15/clu15-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f512618f65d2bc7925769f11725be0efe4b6500682d689b13769605f190db9 +size 226551 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..498dca322291f43e21ce86a11607c5358aedb266 --- /dev/null +++ b/samples/15/clu15-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8e94c11f6b8efdd0e409ef707ce805dbf7e90947643dd55d5db2c84117eadc +size 438898 diff --git a/samples/15/clu15-sample3.png b/samples/15/clu15-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..2ecd0b6b3f7cce7e0f0a3169a8f6d3100b3af0a1 --- /dev/null +++ b/samples/15/clu15-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6894ccbc0b56303c0cbf742f399a0cbd71bcfac3ec32af6e59d870f264bf43e1 +size 543886 diff --git a/samples/15/clu15-sample4.png b/samples/15/clu15-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..bf7e3321b3a91e42bd996641bb12b1394fb24010 --- /dev/null +++ b/samples/15/clu15-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c9a236e307f34a5b96840ada20c1bb50a9694467ca16b94781d7c2a24244cd +size 312007 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..a7173b4edec28777d86d7063d1677954f0098325 --- /dev/null +++ b/samples/16/clu16-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:719ae516570ef4f28a7460597165d00e3819e3567b70cc3a98a97e90be5d6279 +size 352437 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..e6ee3e2dec6c14e6299d4107bcfd4b0846a6e085 --- /dev/null +++ b/samples/16/clu16-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af63cc46df100defd804b2a67d3de0fdbfc5b6601631a9da03526a9ead13e27 +size 278703 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..8b8a9df78ab8ff8472d202f3581d52964bad1f7e --- /dev/null +++ b/samples/16/clu16-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7711c30044d23efd95a544382d2203896ba324eada8966a9062c4a4186391121 +size 365181 diff --git a/samples/16/clu16-sample3.png b/samples/16/clu16-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..4a74f8b84315ec646a1fff50294f00c1a0a9ba7b --- /dev/null +++ b/samples/16/clu16-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db06eade917a786895295d749a010002cedd865eca56d2780908b9333a84d13 +size 371308 diff --git a/samples/16/clu16-sample4.png b/samples/16/clu16-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..b628c75562991e716e902df62177bb991380b72c --- /dev/null +++ b/samples/16/clu16-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407da5b466d3bf3179d2ce3a8bca7701bb7595a2a581e48dc0f8efe540a29861 +size 224240 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..36a3eaaa919185027457eeba8256eea40b0b8a2c --- /dev/null +++ b/samples/2/clu2-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8121dd82174658e4e2d5bfb8f0fd7436d91309f0df685584295a04a2ef4141 +size 414908 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..19854dda3b9960dad03f16b70dea279e3e99d32d --- /dev/null +++ b/samples/2/clu2-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532d8471d2ef930587894476ddbd11bd7f7be378aaf8dacc52371f5bd1928ce9 +size 585433 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..06f2deff552f6b68a178deaf01dfae1540c66dbf --- /dev/null +++ b/samples/2/clu2-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b00f0d98bb247557e8aff2894ed2bdca60510198d473d6e16a07c7114a89bf +size 430000 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..12c6567c61cefe5955e6367eaac20703a5ece408 --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb7b791d3386938b594bcb0c28ede9be6b5fd01a669c269a6f4200086f5b918 +size 196349 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..badeee851de1d040baa7fe9a151a7ad8a233cc82 --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea799fc307610b32fda4f0978488eb20cf6870f386c9622313f185e593b3bde +size 534705 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..70037833e46d56c57fb3f5c68f41f2d2c733121a --- /dev/null +++ b/samples/3/clu3-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcff9c99a8bb9a4d04c4d573ee66bf2fb71a0338dba804123d90d859728342c2 +size 455783 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..d80521807b1f9a781faf0d37fd7781e097e10940 --- /dev/null +++ b/samples/3/clu3-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d9726b797cb78406eb54b93f15e97f741329abf606183177cef2fc4223c79d +size 384812 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb4626d98ebf7d71125cb1d7337c2e567ca628c --- /dev/null +++ b/samples/3/clu3-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bc8e1bfc4cf79f855762d64a1e85a85799d929075887d3381478ead5d6918a +size 491479 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6373d650f346638021d46224a1e22894b431315e --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b87b29d22984cb41ccedb7da503b4ed8b6fff5a3bb1906016e3554c18cf3acb +size 507613 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..582d1b791376f6875e1beeb066db113110facaf6 --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35731c7b9ad3bccc19dac14e45ba35b8100979c0b9185b8460ff33ed1eefdda +size 491547 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..23153c2bc7d5057925683f1b1a83ad5238d7b36c --- /dev/null +++ b/samples/4/clu4-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014e4a3f1c55674b5c40d027ae43d4342c1d6e66e38dc25b5247c187152c3e5a +size 546613 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..75da57ed24384ef0a46fdf0f5513cc768bc97b5a --- /dev/null +++ b/samples/4/clu4-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea60df4aca2950451ad11bac8650ab96acc0f57205de06d6c4b6c56378bd457 +size 384522 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..c624b3d7bd2c5cd7e432191253c834fed54a1703 --- /dev/null +++ b/samples/4/clu4-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2895eed3a55804e388a751e078cd1e6f866a0224864cb837a2205443cf4ad812 +size 484458 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..3464baf83316561a7c10a026cbee1b2ed006db3d --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f0e356492af5b1888be791fcd00066737af20e4813a7573dc45ebbf46272fc +size 576323 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..e9b8ab7959649f894d2dbe0e888138a2422aa48b --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02ed254156022831150d51b9461c2414ff411ba124a98ae6a54e766ee3463ba +size 603029 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..10fcd5f8f80aaf2cd8ff7d70782ff04d54e383ad --- /dev/null +++ b/samples/5/clu5-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c22e3c05044f53ed9f56b7c7bf4da33c3cd127b127b87c20733d23cafaec9691 +size 475086 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..f8954d99cd514d761e290f20f9269f546b2a8802 --- /dev/null +++ b/samples/5/clu5-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b71f99cd023180da14933394e76c584e1f3f2fabf354dcbbbcfc5401ba67cf +size 518342 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec1775684187bd0dcb33b5e26008d9f609e35c81 --- /dev/null +++ b/samples/5/clu5-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c59886cfbca921e750cc9231533a3bd831ba4c1e6a170e1a77551dd219a3fe +size 275342 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..9e905ed360a451e029798d59c71e7e3c88817718 --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a07f59a5a4b7f994795b5b92d0e691a81d6646179a160cf85d52454f5de58d +size 307012 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e2598369a752886da5e7ce169b7fe09c3f72f5 --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9aa453691ae348568f0662a204a975c4272d341c8a94db92de3b9e3e9d752ec +size 299082 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..13ca8812fd9c32425ef89cb426385ffd4edf145d --- /dev/null +++ b/samples/6/clu6-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4fa43955f3013943cd01bdbd679056e9bdc982adaf842b9ced7ee5d781732d +size 398171 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..80a876e48a0ce5f22872ff9d882bc1e6246d54ba --- /dev/null +++ b/samples/6/clu6-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11a317a49c8d2702dc68ce8ef37f55e0a3dec1e232e786427b63086983a9d4b +size 270359 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..59795c605dcf8cd45fa2d389fe94348f5d2dbbaa --- /dev/null +++ b/samples/6/clu6-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf295f55546e4bbea8a5656a899570e46afc775911cd06d479a8a24d0571142 +size 582279 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..89b96f94af10fda4cf3e66778b8ac01e01946962 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d92d946ad8162799609f9f461f87d019058b2648dfb010bcaef38b5fca879ac +size 540958 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..c7da99ca18f16aaf24f7e572d38fcaeeb3d9b4c0 --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93b44e15d7cd4c6c0d54a151be7f28f1f88e98902a131df6b835905af07d0f8 +size 450956 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..7960c7afc2b3ae3e7e34044247ee8c3a47e09d98 --- /dev/null +++ b/samples/7/clu7-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d2dc18d1d5e25b7b550219fda0119ef5413591d1dcd4caaced6f7aac7a9dd9 +size 430703 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..c45ddb900e7e70b8454d18e85e15e89c59384336 --- /dev/null +++ b/samples/7/clu7-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc95d867c3a63a14e9f291706854bbf3156480614a2fb7bbda807da9f4d19b9 +size 438043 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..926d9a9c3a39225f6c48a6b5c29049f16e1967f8 --- /dev/null +++ b/samples/7/clu7-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ca46260952a12b5513f7fc5a2417dd7c54a1c9c6179f96a9087d94cd144ca9 +size 416219 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..3715e5a98afe2d26bca37e643c68f12373dde873 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8c672ca4122b3ecb1c13ddea0b77cc8c9311effa34d1b6d19240e8f5d6286c +size 455361 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..194a34c91c8cf380c49af36cb336c90ac916ed46 --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3140b1f513626c511f028d926af28f2c769ea9e00fa1067c0e872431eab1f7bb +size 446423 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..2a5b0602135841ccf2c54e249e74b71b417db100 --- /dev/null +++ b/samples/8/clu8-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c45b269981647fd3e9a1f0f82646cfe4c19bd44dbd5fe45b3baaea323d953e6 +size 332221 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..7f2106753b5110dc8e0804a50da65d9fcc6445a1 --- /dev/null +++ b/samples/8/clu8-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cefba958130d0812e664272da635a272e040913625ada5c7766cfb76fde2c2 +size 315602 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..e1afd20f8a7680b21b7beed7498dbfcc24412a7b --- /dev/null +++ b/samples/8/clu8-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a6764cd6e80a3b060a5eca654a136de9a4419539234647aad8d2620b4fd3f5 +size 522917 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..686c6d0b35d633c99bd37c51339ac5d3d506a21d --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a80a01966c7f72a9179cd671e78c193c30ddc7369ad3f3c0611cb244e397721 +size 405364 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..3962015c47f899e8061d23a4a3b66cee4707b37b --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2490888cc0ef5bd6e716702d32ee2c77755745571f3bdf60e1e9b75784656472 +size 518984 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..520d35e9987f2fee71520e7d86ad341086febfa7 --- /dev/null +++ b/samples/9/clu9-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3300f7d106e87c82e569a3a9e9f6d7245adf69f9dc1fae6cae30f4c52c1d0a60 +size 243437 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..b116b05c50b8cce9eb088cbe82c978c777149f73 --- /dev/null +++ b/samples/9/clu9-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe89a9c9d41c59c3df5e9862fd4d91643ac821aa82550bd1faef89dd8c3b8fa5 +size 567536 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..80c1bc4a1de928843b236db045e5dd78ac7d18aa --- /dev/null +++ b/samples/9/clu9-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a704731a19e7a2820a4b8fc525b7a78936aef225e44fc760c3c35123263b337c +size 268279 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf554feba205b9e4e11109fac1e7408496b0aca --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ed5d4d37a791f6fd8588fb0115e6d4ff551521a4d7cd417c03bbc3b44e73f8 +size 148483 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..febcefaf144f3f0eb6fb8fe01f555383b7c025ca --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d473cf1938faf4fc9928956fa5ebbfd9d1c50dc849ac40a62963f9d0740956 +size 337230