diff --git a/README.md b/README.md index 191b2f346832bd1e6af51c7d5fd4e17aabd05ba9..726ad8f9d01a27077ae624a098156a6c5aaf5302 100644 --- a/README.md +++ b/README.md @@ -13,101 +13,123 @@ size_categories: This is the dataset of w/W/W (Arknights), containing 500 images and their tags. -The core tags of this character are `horns, short_hair, breasts, grey_hair, bangs, demon_horns, multicolored_hair, large_breasts, tail, red_hair, red_eyes, demon_tail, antenna_hair, ahoge`, which are pruned in this dataset. +The core tags of this character are `horns, short_hair, bangs, breasts, grey_hair, demon_horns, red_eyes, medium_breasts, white_hair, ahoge, tail`, 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 | Download | Description | -|:-----------------|---------:|:-----------------------------------------|:----------------------------------------------------------------------------| -| raw | 500 | [Download](dataset-raw.zip) | Raw data with meta information (min edge aligned to 1400 if larger). | -| pruned | 500 | [Download](dataset-pruned.zip) | Raw data with meta information, core character tags pruned. | -| pruned-stage3 | 1380 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 1380 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 1350 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 1380 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 1350 | [Download](dataset-stage3-p480-1200.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| Name | Images | Size | Download | Type | Description | +|:-----------------|---------:|:---------|:-------------------------------------------------------------------------------------------------------------|:-----------|:------------------------------------------------------------------------| +| raw | 500 | 1.02 GiB | [Download](https://huggingface.co/datasets/CyberHarem/w_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| stage3-800 | 1383 | 1.06 GiB | [Download](https://huggingface.co/datasets/CyberHarem/w_arknights/resolve/main/dataset-stage3-800.zip) | IMG+TXT | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1339 | 1.05 GiB | [Download](https://huggingface.co/datasets/CyberHarem/w_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| stage3-1200 | 1383 | 1.68 GiB | [Download](https://huggingface.co/datasets/CyberHarem/w_arknights/resolve/main/dataset-stage3-1200.zip) | IMG+TXT | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-1200 | 1339 | 1.67 GiB | [Download](https://huggingface.co/datasets/CyberHarem/w_arknights/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/w_arknights', + 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 ### Raw Text Version -| # | Samples | Img-1 | Img-2 | Img-3 | Tags | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:------------------------------------------------------------------------------------------| -| 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | demon_girl, orange_eyes, two-tone_hair, medium_breasts, white_hair | -| 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | medium_breasts, orange_eyes, white_hair | -| 2 | 3 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | demon_girl, medium_breasts, white_hair | -| 3 | 3 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | orange_eyes, two-tone_hair, white_hair | -| 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | medium_breasts, orange_eyes, white_hair, hair_between_eyes, yellow_eyes | -| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | medium_breasts, white_hair, yellow_eyes | -| 6 | 4 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | demon_girl, white_hair | -| 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | streaked_hair, two-tone_hair | -| 8 | 10 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | medium_breasts, white_hair | -| 9 | 17 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | demon_girl, two-tone_hair | -| 10 | 3 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | demon_girl, orange_eyes | -| 11 | 9 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | white_hair, yellow_eyes | -| 12 | 3 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | demon_girl, two-tone_hair, v-shaped_eyebrows | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | orange_eyes, two-tone_hair | -| 14 | 5 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | two-tone_hair, white_hair | -| 15 | 10 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | medium_breasts, orange_eyes | -| 16 | 5 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | orange_eyes, white_hair | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | demon_girl, medium_breasts | -| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | demon_girl, streaked_hair, two-tone_hair | -| 19 | 3 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | demon_girl, double_bun, hair_bun, two-tone_hair, yellow_eyes, medium_breasts | -| 20 | 4 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | black_headwear, hat, orange_eyes, white_hair, medium_breasts, fangs | -| 21 | 4 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | black_headwear, hat, orange_eyes, two-tone_hair, demon_girl | -| 22 | 5 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | double_bun, hair_bun, earrings, medium_breasts | -| 23 | 11 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | medium_breasts | -| 24 | 12 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | two-tone_hair | -| 25 | 9 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | orange_eyes | -| 26 | 3 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | fangs, orange_eyes | -| 27 | 9 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | yellow_eyes | -| 28 | 14 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | demon_girl | -| 29 | 3 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | long_hair, white_hair | -| 30 | 5 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | drinking_glass, wine_glass, demon_girl, two-tone_hair | -| 31 | 12 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | white_hair | -| 32 | 6 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | hair_between_eyes | -| 33 | 9 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | animal_ears, rabbit_ears, fake_animal_ears, orange_eyes | -| 34 | 3 | ![](samples/34/clu34-sample0.png) | ![](samples/34/clu34-sample1.png) | ![](samples/34/clu34-sample2.png) | cat_girl, cat_tail, long_hair, animal_ears, black_hair, cat_ears, extra_ears, yellow_eyes | +| # | Samples | Img-1 | Img-2 | Img-3 | Tags | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------------------------------------------------------------------------------------------| +| 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | multicolored_hair, orange_eyes | +| 1 | 4 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | antenna_hair, multicolored_hair, orange_eyes, red_hair, yellow_eyes | +| 2 | 4 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | multicolored_hair, red_hair, streaked_hair | +| 3 | 4 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | large_breasts, multicolored_hair, orange_eyes, red_hair | +| 4 | 4 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | antenna_hair, large_breasts, multicolored_hair, red_hair, two-tone_hair | +| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | antenna_hair, demon_tail, large_breasts, multicolored_hair, red_hair, demon_girl | +| 6 | 3 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | multicolored_hair, orange_eyes, red_hair, two-tone_hair | +| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | demon_tail, large_breasts, multicolored_hair, orange_eyes | +| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | demon_girl, demon_tail, orange_eyes | +| 9 | 3 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | demon_girl, demon_tail, multicolored_hair | +| 10 | 6 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | large_breasts, multicolored_hair | +| 11 | 5 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | demon_tail, large_breasts | +| 12 | 3 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | antenna_hair, multicolored_hair | +| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | multicolored_hair, red_hair | +| 14 | 10 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | large_breasts, yellow_eyes | +| 15 | 13 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | demon_tail, orange_eyes | +| 16 | 9 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | large_breasts, orange_eyes | +| 17 | 4 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | hair_between_eyes, orange_eyes | +| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | demon_tail, double_bun, hair_bun, multicolored_hair, red_hair, two-tone_hair, antenna_hair, demon_girl, large_breasts | +| 19 | 7 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | orange_eyes, yellow_eyes | +| 20 | 4 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | antenna_hair, orange_eyes | +| 21 | 3 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | hair_between_eyes, yellow_eyes | +| 22 | 4 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | demon_tail, multicolored_hair | +| 23 | 4 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | double_bun, hair_bun, large_breasts, red_hair | +| 24 | 26 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | large_breasts | +| 25 | 5 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | antenna_hair | +| 26 | 10 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | multicolored_hair | +| 27 | 17 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | yellow_eyes | +| 28 | 6 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | hair_between_eyes | +| 29 | 15 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | demon_tail | +| 30 | 3 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | brown_eyes | +| 31 | 3 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | red_hair | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | demon_girl | orange_eyes | two-tone_hair | medium_breasts | white_hair | hair_between_eyes | yellow_eyes | streaked_hair | v-shaped_eyebrows | double_bun | hair_bun | black_headwear | hat | fangs | earrings | long_hair | drinking_glass | wine_glass | animal_ears | rabbit_ears | fake_animal_ears | cat_girl | cat_tail | black_hair | cat_ears | extra_ears | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:-------------|:--------------|:----------------|:-----------------|:-------------|:--------------------|:--------------|:----------------|:--------------------|:-------------|:-----------|:-----------------|:------|:--------|:-----------|:------------|:-----------------|:-------------|:--------------|:--------------|:-------------------|:-----------|:-----------|:-------------|:-----------|:-------------| -| 0 | 7 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | -| 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | | X | | X | X | | | | | | | | | | | | | | | | | | | | | | -| 2 | 3 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | -| 3 | 3 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | | X | X | | X | | | | | | | | | | | | | | | | | | | | | | -| 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | | X | | X | X | X | X | | | | | | | | | | | | | | | | | | | | -| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | | | | X | X | | X | | | | | | | | | | | | | | | | | | | | -| 6 | 4 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | X | | | | X | | | | | | | | | | | | | | | | | | | | | | -| 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | | | X | | | | | X | | | | | | | | | | | | | | | | | | | -| 8 | 10 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | | | | X | X | | | | | | | | | | | | | | | | | | | | | | -| 9 | 17 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | X | | X | | | | | | | | | | | | | | | | | | | | | | | | -| 10 | 3 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | X | X | | | | | | | | | | | | | | | | | | | | | | | | | -| 11 | 9 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | | | | X | | X | | | | | | | | | | | | | | | | | | | | -| 12 | 3 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | X | | X | | | | | | X | | | | | | | | | | | | | | | | | | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | | X | X | | | | | | | | | | | | | | | | | | | | | | | | -| 14 | 5 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | | X | | X | | | | | | | | | | | | | | | | | | | | | | -| 15 | 10 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | X | | X | | | | | | | | | | | | | | | | | | | | | | | -| 16 | 5 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | | X | | | X | | | | | | | | | | | | | | | | | | | | | | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | X | | | X | | | | | | | | | | | | | | | | | | | | | | | -| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | X | | X | | | | | X | | | | | | | | | | | | | | | | | | | -| 19 | 3 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | X | | X | X | | | X | | | X | X | | | | | | | | | | | | | | | | -| 20 | 4 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | X | | X | X | | | | | | | X | X | X | | | | | | | | | | | | | -| 21 | 4 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | X | X | X | | | | | | | | | X | X | | | | | | | | | | | | | | -| 22 | 5 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | | | | X | | | | | | X | X | | | | X | | | | | | | | | | | | -| 23 | 11 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | | | | X | | | | | | | | | | | | | | | | | | | | | | | -| 24 | 12 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | | | X | | | | | | | | | | | | | | | | | | | | | | | | -| 25 | 9 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | | X | | | | | | | | | | | | | | | | | | | | | | | | | -| 26 | 3 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | | X | | | | | | | | | | | | X | | | | | | | | | | | | | -| 27 | 9 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | | | | | | | X | | | | | | | | | | | | | | | | | | | | -| 28 | 14 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | X | | | | | | | | | | | | | | | | | | | | | | | | | | -| 29 | 3 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | | | | | X | | | | | | | | | | | X | | | | | | | | | | | -| 30 | 5 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | X | | X | | | | | | | | | | | | | | X | X | | | | | | | | | -| 31 | 12 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | | | | | X | | | | | | | | | | | | | | | | | | | | | | -| 32 | 6 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | | | | | | X | | | | | | | | | | | | | | | | | | | | | -| 33 | 9 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | | X | | | | | | | | | | | | | | | | | X | X | X | | | | | | -| 34 | 3 | ![](samples/34/clu34-sample0.png) | ![](samples/34/clu34-sample1.png) | ![](samples/34/clu34-sample2.png) | | | | | | | X | | | | | | | | | X | | | X | | | X | X | X | X | X | +| # | Samples | Img-1 | Img-2 | Img-3 | multicolored_hair | orange_eyes | antenna_hair | red_hair | yellow_eyes | streaked_hair | large_breasts | two-tone_hair | demon_tail | demon_girl | hair_between_eyes | double_bun | hair_bun | brown_eyes | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:--------------------|:--------------|:---------------|:-----------|:--------------|:----------------|:----------------|:----------------|:-------------|:-------------|:--------------------|:-------------|:-----------|:-------------| +| 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | | | | | | | | | | | | | +| 1 | 4 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | X | X | X | X | X | | | | | | | | | | +| 2 | 4 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | X | | | X | | X | | | | | | | | | +| 3 | 4 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | X | X | | X | | | X | | | | | | | | +| 4 | 4 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | X | | X | X | | | X | X | | | | | | | +| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | X | | X | X | | | X | | X | X | | | | | +| 6 | 3 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | X | X | | X | | | | X | | | | | | | +| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | X | X | | | | | X | | X | | | | | | +| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | | X | | | | | | | X | X | | | | | +| 9 | 3 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | X | | | | | | | | X | X | | | | | +| 10 | 6 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | X | | | | | | X | | | | | | | | +| 11 | 5 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | | | | | | X | | X | | | | | | +| 12 | 3 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | X | | X | | | | | | | | | | | | +| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | X | | | X | | | | | | | | | | | +| 14 | 10 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | | | | X | | X | | | | | | | | +| 15 | 13 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | X | | | | | | | X | | | | | | +| 16 | 9 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | | X | | | | | X | | | | | | | | +| 17 | 4 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | | X | | | | | | | | | X | | | | +| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | X | | X | X | | | X | X | X | X | | X | X | | +| 19 | 7 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | | X | | | X | | | | | | | | | | +| 20 | 4 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | X | X | | | | | | | | | | | | +| 21 | 3 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | | | | | X | | | | | | X | | | | +| 22 | 4 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | X | | | | | | | | X | | | | | | +| 23 | 4 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | | | | X | | | X | | | | | X | X | | +| 24 | 26 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | | | | | | | X | | | | | | | | +| 25 | 5 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | | | X | | | | | | | | | | | | +| 26 | 10 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | X | | | | | | | | | | | | | | +| 27 | 17 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | | | | | X | | | | | | | | | | +| 28 | 6 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | | | | | | | | | | | X | | | | +| 29 | 15 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | | | | | | | | | X | | | | | | +| 30 | 3 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | | | | | | | | | | | | | | X | +| 31 | 3 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | | | | X | | | | | | | | | | | diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index fd3826ad7f43886d8deba42b58f5ad0f6984161b..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d8604c279416fd78e91e3f94aad025536981d394188d48fd1a4ab3c1c1e6964 -size 1868507370 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index c41a35d0d71bc298f85a514e0040c0fea9fd8dc1..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1def2b59ac1742cc784c5a8f113eb3baaf58cc50a0b6f18514d7520098b8c836 -size 1004027125 diff --git a/dataset-raw.zip b/dataset-raw.zip index 3b92b25abd9c427bd2fec949b7c5590668c3e516..6142b2f23a61b009264c8d9eed0d95a770213306 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dfa503269c8473555da4eeecbab4190db5b3ab9b191aaa0a1fa943d9411c8528 -size 1004145266 +oid sha256:23169858d8705d0498722c16c630aaf05a7c97464b74340f22dceca57b9e6b1f +size 1094477227 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip index 312e7cb80edb77c3b2bbb196d237eb4209e751f8..0521262c67210bf1810f271308aaaad696c7c767 100644 --- a/dataset-stage3-1200.zip +++ b/dataset-stage3-1200.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d1abe55795265379dfd2564ae8fb0c425d15413ccc9e6769760bdac3a584a85a -size 1661271179 +oid sha256:f9a5b34ff9f722c552c9b715ea8d9824a47227b8981c3743409531dfa73427d6 +size 1808961390 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip index ac78b5999d5862582311ff6380e33705b27e1f60..7b29b591c97c05d18f1531b12a92fba24e2dd97e 100644 --- a/dataset-stage3-800.zip +++ b/dataset-stage3-800.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a7124dbb7a5428794fc2643c5d05e17699dbcc409a03eff2eff852c45f0296d4 -size 1049432189 +oid sha256:f02eaa56c8e3a2daf74213eef32efe6d4e81fd434d4812b31ab88c50de859595 +size 1138717630 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index 448dbfd76070bb6e1c6818cd6258f77901c34832..8d8628f4a57cc83f50798f9a4321d18371fbf49b 100644 --- a/dataset-stage3-p480-1200.zip +++ b/dataset-stage3-p480-1200.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a38567a3fffae58dfa027507a4b6fb087b92629fd4282a73832eea1e7ddc6a01 -size 1653619876 +oid sha256:04e22cbff45a604acccdba64afc5e8002c88f551cdc6aa6cf89baa1715710612 +size 1798087773 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index 078c5ea091e6ccfa589f1323598562e34ce75c11..86d94398245ded4191362d2e94fece52d69963ac 100644 --- a/dataset-stage3-p480-800.zip +++ b/dataset-stage3-p480-800.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1fcfb4625c21fcd588e771a1a5ddbaa2ad56de4386c3f1928ec6499ff814738 -size 1041780886 +oid sha256:dabf68293a3fea1a4ce973e0d040b1773d23c958f70fa51f8b51e21aa922764c +size 1127844013 diff --git a/meta.json b/meta.json index 76efc0dfdb0d687ffb6610fffb0b194eecea5606..3e4273774aa33f38217204111d6e5aff8b5b1f0c 100644 --- a/meta.json +++ b/meta.json @@ -4,366 +4,331 @@ "clusters": [ { "id": 0, - "size": 7, + "size": 6, "tags": [ - "demon_girl", - "orange_eyes", - "two-tone_hair", - "medium_breasts", - "white_hair" + "multicolored_hair", + "orange_eyes" ] }, { "id": 1, - "size": 6, + "size": 4, "tags": [ - "medium_breasts", + "antenna_hair", + "multicolored_hair", "orange_eyes", - "white_hair" + "red_hair", + "yellow_eyes" ] }, { "id": 2, - "size": 3, + "size": 4, "tags": [ - "demon_girl", - "medium_breasts", - "white_hair" + "multicolored_hair", + "red_hair", + "streaked_hair" ] }, { "id": 3, - "size": 3, + "size": 4, "tags": [ + "large_breasts", + "multicolored_hair", "orange_eyes", - "two-tone_hair", - "white_hair" + "red_hair" ] }, { "id": 4, - "size": 6, + "size": 4, "tags": [ - "medium_breasts", - "orange_eyes", - "white_hair", - "hair_between_eyes", - "yellow_eyes" + "antenna_hair", + "large_breasts", + "multicolored_hair", + "red_hair", + "two-tone_hair" ] }, { "id": 5, "size": 5, "tags": [ - "medium_breasts", - "white_hair", - "yellow_eyes" + "antenna_hair", + "demon_tail", + "large_breasts", + "multicolored_hair", + "red_hair", + "demon_girl" ] }, { "id": 6, - "size": 4, + "size": 3, "tags": [ - "demon_girl", - "white_hair" + "multicolored_hair", + "orange_eyes", + "red_hair", + "two-tone_hair" ] }, { "id": 7, - "size": 6, + "size": 3, "tags": [ - "streaked_hair", - "two-tone_hair" + "demon_tail", + "large_breasts", + "multicolored_hair", + "orange_eyes" ] }, { "id": 8, - "size": 10, + "size": 3, "tags": [ - "medium_breasts", - "white_hair" + "demon_girl", + "demon_tail", + "orange_eyes" ] }, { "id": 9, - "size": 17, + "size": 3, "tags": [ "demon_girl", - "two-tone_hair" + "demon_tail", + "multicolored_hair" ] }, { "id": 10, - "size": 3, + "size": 6, "tags": [ - "demon_girl", - "orange_eyes" + "large_breasts", + "multicolored_hair" ] }, { "id": 11, - "size": 9, + "size": 5, "tags": [ - "white_hair", - "yellow_eyes" + "demon_tail", + "large_breasts" ] }, { "id": 12, "size": 3, "tags": [ - "demon_girl", - "two-tone_hair", - "v-shaped_eyebrows" + "antenna_hair", + "multicolored_hair" ] }, { "id": 13, "size": 3, "tags": [ - "orange_eyes", - "two-tone_hair" + "multicolored_hair", + "red_hair" ] }, { "id": 14, - "size": 5, + "size": 10, "tags": [ - "two-tone_hair", - "white_hair" + "large_breasts", + "yellow_eyes" ] }, { "id": 15, - "size": 10, + "size": 13, "tags": [ - "medium_breasts", + "demon_tail", "orange_eyes" ] }, { "id": 16, - "size": 5, + "size": 9, "tags": [ - "orange_eyes", - "white_hair" + "large_breasts", + "orange_eyes" ] }, { "id": 17, - "size": 3, + "size": 4, "tags": [ - "demon_girl", - "medium_breasts" + "hair_between_eyes", + "orange_eyes" ] }, { "id": 18, "size": 3, "tags": [ + "demon_tail", + "double_bun", + "hair_bun", + "multicolored_hair", + "red_hair", + "two-tone_hair", + "antenna_hair", "demon_girl", - "streaked_hair", - "two-tone_hair" + "large_breasts" ] }, { "id": 19, - "size": 3, + "size": 7, "tags": [ - "demon_girl", - "double_bun", - "hair_bun", - "two-tone_hair", - "yellow_eyes", - "medium_breasts" + "orange_eyes", + "yellow_eyes" ] }, { "id": 20, "size": 4, "tags": [ - "black_headwear", - "hat", - "orange_eyes", - "white_hair", - "medium_breasts", - "fangs" + "antenna_hair", + "orange_eyes" ] }, { "id": 21, - "size": 4, + "size": 3, "tags": [ - "black_headwear", - "hat", - "orange_eyes", - "two-tone_hair", - "demon_girl" + "hair_between_eyes", + "yellow_eyes" ] }, { "id": 22, - "size": 5, + "size": 4, "tags": [ - "double_bun", - "hair_bun", - "earrings", - "medium_breasts" + "demon_tail", + "multicolored_hair" ] }, { "id": 23, - "size": 11, + "size": 4, "tags": [ - "medium_breasts" + "double_bun", + "hair_bun", + "large_breasts", + "red_hair" ] }, { "id": 24, - "size": 12, + "size": 26, "tags": [ - "two-tone_hair" + "large_breasts" ] }, { "id": 25, - "size": 9, + "size": 5, "tags": [ - "orange_eyes" + "antenna_hair" ] }, { "id": 26, - "size": 3, + "size": 10, "tags": [ - "fangs", - "orange_eyes" + "multicolored_hair" ] }, { "id": 27, - "size": 9, + "size": 17, "tags": [ "yellow_eyes" ] }, { "id": 28, - "size": 14, + "size": 6, "tags": [ - "demon_girl" + "hair_between_eyes" ] }, { "id": 29, - "size": 3, + "size": 15, "tags": [ - "long_hair", - "white_hair" + "demon_tail" ] }, { "id": 30, - "size": 5, + "size": 3, "tags": [ - "drinking_glass", - "wine_glass", - "demon_girl", - "two-tone_hair" + "brown_eyes" ] }, { "id": 31, - "size": 12, - "tags": [ - "white_hair" - ] - }, - { - "id": 32, - "size": 6, - "tags": [ - "hair_between_eyes" - ] - }, - { - "id": 33, - "size": 9, - "tags": [ - "animal_ears", - "rabbit_ears", - "fake_animal_ears", - "orange_eyes" - ] - }, - { - "id": 34, "size": 3, "tags": [ - "cat_girl", - "cat_tail", - "long_hair", - "animal_ears", - "black_hair", - "cat_ears", - "extra_ears", - "yellow_eyes" + "red_hair" ] } ], "core_tags": [ "horns", "short_hair", + "bangs", "breasts", "grey_hair", - "bangs", "demon_horns", - "multicolored_hair", - "large_breasts", - "tail", - "red_hair", "red_eyes", - "demon_tail", - "antenna_hair", - "ahoge" + "medium_breasts", + "white_hair", + "ahoge", + "tail" ], "display_name": "w/W/W (Arknights)", "name": "w (Arknights)", "packages": { - "pruned": { - "description": "Raw data with meta information, core character tags pruned.", - "filename": "dataset-pruned.zip", - "size": 500 - }, - "pruned-stage3": { - "description": "3-stage cropped raw data with meta information, core character tags pruned.", - "filename": "dataset-pruned-stage3.zip", - "size": 1380 - }, "raw": { "description": "Raw data with meta information (min edge aligned to 1400 if larger).", "filename": "dataset-raw.zip", - "size": 500 + "package_size": 1094477227, + "size": 500, + "type": "Waifuc-Raw" }, "stage3-1200": { "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", "filename": "dataset-stage3-1200.zip", - "size": 1380 + "package_size": 1808961390, + "size": 1383, + "type": "IMG+TXT" }, "stage3-800": { "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", "filename": "dataset-stage3-800.zip", - "size": 1380 + "package_size": 1138717630, + "size": 1383, + "type": "IMG+TXT" }, "stage3-p480-1200": { "description": "3-stage cropped dataset with the area not less than 480x480 pixels.", "filename": "dataset-stage3-p480-1200.zip", - "size": 1350 + "package_size": 1798087773, + "size": 1339, + "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", - "size": 1350 + "package_size": 1127844013, + "size": 1339, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png index 12b8019abd7d733163c36c828eab94f18e380959..4ae78148044d1e4026f8d094006f9d26b68d5d59 100644 --- a/samples/0/clu0-sample0.png +++ b/samples/0/clu0-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bc0e9b8e37aca3e81ebfa34e6a50deecb75c6a313cd950eeaa3241b6ebed7e92 -size 147303 +oid sha256:60f589df0ea7d4ebc529dccf8b3201ef3986e3a6d4c51e230fa8c0feba327486 +size 459619 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png index 779bb13d601cfecd063421906b36899c92087071..064f293c32ab48fef5024f18d2daca45000bef84 100644 --- a/samples/0/clu0-sample1.png +++ b/samples/0/clu0-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35f5166e3488ee6dbd2bfd173363422109f5dcd4c2f4db1b2425afd837b9ef8f -size 282385 +oid sha256:7bf7c9926a44f2b90c9b625d0b122d489012eaa1155480ed1feb42c0d97afdf6 +size 396333 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index 5eaf338dbd84c1e8ac5c1c3c0efa966dc26607d5..dd6568410abaa915dd9f0c0bbf16b12b9adc0187 100644 --- a/samples/0/clu0-sample2.png +++ b/samples/0/clu0-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ab96a10235e476d914da9f85e0e2852b08c4e3ac72480b8469d293f65da0a5b -size 174860 +oid sha256:aff3ca3715f452f05199c2ff9361a1b7f9e8a6e27bd8de3a8001c5a8acd96c80 +size 166335 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index 4a162eede5ded5fcc154852722f597ad3cd4cd6c..7d7733578f385db96e6f47ced667abf8eed67d9d 100644 --- a/samples/1/clu1-sample0.png +++ b/samples/1/clu1-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98eec92e39e4c081c53191211299d875b7f080c1d689cd0d9588cbf87fff035e -size 171134 +oid sha256:69f4cd689b5506a33552918b04267633b8f11c8a17c11b84b471793e925be401 +size 415623 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index d5c4d4d42f02811b99ceef13dacd3c5246d68be3..354fc160a178032b6c99654600e27b39914c627b 100644 --- a/samples/1/clu1-sample1.png +++ b/samples/1/clu1-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d0a5f152f8883cf82498ca936f5ffe4ef4cee54ccd78828877038ce7943a4ff8 -size 357247 +oid sha256:e457d3fcd44c232af0d35f407c0d41933cb4bc0ceb37dddc83cf50df3d50848d +size 171179 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index 84aed78138435c1fc04ce129b53a7afdbf9014cd..ea1f5c67679c7c8bf33487d9f65610763c59eb42 100644 --- a/samples/1/clu1-sample2.png +++ b/samples/1/clu1-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:66d12543109e937fafac7380ee1b713793a3afe07c9946a3fac5ec255a9c3c9e -size 270213 +oid sha256:48ece183056e08c3f342a73928cc7f741cebcd7032123f0203054cb95a1974df +size 408848 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png index 3b572ca350724bfba4b52178366f34e52d6cb3f1..65c08e504b0e175a890865fad15de8a8da2d2ffa 100644 --- a/samples/10/clu10-sample0.png +++ b/samples/10/clu10-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea620e94c09bb850f06b8a49bafd2c047b35e0628183c55ba481102ade5e2be0 -size 417853 +oid sha256:474f129c50e82e3546966525f9414b7c20429fc64715d48452d2ee319c2744e8 +size 386808 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png index c86cc2ce684adba61a36e0708d64b4f1a7a5e468..60945b4212b69a630559a115eb4a4e0fcd304c73 100644 --- a/samples/10/clu10-sample1.png +++ b/samples/10/clu10-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52ec2e5ac792a258341f9bca7455341a97e5e486716ece3243333ff24a6ae8a2 -size 481610 +oid sha256:b38901dbc7e89597e23e7eeb73900e5aae0a0f340581b963b79e3337cf1c2555 +size 507192 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png index bae619066f3f88f0ec1ccef28a9010b02706f767..875146bbef6cf564fad5229893a5056acc89e807 100644 --- a/samples/10/clu10-sample2.png +++ b/samples/10/clu10-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7a3d09baf1ce8f7b5ab843ffdf721d37afaf36cff70139c18c7a9e3eb75907ec -size 190053 +oid sha256:33f23555a9cfa2c9e6ccebb846e74c99c647a30c24e253be58de5618900564a1 +size 370009 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png index be9f64719476c18a1de065c7d1bd980c445a80e1..ff18b6e95ce0d600837ff9d2f44307277645d5e0 100644 --- a/samples/11/clu11-sample0.png +++ b/samples/11/clu11-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63872991e9369e5786cc730728389e3fa71d7ff66fdedd0177f051acb9d67548 -size 478505 +oid sha256:4936f4d81c1156dbeac367e223ce4fafca505ea22db6ecf25ca2be67aa3062e7 +size 181735 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png index 6a34b24269e340abe783b831eea67bc2142a0b4d..2668ae1a3390684c40f51a2c1c28fadaee69a53f 100644 --- a/samples/11/clu11-sample1.png +++ b/samples/11/clu11-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6cdb6172a715ff93fe13ce5fea2882589b0b749d8263644b0aadc0f4945ce61b -size 193543 +oid sha256:d580481363e6e5c4463657699a7925d1429696b349d00801bfed2cc226cadf7e +size 205344 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png index 293fadd9048fa1f6f5ec53d39c747425ceae0c94..82fe855a795bf0b74549e445c40c896952a4d2de 100644 --- a/samples/11/clu11-sample2.png +++ b/samples/11/clu11-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc7e8644d3fb62a226afdb77e3c1a30d023fb1445cbbfe3f689d77d3bbf94677 -size 316110 +oid sha256:9b7ea96bcb7a8e9993025418b64253995528433421a72741b2892070dec5ebb4 +size 302402 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png index b1cc33cfc6a6fb8886728b19869ef58e521afa95..433cf9c79555d7a0921081285be0d93ee3816ef5 100644 --- a/samples/12/clu12-sample0.png +++ b/samples/12/clu12-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f11159579257b2fbcb2dad68287fb8ea641e9f5271d1cfc0ccc2f0062190b42 -size 402608 +oid sha256:1746c8a79144359efd818e0dbeae347825a217d82e799ef4e6dde11152a9233b +size 392932 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png index 8a2c2112e520cf499d38cb506d9c00a44a6680ed..d3a2ee9c6c8fde3979a41ec9654660f45e30d617 100644 --- a/samples/12/clu12-sample1.png +++ b/samples/12/clu12-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1a3932e67411a81eeca160fcb3272aea7669408404db501d9362397b83d3b50 -size 227092 +oid sha256:504ac2ca0e6193c51e3dae8d5b8709e1749eac3fdfbe74e629c5cb818ed6596a +size 273429 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png index ea8fcbc2a03c16971f32c9670b3b619876170534..f8a9822f58c2765857b022cb0f61c1999084925c 100644 --- a/samples/12/clu12-sample2.png +++ b/samples/12/clu12-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4e00e7f6e96ac1abe0ea15774cc920cc23892974d787d48a8a67ce67332e9513 -size 310964 +oid sha256:06de46dcc854adf7972aaa8ee4f6daf147cb2e0895a11223421c7a160d1fe084 +size 344741 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png index 3fa678642087d8cc1935b14c42c63b56828ea774..901a4d039df210d73ccd0369c4de23abb6d18113 100644 --- a/samples/13/clu13-sample0.png +++ b/samples/13/clu13-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:655b662e73e8868e8619d2faccf63c524b7f861218f5eb9b551a2cb07d4f0b03 -size 258526 +oid sha256:7c26d262214f56feab17f9adb6d1544d2fac597eb50a50bae3fdacdf0539606c +size 171721 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png index 64c950d68de4c4910b965a955917fc9daf6f72c3..2c8fc7d1a29f3157477845b30e8a6627b40b52f2 100644 --- a/samples/13/clu13-sample1.png +++ b/samples/13/clu13-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efc3cef1aec9a73c14e3084a884aa393b80519a1849f0cc125b409ccac318577 -size 246442 +oid sha256:f0a1bdd43b542a298a5cf637f8dbb73219360889fd8778f0bbc5c5a78a62e88b +size 537939 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png index c2328d9eb6888f67e1655182acad88297dcc8b23..ab1a21b8ed34625db88ebc06a3e262bf61452521 100644 --- a/samples/13/clu13-sample2.png +++ b/samples/13/clu13-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9a1021c62ec9f7dd9740a60d01451a8be10a940028cc6e2e15b23c05267d15c6 -size 391136 +oid sha256:e258d2e7ccebc9e00156ea6cfb0a6c9450c691793347acb411d888c83171bc3a +size 344379 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png index b655a7f64931e18db756616d6c92b0ded1360d89..116db2f4b70b42f44c8b4ad169d787028a3db2b2 100644 --- a/samples/14/clu14-sample0.png +++ b/samples/14/clu14-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:83c721760eeba6a9ebdd763c886a19ec9606718b11712a33470b17a70c7423c5 -size 283935 +oid sha256:f3c27144c874b160960d4282e65cefbdb51e9ec60217bddbc9942d9ff6ab8ad5 +size 467628 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png index 1db1f79412303a172ad209bc96b90b3537996882..98b29ec839632874209ec496bc6a636c0f7f2b7b 100644 --- a/samples/14/clu14-sample1.png +++ b/samples/14/clu14-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4eca279a7e61c931fcd25d4f09558e8668b4123895088e7facdb6337003fec14 -size 237140 +oid sha256:66419b6cd4fee424928a03289e71d3f9a50d0c9b41d572eb263511abbb4e2724 +size 563469 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png index 99381fe7e3d99e59aafe020fe69fb6a8c5abfb7a..8531ba41862be4b375b34099c3ffc06e0755ed66 100644 --- a/samples/14/clu14-sample2.png +++ b/samples/14/clu14-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:19daed219f95729e9489a255b61fe83a78622a11d91e953fc78c13194eced351 -size 247134 +oid sha256:581880b498157a48c02405e5723355885b4f1ad1e0641ae612e658b57d4c6fab +size 443244 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png index 6ba3ad63f46bba4d9adbcba925dbf6480f3c067b..62ae9f4a5bb1d60cd97b0fa9707c0777a289391f 100644 --- a/samples/15/clu15-sample0.png +++ b/samples/15/clu15-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a849e7950a7b939edb7adb62e9dce9a3cfcbaf9c8f967221bc9e73174cfc963 -size 314142 +oid sha256:99f2efca88376f883cf30c9ba7acbb22abab5016103edb1686ecfc77d948cf97 +size 373069 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png index 9db7717437dfc9f9596a63282a2267ba76cbe41b..00393905d2aab69dc996bd4a900c1917cbd01d12 100644 --- a/samples/15/clu15-sample1.png +++ b/samples/15/clu15-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fadbf09bda674f6c39d234493b3eb426572f740242e58e41fc454eb3fdfc6eb4 -size 430088 +oid sha256:dd39e1afca1d486d1db61877083281a14347cc925336f389d7a88aa5eb7c77d3 +size 195105 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png index 8fc04f6682d6c78e74b2b8e8a8a80bcfe6862db3..12a09d4f5eb9bc2188245331b7453ae490d1f9d0 100644 --- a/samples/15/clu15-sample2.png +++ b/samples/15/clu15-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:889c27b6dfb452ac4f7d4cf4a38575cfd2df210acd722204c68f7661bcb62f33 -size 412658 +oid sha256:4d3699e94c8c7feea79f164101bfd05e548e15023cdbd9eef2b86ccfa9bf55fb +size 360009 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png index 24b2877826f6cafc60254aab496dbe388efd612f..3d938ae48653c9fdf8401dfaa337b8a3a1816735 100644 --- a/samples/16/clu16-sample0.png +++ b/samples/16/clu16-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45e138020df483ea1e0c4cdc7ad427d3e4113ee0fc83d50cf16c9512e728ee91 -size 617636 +oid sha256:87ad0836bea262ead3a923f60c4a79106ef061562347b98c264d22adf2bea241 +size 304359 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png index c9d5dc5db27aeb5db83e6fbcd9ebe2e315a16dda..736bffe24c070e9139b00118b1cd6f2ef3bd805e 100644 --- a/samples/16/clu16-sample1.png +++ b/samples/16/clu16-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0a6b297e71d634d16630f1c4bb6638580ebe5bae4579216dd4bd2ad5e9bc5f5 -size 253800 +oid sha256:f6ad6cd495631a2e463a5303a5a75d06798807758bc2ca381e3e361b5589daa8 +size 511682 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png index d9d8301d6c875ce519d5daa947e6914eb7a6200e..2c6ba2c4414f2f3293cccb3df614703a17294247 100644 --- a/samples/16/clu16-sample2.png +++ b/samples/16/clu16-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ceca62446605e923f96c3eda6525de946d2f4b5d914f37fdbd53b47f50238904 -size 417497 +oid sha256:f2eb5126fc8ff5ea7e05a7aac16ee3043aa2b611c4772f280b112a82bfc25cb9 +size 348336 diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png index 7474f135bcb2c53eb3f9b65a6a7786cfe9ca9dcb..cc7229326a07a191cfba5677f79619c111f0807a 100644 --- a/samples/17/clu17-sample0.png +++ b/samples/17/clu17-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e01544d49a9734e2805dd2da7788645eea6203e79cb48cf259a0a170b3d2b5f -size 399724 +oid sha256:021ac78654efe9053170462659ec825b9f2d88c47093d73f0e1f64868670c478 +size 207118 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png index 66b20b67cba608894860eba84a5fd5984fb93018..ece257123f9ec114b75dc781fb0e21d784e22e25 100644 --- a/samples/17/clu17-sample1.png +++ b/samples/17/clu17-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58ac773fbe86102d35d7fe36d2df93d8e4ce8bd77e313c6c0ec160f2e6cceee2 -size 372878 +oid sha256:7716c70c1bfea3cf5afeb9bb757eb440e6bbb3c95b4dbbdebe80e32876a60ab0 +size 238509 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png index f9ae15d650765a2e5178ee27978b769133179bb4..39857d4ea4173006e401d8787ab8151214184e71 100644 --- a/samples/17/clu17-sample2.png +++ b/samples/17/clu17-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acb80704ea425d9e26aec70e88779ac519e8536f5c78ddb65d6e7a6c2b410406 -size 287551 +oid sha256:fd860774786670ff500a6a957d760c9aa9d08ea6e7300db6dbf39804324d53a4 +size 362979 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png index 3ef543f093cdf60680a2307bc968576aee87fe08..5999650ed0463612f0ca3c301ab561432ab2e26a 100644 --- a/samples/18/clu18-sample0.png +++ b/samples/18/clu18-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0799de6b81fb29780d780433e0b7032d6b476b61e3285122596f5304b3e0c9ba -size 407331 +oid sha256:c54204c80f6ac5f48e7ab531e82e69d4ca92114d6abe874761324db5a9f00a27 +size 158224 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png index 54f74a67c6ffedcf7f2317b441c49efc70a15912..79b4754b616f72594eff890a14b23e8a211988cd 100644 --- a/samples/18/clu18-sample1.png +++ b/samples/18/clu18-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd48bd9d35750c8ecf8166842bf5cfa5a16d6edbe5257c1e2f6bccc9b7419282 -size 266653 +oid sha256:1d21877a5c9a15e03a1d76962bd27760bc1e6b9df6865665d79845d8d039438d +size 370742 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png index e4680f9e8b615bd58a0b5b1d617e09cfa4720903..2bbcccc15781f8d6dd955d7285b4b7855d2a13dc 100644 --- a/samples/18/clu18-sample2.png +++ b/samples/18/clu18-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:930f4c0973af41f259712fec2acb561244ded8f74592d4e4dbafeaeeb0b3dcd1 -size 481143 +oid sha256:1a3b31a57f76751323b3ed5c341914cb91348664c891a6c979a7248a85546614 +size 230557 diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png index 1c9dd4d662521845ffc83a540879f5ffec0bbd85..8ffdaefc468d3290b9d92abc7655b6a161ce26c7 100644 --- a/samples/19/clu19-sample0.png +++ b/samples/19/clu19-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b77a71fc722974a8ebbfe0b282e52b18350930e523dfa7e7becdf494030e38b6 -size 157243 +oid sha256:3896160af48b5b9322a9a69291aac7d7a1c9fe576bdbc332988abad42982f8dd +size 376710 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png index 79b4754b616f72594eff890a14b23e8a211988cd..cc498aa8bde5d1dabcbdbc937a5d1b4b6806d769 100644 --- a/samples/19/clu19-sample1.png +++ b/samples/19/clu19-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d21877a5c9a15e03a1d76962bd27760bc1e6b9df6865665d79845d8d039438d -size 370742 +oid sha256:0c87089114abdba651b19f9cec5b26ea1f9afee878b65b65f444d33c5037bb34 +size 405278 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png index 8010fc4fcd83a4aede49a88cb95f7e5a715959c8..e442aeb35e36752862b4e6885408856afd5a8826 100644 --- a/samples/19/clu19-sample2.png +++ b/samples/19/clu19-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba0a6b1b5136cd1be803188730baaeaa51c6d3026dd43c87336922be8048d921 -size 244919 +oid sha256:4cc02d3dd022b648bee55be30dff873878683c35e76182a05a9cdb280bade5e1 +size 546098 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index cc7128531f3a066c0f2436146155783ac60b47e3..cd88ee2558f4d565fead1adbfa260191c7d480d7 100644 --- a/samples/2/clu2-sample0.png +++ b/samples/2/clu2-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46beecba8fbebe33505b91d74b171ac7208641568778fdfcd8d137796b1466e7 -size 258059 +oid sha256:fdfe0177249985ef58f63f9105e1d009a992ec42a7bb7621e5e0c213b5c163a1 +size 382162 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index 102327ccbf7a85607fed2c9dbcbb888137192c64..4bab51e22208e01fb972f7b9e52719aa0b34bc33 100644 --- a/samples/2/clu2-sample1.png +++ b/samples/2/clu2-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7cb2bc9c5ddb46a3af5d0443994055003d6cf59efab3d7bed7006347e7f9d50d -size 698457 +oid sha256:abf984d12ac47b952925ada731620ebf61fb72e3198ee41e2b67d8a753a4ac66 +size 339737 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index 24ee363730d7b7b577a2f308889c7a6129d2dbb5..aad1a51968de36aa782adfaef82dbd935e057263 100644 --- a/samples/2/clu2-sample2.png +++ b/samples/2/clu2-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:46bad4bfa53a4c123528704c5ac98fd76b466b08d92cea46a19e2acc63974ad7 -size 286360 +oid sha256:559e25218c823b3632ee893b7baf42a8c6dcb8d1b70ab5354c57b94a4a593933 +size 210826 diff --git a/samples/20/clu20-sample0.png b/samples/20/clu20-sample0.png index d0a3cd19b9bedd2dc765e0c9b67ad83057648502..842697a34017ceadda6d544343a92e898e2c780c 100644 --- a/samples/20/clu20-sample0.png +++ b/samples/20/clu20-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:729cc79dc5895ff8924c9cb90954043b388a071e0c5eb2a83cc7cc2fe78f13a3 -size 136855 +oid sha256:842d435814d18e1072a6c9cb6e686174add473f479800e979816c3bdc08d3933 +size 390198 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png index da3adadf81a3157b9fa3d356324cccef6a14d5ef..3901ecb3c8ecaf9b772dbba638a8255c7ffee019 100644 --- a/samples/20/clu20-sample1.png +++ b/samples/20/clu20-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bbea11a35d75f7566cc81c7c6d557dfe4e5bf933a21d03609738ea42dc32d2c -size 405109 +oid sha256:00d259ba631873c8ba0307d03ebc651ac121d88b447f1efa5542f435adaae650 +size 218651 diff --git a/samples/20/clu20-sample2.png b/samples/20/clu20-sample2.png index cdf3e099c2ddd59784bdbf755fcefd8c442fb251..5da7e5e951faf81de38756dca5a0ce69a9444d6f 100644 --- a/samples/20/clu20-sample2.png +++ b/samples/20/clu20-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9321f82f66726d788e24d8c07fb5f424c331bf977be2a0c1dff915b40958ffb4 -size 589468 +oid sha256:fd518c541e322b32b7e2efd783780cf7cbb27fbf92c803e0cf2a302c31847cf7 +size 312111 diff --git a/samples/21/clu21-sample0.png b/samples/21/clu21-sample0.png index d0dc015ed8e5537496edb60466210a83df85261d..364e05125b94c55979b52c4f2eaf75a890ea03f7 100644 --- a/samples/21/clu21-sample0.png +++ b/samples/21/clu21-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b84a0ec7f579fd655f4ba094b474a2adb46e8693be43f8f24ba7e6754646dfd -size 331680 +oid sha256:162462801701dce3ddbd85f2405feec05ce392a3b81204065a2522c731311ae8 +size 280612 diff --git a/samples/21/clu21-sample1.png b/samples/21/clu21-sample1.png index b84b35745f99f71a06020e03cf224d65e7ccbce5..f4534e0f643e961cc4c40ad7aeaaaa2f3c64bfa7 100644 --- a/samples/21/clu21-sample1.png +++ b/samples/21/clu21-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bbf1d2f93289b4aae7187d6d033b01a19c0fc7be461ca9da456f92f20e1228d -size 245838 +oid sha256:d5401b9d7cd11f289a8f30116d35b8f9397c56837490b9e70ffa0abf7f0ffdb0 +size 635160 diff --git a/samples/21/clu21-sample2.png b/samples/21/clu21-sample2.png index a72c2099588b4af2c4cde564391d014a302079b6..4e92ba60f06a43d9d8e01891be23c2a122c68a94 100644 --- a/samples/21/clu21-sample2.png +++ b/samples/21/clu21-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0c1f2a7d6917fcbc4d0a6eda692a13d487c9a2c3f465c27778d3324cbb892d29 -size 294227 +oid sha256:28d1d0bbc1742ed2859b0a1a9cc612e4c0ae1f56812f7188fd38b8de8f4c1d32 +size 180355 diff --git a/samples/22/clu22-sample0.png b/samples/22/clu22-sample0.png index 3f59d6eeca54f8c41121399eb40b92a975bb6543..f49028c714d2a7451c1458080285fbd3c48c10a2 100644 --- a/samples/22/clu22-sample0.png +++ b/samples/22/clu22-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:20e0acbde7429d8d38cdfc6c046c8216b64cb81163edf70437484f2be2171a15 -size 360753 +oid sha256:f65369f79a3a69f71bcabba0ee26c7b634da513b030263ec9be660dd8f601433 +size 412170 diff --git a/samples/22/clu22-sample1.png b/samples/22/clu22-sample1.png index ed8cea75bd5b4670f926e86f106bb0a648f2e8fb..0873a4e06334f94431c515434f7562e356c4f608 100644 --- a/samples/22/clu22-sample1.png +++ b/samples/22/clu22-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a07344b261416646228f905664fc3aaf88d53868345ef3e2e42bbb5f40c477fa -size 325221 +oid sha256:a21ca0915d77c1ee7a829faac1512969fdc2c1b444c8177161c255508dcd6567 +size 264721 diff --git a/samples/22/clu22-sample2.png b/samples/22/clu22-sample2.png index aaf5d3dfda70e6b69f269f7a3e9e47921293676c..bc41e1cb91a12d37f2569a35b021ffb27da776f6 100644 --- a/samples/22/clu22-sample2.png +++ b/samples/22/clu22-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48886a10b97d3800ceba9124b3c6922b30cfa6ff80ab8f73c584809164e1ffa0 -size 434086 +oid sha256:7d60f2c0052466de66affcaf71050b6450733c447580330c189490e54b63e377 +size 428048 diff --git a/samples/23/clu23-sample0.png b/samples/23/clu23-sample0.png index 82bfd4232b01931e55384afc3b20e4f7ea41afa9..938140704c5fda9b3025476478f2390ac4ba8517 100644 --- a/samples/23/clu23-sample0.png +++ b/samples/23/clu23-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8166cc6225f5d6b29d6d65f8808e37e5febb42f02cbccbbcfbabef6d7619ad16 -size 416363 +oid sha256:96856219129fd793078e13ab15567c0dcea7d297f0af93c7ace528cf53014358 +size 265110 diff --git a/samples/23/clu23-sample1.png b/samples/23/clu23-sample1.png index 57d17a7a8d609763412b0fbe5f9a8976a7200b91..c38011b3006b5d2ae9cfa9533c99fc486ff33136 100644 --- a/samples/23/clu23-sample1.png +++ b/samples/23/clu23-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d2c0ceab6602d9ae176e76d78dd21a22232efe0989a3a6077d663a3efcf2cfe -size 245047 +oid sha256:e4d27ba7ebdebed4a756c7d2e38393474fea1b5cab5981114e713243f9c8404d +size 365923 diff --git a/samples/23/clu23-sample2.png b/samples/23/clu23-sample2.png index 9262c467ce672c3f485f3255d647ea42ccf6e1cb..af917b9a4d6f154019000eab7156f0b5fea125fe 100644 --- a/samples/23/clu23-sample2.png +++ b/samples/23/clu23-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff832c611b8cb9c68fc750c64503eaf266850e869e75b8d458ea14b1bfc5cc5f -size 366370 +oid sha256:ef9aa0e116bd5c9906d8af7e8b67e2f3fd1ebaac84523a0887daa3f5b2db3e07 +size 357383 diff --git a/samples/24/clu24-sample0.png b/samples/24/clu24-sample0.png index 038443c086a1e59836ce12d0cc13eb918d3cf0d9..e48f8cf09117a1b1242b77c50e2937b0ebae98bb 100644 --- a/samples/24/clu24-sample0.png +++ b/samples/24/clu24-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:270944d577627efc3200a2da76942e689c6f546519f1220cc6ef43e6c1b98815 -size 410669 +oid sha256:1d367db202ba671347186271ac872542fb525038d2324dcb58c58da94dd0546a +size 257678 diff --git a/samples/24/clu24-sample1.png b/samples/24/clu24-sample1.png index d172edbe8c8c1cd4037f2fa5648098580ee741ad..f07d23630d3c2a6164a24c4de87ef1ed26f8fb91 100644 --- a/samples/24/clu24-sample1.png +++ b/samples/24/clu24-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:02f52731b8baa7d8e7c7db079e7d2ec5f703a9cebc87a6fed53b092ae820e119 -size 330394 +oid sha256:372190c3f5f5e87a7169cb34e1ed65ba450c68c1c5a3fa6d0d7778f0a9e6c70f +size 462026 diff --git a/samples/24/clu24-sample2.png b/samples/24/clu24-sample2.png index c08bb02bfcba48870401eb1c781f76cd3b773e13..3df33c5aa32786a01c4d43fe375f713350226308 100644 --- a/samples/24/clu24-sample2.png +++ b/samples/24/clu24-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2f70488b157d62cfb8ba697062d2c9c0d613c9b87ab4adbe8076e386b9d2a146 -size 173309 +oid sha256:d0cfa5019a3f360bcaf325a7fd19c4cb7fc0d2ffb322bc2739e6d495d9195acd +size 287900 diff --git a/samples/25/clu25-sample0.png b/samples/25/clu25-sample0.png index 17b37266889c836fee1b439db3d9c934956e44a5..b597c78447428e4bf96bce88bbc248acc5be838e 100644 --- a/samples/25/clu25-sample0.png +++ b/samples/25/clu25-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b4503b46eea9c9987eab56fe9ac3694c3475b3b681d0825bddfc44774197e39e -size 474624 +oid sha256:f05fe4acc0189eb8821a790c74151e8a2ca68ce54f23816418b2dd881363cdf2 +size 287860 diff --git a/samples/25/clu25-sample1.png b/samples/25/clu25-sample1.png index 68ee0308d3d616cac124256444f95c3ee25e6ebe..0476df300f0ce1f323e8a0a966d35c16afd1d4e3 100644 --- a/samples/25/clu25-sample1.png +++ b/samples/25/clu25-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec4983c2e31e9a4e0e8b12e6c79d7c2ef19ea3c65d2cb959f0f7779099b6c3d6 -size 341866 +oid sha256:6ee87be5770a97cdb25b2253acd01e063abf39ebe7b8d61f596c9a3b8318821f +size 423270 diff --git a/samples/25/clu25-sample2.png b/samples/25/clu25-sample2.png index 2f7fbcd0c2295cd98027ed4ce423ff940f712286..e92695d52ea245a25b4ed3e628260b814e0aa2c2 100644 --- a/samples/25/clu25-sample2.png +++ b/samples/25/clu25-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bec084cf638c584c49958716bf064e56b2f4bfef3bc5365ca6685c4c1ccd8c8 -size 212012 +oid sha256:49050e42513b9a43d4b54f3ea54bd8b91878e606c3be5b0ac66b30023cbea3ff +size 413020 diff --git a/samples/26/clu26-sample0.png b/samples/26/clu26-sample0.png index ddb128f29738914ac1e82904d6575992d5a57475..1185e62509c824a77668e6ff058483e50547f795 100644 --- a/samples/26/clu26-sample0.png +++ b/samples/26/clu26-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a259312e94a67044387769c3aaca6b565b6d7238884fabddb7a1494cdcceabb3 -size 524388 +oid sha256:5ddcad98a9e85bc4502932d58b0b4d13a441846fe0c1a3a00fb3221cd4e5d5dd +size 464160 diff --git a/samples/26/clu26-sample1.png b/samples/26/clu26-sample1.png index a3cbd71b4eee8f7e14e43bc99f1a4f3e1d61f8c1..82e407a5772688a68469ca9b8cb0059de2cd1a31 100644 --- a/samples/26/clu26-sample1.png +++ b/samples/26/clu26-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba8fe697d2c44abad17865a1fc4f0acedc9e9444e30fc1ab92e61851f57df77e -size 408976 +oid sha256:70acfdf2c73307ac6fba434ae7a4b4eac503279b6fa46239e70a92d6a9df07e8 +size 255165 diff --git a/samples/26/clu26-sample2.png b/samples/26/clu26-sample2.png index 26d8a58292dc9ab0d0f88952d9e091262dedbe33..b28f74f0e567b829b7c89a58e9b679e9411898fe 100644 --- a/samples/26/clu26-sample2.png +++ b/samples/26/clu26-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96a48111a0c0a028a7bb9c276fc8c1082e95e4cf56f59cae50c16d182eb03a5f -size 567045 +oid sha256:f794d75e1b9210cd8b5dc3ec364f2dd6b15cc7c9b34d80ac3073e8889ca4fbd2 +size 337862 diff --git a/samples/27/clu27-sample0.png b/samples/27/clu27-sample0.png index bd65ee25d6a324d391cc26d9c15b47f5e5c29a98..3738e233a0014691d6b698327de9a44aa276c8cb 100644 --- a/samples/27/clu27-sample0.png +++ b/samples/27/clu27-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fbb267d9adcf77da2d3f4ae8c305bb13a2a960da2f52488af13b703f18b0ec91 -size 503270 +oid sha256:f3db3018db01c204e8683892c0ee21e6b7351507bca6d6957fa2d895c3ab3088 +size 400642 diff --git a/samples/27/clu27-sample1.png b/samples/27/clu27-sample1.png index 81162d6da86618f33029fc9b5f2581eeabdd1ee5..1cbdd812805ce6e7d1a7396e18316d423989e186 100644 --- a/samples/27/clu27-sample1.png +++ b/samples/27/clu27-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2902f5e787c528fb1cc35b939cc3a14d84249937e8d66e62356b27de70d0acd0 -size 431353 +oid sha256:3860e7bb19eb8af7937c954732a5b0acf77850170aa34faa550d8bb8c70f24ee +size 357169 diff --git a/samples/27/clu27-sample2.png b/samples/27/clu27-sample2.png index 70e54f6b2bec0fb9f5912c9085e8c8e6558fb5d7..3050333d8bc1ec8fb6b60c6ed42f75232157ced2 100644 --- a/samples/27/clu27-sample2.png +++ b/samples/27/clu27-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f48c6061eb8cb811f06d72603674324a9552e0fe37c46b72c48ebb028538ce0 -size 294101 +oid sha256:8b4479a2b56186b599b41a3ef626d0d20545fe7b5533685a6933fc629828b31a +size 359476 diff --git a/samples/28/clu28-sample0.png b/samples/28/clu28-sample0.png index 3744d685d4f31e84edf29aee5322ff213724d7f6..5f94d0251cf0ceb39a8590ca70bf629f24f52569 100644 --- a/samples/28/clu28-sample0.png +++ b/samples/28/clu28-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ff49648f83a50d5e86e14155174e6c135f5e244ea252c4996a39e7bdfb93918 -size 224243 +oid sha256:f91e35b4d9e6e218d77c1517a4ce8537ee55d72450012eb0b7fa6ff8f3a4ef22 +size 531727 diff --git a/samples/28/clu28-sample1.png b/samples/28/clu28-sample1.png index dc8dc90cdc71ac3fae0d8ff60c0ed501fa7e9821..5f2154d4d34d0470417ce2f55129c4819bcbe00e 100644 --- a/samples/28/clu28-sample1.png +++ b/samples/28/clu28-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:542c29324686154baff3b8af423d4a9ff7a16bb34160a9035ae686e42caa5784 -size 349368 +oid sha256:c7ec38fbc675727ad67a49d3d856c3d152f9ef1ab3edc262480f2dddd49619cd +size 412386 diff --git a/samples/28/clu28-sample2.png b/samples/28/clu28-sample2.png index 9f0cef6c1cc6011a3e307171698c68a6fa439327..2a0c7f1c60a700829434cb7d1d3a9d54274c4fdc 100644 --- a/samples/28/clu28-sample2.png +++ b/samples/28/clu28-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05e8a6397e229bace9fa6fdcf43b7e081ecd72ca50c9b4653fd70893410fbafc -size 306318 +oid sha256:b13e7fb3ccf354a299f0977f79044dd35531489f7556affffb1f7530c24930cf +size 402944 diff --git a/samples/29/clu29-sample0.png b/samples/29/clu29-sample0.png index b56fa7322129dde42439ded314bab92642ac8b2b..18ac5306a55e65953f4daac6bed9b6601c0dbc5f 100644 --- a/samples/29/clu29-sample0.png +++ b/samples/29/clu29-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:521e866058e32315aae66783f499fe777cd454643d3ac677e3a668d6d7ae7c89 -size 598856 +oid sha256:3219a3b15a442572381d60010b2f89c1186759cc9da032d4fe49ff59fc0f7351 +size 309063 diff --git a/samples/29/clu29-sample1.png b/samples/29/clu29-sample1.png index a40eb411293fe3abddff2aafb4f95d6f3f66c9d4..4a0328a6894c7a25eee87bbd99c94d30e4c8f0a0 100644 --- a/samples/29/clu29-sample1.png +++ b/samples/29/clu29-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:55aadcf0bb6f88f21fe91ebb80a93f3a2e81ff7ba84ca280ec82d4ef4084b485 -size 523588 +oid sha256:413ba54b931025edf86716b06bac4307cb1c67c917ee4a489f62cf0d21978112 +size 351724 diff --git a/samples/29/clu29-sample2.png b/samples/29/clu29-sample2.png index c18d45b7d0bb26ee494d3774bd3b45f7989ef759..815abb1f245dc5cfc73eeabebd5700319e974dfd 100644 --- a/samples/29/clu29-sample2.png +++ b/samples/29/clu29-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bad12d7b96113b9fe9428fc1360e88eafbf88f206d91e6b99e268c9b5ac999d8 -size 319440 +oid sha256:94074f709f649a29df0b488be43186b6464c239dd2129fcf44f6d8ff0bdcb805 +size 267022 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index d889e414db49c47a4f39e88a0dae98b00d393238..05a9a08153ffaebe3190d2ddc8b1c955b5be0098 100644 --- a/samples/3/clu3-sample0.png +++ b/samples/3/clu3-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d3618af01e04e7478c557aa6889253ad634ec42e948ce0ee3c75846f0f20680 -size 443093 +oid sha256:5f8dc1194e88f5c276f04f8fdc8d445b689c1387fe7e0174769fc554bfbfec74 +size 217178 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index 74e83c2ea2f5ea4eca1a03a6e2015167933f8b2a..b266c948588544ac747063c46927970e945cab9b 100644 --- a/samples/3/clu3-sample1.png +++ b/samples/3/clu3-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9bbca552c0947a441a0d6622bcf5b3d2d66b00a810e50b782f01a5fa389dc0be -size 319277 +oid sha256:2ef9b7ebc35dbdf901b4eab25cf1c72194d30fd4fb419d130c403e9b9f611789 +size 285013 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index 75d28b9e8e8f81003e32f8a1a2b42ff492a4d2a6..3c2b4552323fbd807fbf4006b3f43f6b8d253908 100644 --- a/samples/3/clu3-sample2.png +++ b/samples/3/clu3-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c513f2dd9e51ae0eaa6e2594a6b52a0a406b65e1e2991ef30f0b94c925df69ff -size 299028 +oid sha256:9ec66a1944e659ad869304f4d9c1914bd88841719b40fdf6bd1aeb1e7c9a5209 +size 450005 diff --git a/samples/30/clu30-sample0.png b/samples/30/clu30-sample0.png index f2912b8e93f67b20cb3d81a0a33b4af33cd9952a..422fd0c42888db18a9e041cbcf78bae66f540f2b 100644 --- a/samples/30/clu30-sample0.png +++ b/samples/30/clu30-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e679fbbaaa8581476829f546f58dd35bba09d718ae6d0a7a9c6d72b1f0480cc -size 371614 +oid sha256:e547288e2dce8b04f4c313fa033ce0ed064f8d42e03759ef53b0e33960d98d73 +size 399186 diff --git a/samples/30/clu30-sample1.png b/samples/30/clu30-sample1.png index d4db53876d4c9b3eace669acb004ca4beb1c9985..17bf0c22f2909ecf9e5abfcc69b0b7b17942c46c 100644 --- a/samples/30/clu30-sample1.png +++ b/samples/30/clu30-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2151ba65e5b963ed230b6c408dd9e59995d9c51c0159a7f7bf72bb0c1cadd5ae -size 314032 +oid sha256:97497a7007dacdef8f4dd5dd7f10e804a6717f382f0f8861db164596df27f5a1 +size 274429 diff --git a/samples/30/clu30-sample2.png b/samples/30/clu30-sample2.png index 7460c51e3e023062e4e2157c2c73f4906d621c4e..971fae985e2761b7c40d7ebdad4494b609e4cb4d 100644 --- a/samples/30/clu30-sample2.png +++ b/samples/30/clu30-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7de97ef0261ffcaedbe7cb7b7d4b35f80030b0f078ebb175f9cfe792c9b53c8 -size 209776 +oid sha256:8d374a6798642cf9b72daf617ed6456e44e4e38f356539eaf1d5b843613a1c15 +size 437930 diff --git a/samples/31/clu31-sample0.png b/samples/31/clu31-sample0.png index 875146bbef6cf564fad5229893a5056acc89e807..5212fbc129ac051256d200de35e7d5a0b763da16 100644 --- a/samples/31/clu31-sample0.png +++ b/samples/31/clu31-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33f23555a9cfa2c9e6ccebb846e74c99c647a30c24e253be58de5618900564a1 -size 370009 +oid sha256:b9d6f1e71eeb1ff25be912f880ea93fc56dcef252fcc722331f9df5a149dfd65 +size 265919 diff --git a/samples/31/clu31-sample1.png b/samples/31/clu31-sample1.png index 59d4a6a2629a032844033053f5ce0c7b89d644d0..5d0789f6c596b61ff1a9c42d5b5989a42123436e 100644 --- a/samples/31/clu31-sample1.png +++ b/samples/31/clu31-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dc1810bb3d851a4fc2ca836de80c9d7b325ca9e1ce8b8d8a5c04a343dd60332 -size 477563 +oid sha256:12d607166e841adb620579a3f94900f7fef3b9397f74b26bb6befe8e399832b5 +size 414917 diff --git a/samples/31/clu31-sample2.png b/samples/31/clu31-sample2.png index 86ccddcd3f620460d5d43f80aa4b0a02c1f82601..47606574e36d5e3bce0bbf8c1481639e8f6033fc 100644 --- a/samples/31/clu31-sample2.png +++ b/samples/31/clu31-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1cb3caa1a41f02fd7460b798acaeb1c5760efed172de6f17c1045f10e248775b -size 371841 +oid sha256:baba8a4f9ad2cfa4ec767f672d93fde3e845c46af9583213d3d526215641bc6a +size 394728 diff --git a/samples/32/clu32-sample0.png b/samples/32/clu32-sample0.png deleted file mode 100644 index 4213d29328be7286c3463ecd47b3ca1239619641..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:393c77661e264dfd9b74b2ba0493276af5f4df02a0e300e4ee6614a042aa0877 -size 422441 diff --git a/samples/32/clu32-sample1.png b/samples/32/clu32-sample1.png deleted file mode 100644 index 99356ab1d36b4b4f42273598b7752cc8d8d3fcfb..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8ebf6a0f1c37ac581bc70a4dc1e001f632fb72d416a467170b3476c3399b03a -size 274777 diff --git a/samples/32/clu32-sample2.png b/samples/32/clu32-sample2.png deleted file mode 100644 index a303740baf3b180ec2f7c575722aaace3e47d79d..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08b69ba410aaa392001a41aec5d8c37f84c037a3d95055034f59fba89e56fb12 -size 325380 diff --git a/samples/33/clu33-sample0.png b/samples/33/clu33-sample0.png deleted file mode 100644 index 93ab6dd694184a940d25b0db67d5e8b70c4a988a..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f446e92064b5c2dd7d538f1e3b06ef601561a239d95a2a47c04c8b1273b4aa7 -size 520571 diff --git a/samples/33/clu33-sample1.png b/samples/33/clu33-sample1.png deleted file mode 100644 index bc470b312efb828822808a05ca38fef4f3efb2ce..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:591421f07f197e665556f4e054e9382cab6d27b4362d0add421e7770d4e7e180 -size 285365 diff --git a/samples/33/clu33-sample2.png b/samples/33/clu33-sample2.png deleted file mode 100644 index 730280972e914415fa2de664c1691c94f94480e3..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0cbb48ca4cb95137dd88c17245fbe6380fdd715cb80c5597abaadd513e9acc58 -size 230457 diff --git a/samples/34/clu34-sample0.png b/samples/34/clu34-sample0.png deleted file mode 100644 index a21a05170de752c034328940f5dc4600268c22b6..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65ec11e38ace68b9ba4ff2f8160019d6ba10d15b4f11817f593d1b952bb0b97f -size 352184 diff --git a/samples/34/clu34-sample1.png b/samples/34/clu34-sample1.png deleted file mode 100644 index 41e4c3037819e076dc4a4137e94dd89a0316119a..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:368ab4fae55bfb14641416de1c0111979fc42f55475d17e798c24e297c4f90da -size 210848 diff --git a/samples/34/clu34-sample2.png b/samples/34/clu34-sample2.png deleted file mode 100644 index 358075bcc1e1929fcead4bc213f07ddf77e793a9..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9e7794dadb3a486017c0ecd7cb8e45d4814637b5c0b66d06ec32902c86af959 -size 425103 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index 5a4147c8859ba00d422f549da9a2039966201d8a..5d6754b7c9a551bd02dd959e146e5adc5ab54125 100644 --- a/samples/4/clu4-sample0.png +++ b/samples/4/clu4-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:45cfb3a78da17c2a75e223508dae067d6aa24181f12642aa73495cf4ce26b982 -size 204293 +oid sha256:377b94223daf6b160bd4a81c32954b285e3ee0949aba80a1484b62d27b2ea569 +size 356458 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index 222cef849b9dec3e760e3837bf3e56edbf86f92c..b3e7faf8e4e0f9778eb1769c3d1982fa148ffff4 100644 --- a/samples/4/clu4-sample1.png +++ b/samples/4/clu4-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f72af2a90b14e9343a89f95a9977876cdac342e6338ba608009bd17cbaf07ae -size 349363 +oid sha256:1cbe425b759c65dcbf5a9fce1cd7cfb9973bcbb45c216ce4491f59caf3741e97 +size 250830 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index de4448aeb484f133dffec47c78f5bb3621c274f4..220dd1f2e01b6fb66c9f56f5c4d982f2727e9d65 100644 --- a/samples/4/clu4-sample2.png +++ b/samples/4/clu4-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:943f01fab10d4026b1091db5bd93bab7d44a9b2d44d47e4cb2188b535e1cdc25 -size 452450 +oid sha256:833c0dc27b1d15e65b1ee93efd4b8235916902e6c60dfa80f10680d11ff625f3 +size 191951 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index 6c2d9620ea57a651e9edf8402d06fe765cf09c8a..972bd08fa8cef42226a3f37c29bd0499cf332bdb 100644 --- a/samples/5/clu5-sample0.png +++ b/samples/5/clu5-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3172f89bf7df4f0bd4632a86aaeb9d1b1d62869fadad6aa2d8cc8409b1fd997b -size 487082 +oid sha256:9cae049fb37fc9c62edf08c365f8f1a47d5c785e6cd09a99cdf12c0bcf7b3992 +size 245996 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index c7d61833d5842f8d6210553fd7af737befb2408e..4943215e5cc977c6b53a94c68471c3df267afb60 100644 --- a/samples/5/clu5-sample1.png +++ b/samples/5/clu5-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31ffde6a16dbffcce175af923832a215b956877ecb3dc03b3fb87d8c5dea1f6f -size 226633 +oid sha256:b53cbe5f4198a3ce141234d75bcb415f65e1ff558b14f93b507a8ef417151398 +size 604746 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index 49d03d1a71978146eab65d7ea323902dec46fc28..ea45ec16e0494b41ea55f0d2589d40f16c2f929a 100644 --- a/samples/5/clu5-sample2.png +++ b/samples/5/clu5-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a0f6e71eb9eeb8fffbef644834e97cc75b828d145e9a50de62ed104f879e427 -size 365745 +oid sha256:b106b1bbe4ab8e1b07189cea552b2e0f995b3a97615f37feedc5fd55df7f2a74 +size 337903 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index b4590a95640894a71967628b46963375a7b11477..08d1cd5e19ea15a47aec423a0f42eea0fcf6e3db 100644 --- a/samples/6/clu6-sample0.png +++ b/samples/6/clu6-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:421a55dda16e6d71b3a5e5de24202073cfa2fb931ede947feec90975ab104de6 -size 315821 +oid sha256:afa3e88ebc2278580d932b9a0f14da723c32f64fa69d6e43622cce528d89a6bb +size 314790 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index e45fb35f443da1dc5b88e9412d58fd28a1997f70..f413dd8f47166805f685c7857ddf9998f0376814 100644 --- a/samples/6/clu6-sample1.png +++ b/samples/6/clu6-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a296d8cbc7a8bcadb42c13150fcb018a62825e3b3e986dc1aa84b9ad8abfe50 -size 423251 +oid sha256:19a80a7107f1db40e7153d7e685f3b32f96ee29aff2a6feff2bad25f7cbdba1b +size 269653 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index a350769f9aaff459ac2063c5715f4baececff931..d889e414db49c47a4f39e88a0dae98b00d393238 100644 --- a/samples/6/clu6-sample2.png +++ b/samples/6/clu6-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd5f4e987ccdb6e97f2190871ab8f0313c665e26b08692e71612628939b7174a -size 290153 +oid sha256:3d3618af01e04e7478c557aa6889253ad634ec42e948ce0ee3c75846f0f20680 +size 443093 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png index 2e9b6de8b1f23b3ff33e54d22758835e5baebbda..48ca429d000e5eab9abaa049119b79d7e8aa0c17 100644 --- a/samples/7/clu7-sample0.png +++ b/samples/7/clu7-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:085f61488594861bf51e301ea16eebed78500a21bfc14c1af0f1974904a96487 -size 258425 +oid sha256:d0bd62a3ca9d877350f223e1e93e323036a2edfe7c810ab43b0b9434c03ec489 +size 611779 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index be2c243f3ef1b1209479701f41b6fe36a3066a14..9448bd0b0a55e7925a721275d2bebf7a61221635 100644 --- a/samples/7/clu7-sample1.png +++ b/samples/7/clu7-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e109c5397c4cb5a5b82846761cdc7ce4aeb6458e323a241853ca06157e95bc97 -size 495655 +oid sha256:558e71714a74d317d886bd1122c48ace5a4e87b24b3a0dafa4888e881f91e710 +size 299691 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index cc71006797cea203a89fb89a2c0a7bd59bfbe651..5d30dbf7141e380ea3cf80088b963f2b80383839 100644 --- a/samples/7/clu7-sample2.png +++ b/samples/7/clu7-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:420e714d54d392717ee6ee4b558168035fc8dc7c8d3b4a7dca0b0e4a292f429f -size 341764 +oid sha256:00074ac1e41e2735ddc028cf88b25579ce7554ed1160a428687d1bfbf5b6ae65 +size 481307 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index 1185e62509c824a77668e6ff058483e50547f795..270de9f6f55cfa7e875d22533c6eb2aba1630ced 100644 --- a/samples/8/clu8-sample0.png +++ b/samples/8/clu8-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5ddcad98a9e85bc4502932d58b0b4d13a441846fe0c1a3a00fb3221cd4e5d5dd -size 464160 +oid sha256:f1fbbba936f4f4fdfc2c512950c4d5bd62d201cc4a652fd0e2e4287add06ac16 +size 386067 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index 52f1d65386e5fbf628da9db32c56165334d6dad9..875aa0ab91bb9107922775ed8f2e60275fbc8467 100644 --- a/samples/8/clu8-sample1.png +++ b/samples/8/clu8-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:065430ca96d20b69dd2654e4a523ac508ace53c1ce515450973caef92a3d5b72 -size 265454 +oid sha256:043c2d503923e086e9ee8675c9b6efad656fc0223f955e354f9a31523fa7ab46 +size 542528 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index 92f10e0496c8ea92ca9fd2a515f753fbb0146ca6..2cd8a10abf46fa03ecd85b612b0c72742af677c2 100644 --- a/samples/8/clu8-sample2.png +++ b/samples/8/clu8-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:910f9894a0166ed9fcc974a37383fc4b722ca2948613131783182c8b1f84ded8 -size 376694 +oid sha256:5b17a1aea0ad6e10b55a6ba7b65869412a214a4209566c1a58498ef4529619ac +size 388421 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index fb892a918c565a1a9477b025ce3058dc56ada31a..a32362452c5b38453dcb9924c4baf287a50ae65b 100644 --- a/samples/9/clu9-sample0.png +++ b/samples/9/clu9-sample0.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8dac144680704a3144ab84efaaefb7809808fcdcfcc57cbf45738683e933fb98 -size 436988 +oid sha256:217f9c6eed7db9acf39fa327564c435f613019fa6b60855503495e5a6dfaa730 +size 266105 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index 5915ee6fc36d02d8a90410693df093f81b07ab6e..39e66a483a38b92495650759079f4aa6edaf0583 100644 --- a/samples/9/clu9-sample1.png +++ b/samples/9/clu9-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bef1807a4b64e209a29fa5c9ed1482117ca810d322e66b9e421f0850b40917c9 -size 320536 +oid sha256:8f8a098146e1a5b12c135385bbe324b2e2b43a0c08b53214021775b110a2f943 +size 277960 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index 0aaa2883bfdf0a1cd41619c1ff3216280dd7f25c..ee6f9522808ebb21bb31d8f846028094625d77c0 100644 --- a/samples/9/clu9-sample2.png +++ b/samples/9/clu9-sample2.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5efd0776739b14d204ea46f9dd099c146074f67d47534154d98a8e887a88a93f -size 287190 +oid sha256:95adc4498ab6f44167f1dc25bec060e7c9c949882370900dd8bfb6100c094d61 +size 398868