diff --git a/README.md b/README.md index 4a9cdcfd6d58e10a1119dd5e75bca69afb668485..9cc7f09304148764d4d1b0267e0554ee51797fff 100644 --- a/README.md +++ b/README.md @@ -11,107 +11,89 @@ size_categories: # Dataset of ptilopsis/フィリオプシス/白面鸮 (Arknights) -This is the dataset of ptilopsis/フィリオプシス/白面鸮 (Arknights), containing 500 images and their tags. +This is the dataset of ptilopsis/フィリオプシス/白面鸮 (Arknights), containing 486 images and their tags. -The core tags of this character are `bangs, owl_ears, orange_eyes, long_hair, white_hair, grey_hair, yellow_eyes, breasts`, which are pruned in this dataset. +The core tags of this character are `bangs, owl_ears, orange_eyes, white_hair, long_hair, grey_hair, yellow_eyes, breasts`, 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 | 1309 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 1309 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 1248 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 1309 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 1248 | [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 | 486 | 836.63 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ptilopsis_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 486 | 391.58 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ptilopsis_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1255 | 896.45 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ptilopsis_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 486 | 695.06 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ptilopsis_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 1255 | 1.38 GiB | [Download](https://huggingface.co/datasets/CyberHarem/ptilopsis_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/ptilopsis_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 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | feather_hair, medium_breasts, pointy_hair | -| 1 | 3 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | feather_hair, medium_hair, pointy_hair | -| 2 | 4 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | medium_breasts, medium_hair, pointy_hair | -| 3 | 4 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | feather_hair, large_breasts | -| 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | medium_breasts, pointy_hair | -| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | bright_pupils, feather_hair, large_breasts, hair_between_eyes | -| 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | medium_breasts, medium_hair | -| 7 | 4 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | animal_ears, medium_hair | -| 8 | 8 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | feather_hair, medium_hair | -| 9 | 8 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | feather_hair, pointy_hair | -| 10 | 3 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | blunt_bangs, feather_hair, pointy_hair | -| 11 | 3 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | blunt_bangs, feather_hair | -| 12 | 3 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | medium_hair, pointy_hair | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | pointy_hair, short_hair | -| 14 | 3 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | medium_breasts, short_hair | -| 15 | 7 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | hair_ornament, bright_pupils, hairclip, white_pupils, very_long_hair, large_breasts, medium_breasts | -| 16 | 5 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | bright_pupils, white_pupils, medium_breasts, feather_hair | -| 17 | 5 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | hair_ornament, hairclip, pointy_hair | -| 18 | 9 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | pointy_hair | -| 19 | 39 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | feather_hair | -| 20 | 35 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | medium_hair | -| 21 | 10 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | medium_breasts | -| 22 | 3 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | hair_ornament | -| 23 | 4 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | ribbon | -| 24 | 5 | ![](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) | beret, black_headwear, hat | -| 26 | 7 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | beret, black_headwear, hair_ornament, hat | -| 27 | 4 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | beret, black_headwear, hair_ornament, hat, medium_hair | -| 28 | 8 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | black_headwear, hat | -| 29 | 3 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | bright_pupils | -| 30 | 7 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | short_hair | -| 31 | 4 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | brown_eyes | -| 32 | 3 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | animal_ears, small_breasts | -| 33 | 3 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | hair_between_eyes | -| 34 | 3 | ![](samples/34/clu34-sample0.png) | ![](samples/34/clu34-sample1.png) | ![](samples/34/clu34-sample2.png) | animal_ears | -| 35 | 3 | ![](samples/35/clu35-sample0.png) | ![](samples/35/clu35-sample1.png) | ![](samples/35/clu35-sample2.png) | neck_ribbon, red_ribbon, ribbon | -| 36 | 4 | ![](samples/36/clu36-sample0.png) | ![](samples/36/clu36-sample1.png) | ![](samples/36/clu36-sample2.png) | animal_on_head, on_head, short_hair | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------------------------------------------------------------| +| 0 | 6 | ![](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) | feather_hair, medium_breasts, pointy_hair | +| 1 | 16 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | feather_hair, medium_breasts | +| 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) | medium_breasts, medium_hair | +| 3 | 8 | ![](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) | feather_hair, medium_hair | +| 4 | 8 | ![](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) | feather_hair, large_breasts, hair_between_eyes, bright_pupils | +| 5 | 6 | ![](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) | hair_ornament, hairclip, pointy_hair | +| 6 | 38 | ![](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) | feather_hair | +| 7 | 39 | ![](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) | medium_hair | +| 8 | 12 | ![](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) | medium_breasts | +| 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) | short_hair | +| 10 | 7 | ![](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) | pointy_hair | +| 11 | 6 | ![](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) | large_breasts | +| 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) | black_headwear, hat | +| 13 | 11 | ![](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) | beret, black_headwear, hat, hair_ornament | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | feather_hair | medium_breasts | pointy_hair | medium_hair | large_breasts | bright_pupils | hair_between_eyes | animal_ears | blunt_bangs | short_hair | hair_ornament | hairclip | white_pupils | very_long_hair | ribbon | beret | black_headwear | hat | brown_eyes | small_breasts | neck_ribbon | red_ribbon | animal_on_head | on_head | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:---------------|:-----------------|:--------------|:--------------|:----------------|:----------------|:--------------------|:--------------|:--------------|:-------------|:----------------|:-----------|:---------------|:-----------------|:---------|:--------|:-----------------|:------|:-------------|:----------------|:--------------|:-------------|:-----------------|:----------| -| 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | X | | | | | | | | | | | | | | | | | | | | | | -| 1 | 3 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | 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 | | | | | | | | | | | | | | | | | | | | -| 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | | X | X | | | | | | | | | | | | | | | | | | | | | | -| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | X | | | | X | X | X | | | | | | | | | | | | | | | | | | -| 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | | X | | X | | | | | | | | | | | | | | | | | | | | | -| 7 | 4 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | | | | X | | | | X | | | | | | | | | | | | | | | | | -| 8 | 8 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | X | | | X | | | | | | | | | | | | | | | | | | | | | -| 9 | 8 | ![](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 | | | | | | X | | | | | | | | | | | | | | | | -| 11 | 3 | ![](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 | 3 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | X | | | | | | | | X | | | | | | | | | | | | | | | -| 15 | 7 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | X | | | X | X | | | | | X | X | X | X | | | | | | | | | | | -| 16 | 5 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | X | X | | | | X | | | | | | | X | | | | | | | | | | | | -| 17 | 5 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | | | X | | | | | | | | X | X | | | | | | | | | | | | | -| 18 | 9 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | | | X | | | | | | | | | | | | | | | | | | | | | | -| 19 | 39 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | X | | | | | | | | | | | | | | | | | | | | | | | | -| 20 | 35 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | | | X | | | | | | | | | | | | | | | | | | | | | -| 21 | 10 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | | X | | | | | | | | | | | | | | | | | | | | | | | -| 22 | 3 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | | | | | | | | | | | X | | | | | | | | | | | | | | -| 23 | 4 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | | | | | | | | | | | | | | | X | | | | | | | | | | -| 24 | 5 | ![](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 | X | X | | | | | | | -| 26 | 7 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | | | | | | | | | | | X | | | | | X | X | X | | | | | | | -| 27 | 4 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | | | | X | | | | | | | X | | | | | X | X | X | | | | | | | -| 28 | 8 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | | | | | | | | | | | | | | | | | X | X | | | | | | | -| 29 | 3 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | | | | | | X | | | | | | | | | | | | | | | | | | | -| 30 | 7 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | | | | | | | | | | X | | | | | | | | | | | | | | | -| 31 | 4 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | | | | | | | | | | | | | | | | | | | X | | | | | | -| 32 | 3 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | | | | | | | | X | | | | | | | | | | | | X | | | | | -| 33 | 3 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | | | | | | | X | | | | | | | | | | | | | | | | | | -| 34 | 3 | ![](samples/34/clu34-sample0.png) | ![](samples/34/clu34-sample1.png) | ![](samples/34/clu34-sample2.png) | | | | | | | | X | | | | | | | | | | | | | | | | | -| 35 | 3 | ![](samples/35/clu35-sample0.png) | ![](samples/35/clu35-sample1.png) | ![](samples/35/clu35-sample2.png) | | | | | | | | | | | | | | | X | | | | | | X | X | | | -| 36 | 4 | ![](samples/36/clu36-sample0.png) | ![](samples/36/clu36-sample1.png) | ![](samples/36/clu36-sample2.png) | | | | | | | | | | X | | | | | | | | | | | | | X | X | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | feather_hair | medium_breasts | pointy_hair | medium_hair | large_breasts | hair_between_eyes | bright_pupils | hair_ornament | hairclip | short_hair | black_headwear | hat | beret | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:---------------|:-----------------|:--------------|:--------------|:----------------|:--------------------|:----------------|:----------------|:-----------|:-------------|:-----------------|:------|:--------| +| 0 | 6 | ![](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 | | | | | | | | | | | +| 1 | 16 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | | | | | | | | | | | | +| 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 | | | | | | | | | | +| 3 | 8 | ![](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 | | | | | | | | | | +| 4 | 8 | ![](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 | | | | | | | +| 5 | 6 | ![](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 | | | | | +| 6 | 38 | ![](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 | | | | | | | | | | | | | +| 7 | 39 | ![](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 | | | | | | | | | | +| 8 | 12 | ![](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 | | | | | | | | | | | | +| 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 | | | | +| 10 | 7 | ![](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 | | | | | | | | | | | +| 11 | 6 | ![](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 | | | | | | | | | +| 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 | | +| 13 | 11 | ![](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 | diff --git a/dataset-1200.zip b/dataset-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..60f225738af2781c94047009a4160ee2da07aba4 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f38fe0ffcabe422d72e4ab7d4f64d22c85a7948e4fd7332228b22759625bd5 +size 728827382 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..e80ce53fec2a81d3a642ce9ec7a585a55d8b2ac5 --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d15d19ec5ef237bf22ad06c96a1582f7e18f08268985e4c78daaffd7d5dff4 +size 410604198 diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index ab5a75d8b9398f5ffe26da4bace98a16bf9040fd..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9aa680977f0b9d1a9090b3f1a4cb358274fe2b3ec3aa1976ef06b42838a63b98 -size 1639880495 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index 0e5deab6d833289a17b0ba86e48250771fe6e297..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11bce4410251a4191a90b19ec4418f8f00e7c03b8f096accbc3880260e2559ed -size 869685366 diff --git a/dataset-raw.zip b/dataset-raw.zip index e513b012e4fc6173ed800deaae135403420c3658..d3ec77111948d5d5c2796c6a9e25570d41621e36 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e8ed4bceb361e292fd5cf80bbeb6561bb79be3a7414d27815c0a620582d81fb0 -size 869756893 +oid sha256:f763fa6841c23256d2db31e99ad687ca7f7d7a9f95667ad11922cf03f5480c7c +size 877266047 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index f09967ed94bc89203a3d7069bf33adb1e1ee43c6..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0c8f322e10d99e8bc3d514ccaa3b3ca8f5608ef4ede701a30a2254648934f85 -size 1471634307 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index 2073d501adb7fba84713d70358f5e0ab0490ecae..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ddcbe40707226131aeebbbce12399e04720810d72ab133f8283925bab0123a5 -size 952322652 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index 1af98d1dd7a191267316c85170e3a90ebf53e7bc..7af1041ba76f9c65b48db99850c63be8690e6f7f 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:5e0d21d0e76cff59ce8faca4109dc74fed20a16e7055da8140dfd14b4f0ca8c7 -size 1457639716 +oid sha256:b0c93dda6e561707adecaace6f4c9b287e91aa2457749decba4c699ba50a27b1 +size 1480832959 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index 4b44d521c728a090779db7a89c0a60cfab2f77c0..5924e7c69bdf52c5c3ad0742b670d602e5b48e32 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:7a68601a133f062f524998594c03cec0cfc9141937ff43c2ab59aac3df1fde04 -size 938328061 +oid sha256:60066de6a5dc2d80b25d6ff1cdb6363abca286ad353e919ad16bf92013bb0a25 +size 939999561 diff --git a/meta.json b/meta.json index 6527b5ec5543d6dc143df28264d99787d3011293..779cc4d58e1a5a8f735b181f88873347475562de 100644 --- a/meta.json +++ b/meta.json @@ -1,6 +1,6 @@ { "bangumi": null, - "base_size": 500, + "base_size": 486, "clusters": [ { "id": 0, @@ -13,50 +13,14 @@ }, { "id": 1, - "size": 3, + "size": 16, "tags": [ "feather_hair", - "medium_hair", - "pointy_hair" + "medium_breasts" ] }, { "id": 2, - "size": 4, - "tags": [ - "medium_breasts", - "medium_hair", - "pointy_hair" - ] - }, - { - "id": 3, - "size": 4, - "tags": [ - "feather_hair", - "large_breasts" - ] - }, - { - "id": 4, - "size": 5, - "tags": [ - "medium_breasts", - "pointy_hair" - ] - }, - { - "id": 5, - "size": 5, - "tags": [ - "bright_pupils", - "feather_hair", - "large_breasts", - "hair_between_eyes" - ] - }, - { - "id": 6, "size": 6, "tags": [ "medium_breasts", @@ -64,15 +28,7 @@ ] }, { - "id": 7, - "size": 4, - "tags": [ - "animal_ears", - "medium_hair" - ] - }, - { - "id": 8, + "id": 3, "size": 8, "tags": [ "feather_hair", @@ -80,80 +36,18 @@ ] }, { - "id": 9, + "id": 4, "size": 8, "tags": [ "feather_hair", - "pointy_hair" - ] - }, - { - "id": 10, - "size": 3, - "tags": [ - "blunt_bangs", - "feather_hair", - "pointy_hair" - ] - }, - { - "id": 11, - "size": 3, - "tags": [ - "blunt_bangs", - "feather_hair" - ] - }, - { - "id": 12, - "size": 3, - "tags": [ - "medium_hair", - "pointy_hair" - ] - }, - { - "id": 13, - "size": 3, - "tags": [ - "pointy_hair", - "short_hair" - ] - }, - { - "id": 14, - "size": 3, - "tags": [ - "medium_breasts", - "short_hair" - ] - }, - { - "id": 15, - "size": 7, - "tags": [ - "hair_ornament", - "bright_pupils", - "hairclip", - "white_pupils", - "very_long_hair", "large_breasts", - "medium_breasts" - ] - }, - { - "id": 16, - "size": 5, - "tags": [ - "bright_pupils", - "white_pupils", - "medium_breasts", - "feather_hair" + "hair_between_eyes", + "bright_pupils" ] }, { - "id": 17, - "size": 5, + "id": 5, + "size": 6, "tags": [ "hair_ornament", "hairclip", @@ -161,151 +55,63 @@ ] }, { - "id": 18, - "size": 9, - "tags": [ - "pointy_hair" - ] - }, - { - "id": 19, - "size": 39, + "id": 6, + "size": 38, "tags": [ "feather_hair" ] }, { - "id": 20, - "size": 35, + "id": 7, + "size": 39, "tags": [ "medium_hair" ] }, { - "id": 21, - "size": 10, + "id": 8, + "size": 12, "tags": [ "medium_breasts" ] }, { - "id": 22, - "size": 3, + "id": 9, + "size": 6, "tags": [ - "hair_ornament" + "short_hair" ] }, { - "id": 23, - "size": 4, + "id": 10, + "size": 7, "tags": [ - "ribbon" + "pointy_hair" ] }, { - "id": 24, - "size": 5, + "id": 11, + "size": 6, "tags": [ "large_breasts" ] }, { - "id": 25, - "size": 5, + "id": 12, + "size": 8, "tags": [ - "beret", "black_headwear", "hat" ] }, { - "id": 26, - "size": 7, - "tags": [ - "beret", - "black_headwear", - "hair_ornament", - "hat" - ] - }, - { - "id": 27, - "size": 4, + "id": 13, + "size": 11, "tags": [ "beret", "black_headwear", - "hair_ornament", "hat", - "medium_hair" - ] - }, - { - "id": 28, - "size": 8, - "tags": [ - "black_headwear", - "hat" - ] - }, - { - "id": 29, - "size": 3, - "tags": [ - "bright_pupils" - ] - }, - { - "id": 30, - "size": 7, - "tags": [ - "short_hair" - ] - }, - { - "id": 31, - "size": 4, - "tags": [ - "brown_eyes" - ] - }, - { - "id": 32, - "size": 3, - "tags": [ - "animal_ears", - "small_breasts" - ] - }, - { - "id": 33, - "size": 3, - "tags": [ - "hair_between_eyes" - ] - }, - { - "id": 34, - "size": 3, - "tags": [ - "animal_ears" - ] - }, - { - "id": 35, - "size": 3, - "tags": [ - "neck_ribbon", - "red_ribbon", - "ribbon" - ] - }, - { - "id": 36, - "size": 4, - "tags": [ - "animal_on_head", - "on_head", - "short_hair" + "hair_ornament" ] } ], @@ -313,8 +119,8 @@ "bangs", "owl_ears", "orange_eyes", - "long_hair", "white_hair", + "long_hair", "grey_hair", "yellow_eyes", "breasts" @@ -322,40 +128,40 @@ "display_name": "ptilopsis/フィリオプシス/白面鸮 (Arknights)", "name": "ptilopsis (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": 1309 + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 728827382, + "size": 486, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 410604198, + "size": 486, + "type": "IMG+TXT" }, "raw": { "description": "Raw data with meta information (min edge aligned to 1400 if larger).", "filename": "dataset-raw.zip", - "size": 500 - }, - "stage3-1200": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-1200.zip", - "size": 1309 - }, - "stage3-800": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-800.zip", - "size": 1309 + "package_size": 877266047, + "size": 486, + "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", - "size": 1248 + "package_size": 1480832959, + "size": 1255, + "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": 1248 + "package_size": 939999561, + "size": 1255, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png index 0fbd5e376eb96017b82ad4ed4861e427cff1123c..ce82e7df5afea16f86494983f4db99482988dd97 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:f6ba43bacffdffbdd412ea5862ae9111120df2fd099a6e89c54bcf125708097c -size 440337 +oid sha256:81631217d992a8970cb2f9fb40dffc3827adea5bcf6259e9085bfb2bfbfc4067 +size 258953 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index e1cd7f1ea13ea8ddca8abec68fbc79099f1e565c..5688bc6eca1764f3e53b5b50d788ecc4ceb56e75 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:6a7267316a26d608ac25e352c8e2915259f8296d6076767511abcc58d1c19562 -size 492851 +oid sha256:6926f4764b1e9b09111deeb89e79d7542d55e92539e0c4ec489fa2fed7a7f337 +size 311928 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..fbc906ad59880eb2108d4c6631a23f4629aa3b21 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20875ec9f33ea6f5ff05c34fdc042728d46fbaea464662f74e32d3a948871b71 +size 302942 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..4e7e3d0661eb1e4eca324ce5c116f2137fc22187 --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577a4aafc3b8fbc9d7ddd918355d4cc052c9d62883da62ab5a3d4c5084f5f735 +size 359593 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index 69c3e737b6dc4505191b150674051463988e7c48..135e395837ff723031261062cc077c3aead01a1b 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:5aec8628975b03541f2b7aa58d773c161bfac17ecec32c8a565917a90c31d2c0 -size 476049 +oid sha256:24b7fad203a4e8489a903a1c3a31f0a9912f0780dc68af38d40950d8f81957bd +size 204926 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index a72c4bbc5ef463a1c8af9b013add4d2701e6c757..775a8fbb9e6a339f42f2950988a697de01bc1dfc 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:16fa56e20362e9b1600131587b5bf6e80c7e79ba095a4a3d39e2eee9d33faf74 -size 533497 +oid sha256:513a649078b03a9a11958d3211f18403c9d19619231855bd96611cdc091d2a25 +size 295988 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index 0f01e8ef7ad7560bc0f14b99af3730bbe7b1b654..ab964728dc17402eace39c7141ac4734c55ebc4f 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:2394c2237a15dcc2628fcb2323bf942c32ad98d6d21c462b771e06350a5981a0 -size 254736 +oid sha256:4c7a67f3d823c8c5e7800f2d24ebac33eb73335af8be67b5d611dbdf583551c7 +size 541181 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..ee96ba41a7525e61dd1f3e2f4abf3509dd097abb --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e7540cb3a3e47873bd31365696afa0de26f2d7fe0f88349b8c1ced22832949 +size 235835 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..bc172c4a09d36e3e6401c42d0f2c1389ab9483b1 --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1dd26a8f2a67f02983a438af281bffc9be0d13757764bb9d587f81c69aefbb +size 242914 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png index 12c3223c736e39c997cf911fdfeda3d9b0444cb7..461eb95e358c82ce20403233faade209a0517997 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:ba67578206346d4f341e2788ff43f06beab45de7195d8e6db5661278c9153876 -size 374105 +oid sha256:ce813c7d2fbfe09f995776525e42027f212a80ce3a3dc03a2a49cef346c12409 +size 446314 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png index bfad31d4e2056a78fea8bc82826b7d5807b06552..30c145d713d26f9fb2a2cbb7bcf0505a072d4fa9 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:ce4264b06229a0570a7e22ec54e2305a93cf66f068b8466787103e48b82f5de0 -size 163076 +oid sha256:71788400649f5b7a03b2047296000ed9221546e7b780cc97d26d0018a942ab8a +size 301661 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png index cd8358ab2a8c9b585c2cc179d04058abad5fcd52..4e69398fa5499f7ebaabbc332de387fe27f4489c 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:3104097e177f60ce14877d1343e994d827708629bd12152c97047850958979bd -size 393048 +oid sha256:cd4ad06a2ffae501159f2ab2710c43ab21354dd26559d8ccb1a1cf44141569e3 +size 243427 diff --git a/samples/18/clu18-sample0.png b/samples/10/clu10-sample3.png similarity index 100% rename from samples/18/clu18-sample0.png rename to samples/10/clu10-sample3.png diff --git a/samples/10/clu10-sample4.png b/samples/10/clu10-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..f3ef7cfb059debf79e1458dbbe8ee768ed26f16f --- /dev/null +++ b/samples/10/clu10-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bf342a23ae978941e187969863cdf6d780c51653f67d7661726458f9bb07d0 +size 240593 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png index 540bf53581c4765a112cf5be6d35981c0637c7fd..5155199b4f9bb00ff6c64f1b559e1c38af286b1b 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:928401f7f4d7256143bf05b7a67363f3094caf72b66c6867d17a29b92c763226 -size 328053 +oid sha256:e0c9ad16650fe57d81064f4ea3a4c8571fbfc6ec6f595ba6bebc753a644a0725 +size 229454 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png index 748f4190b3523d3175856510f20246341ee3a741..7fe144900266ed5ee05deda1fa281e20cd71d4b4 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:811a0b7ee972cbd932293af91d5693abbb8824bba85cd5e93c2ea63fa853f423 -size 442763 +oid sha256:e1db20280d140abbe09b727145fe2a5385f7aee1b30386300ad4395f0d58131b +size 201249 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png index f669df8b6dd633bccec2e26a69bf68dc19616a0a..dd7ceae102330e4198e13bfeff9b1919c4a893c4 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:71748cb50aefb69318c157808d34d11a481af51456a72b3a661722a654c8c9ec -size 359726 +oid sha256:6762347ec1220984bf54fa7209756a47f16a2e8df60e3e4b6ee3ed6e5c61a3ee +size 244010 diff --git a/samples/24/clu24-sample1.png b/samples/11/clu11-sample3.png similarity index 100% rename from samples/24/clu24-sample1.png rename to samples/11/clu11-sample3.png diff --git a/samples/11/clu11-sample4.png b/samples/11/clu11-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..c97c9b1aa3c878f1e45abcea99854a0c49c7bae5 --- /dev/null +++ b/samples/11/clu11-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993600ea0ebf87243fe0d26a8aecadbea5fd3b8b8185b6e2e02b89b477773146 +size 296433 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png index bc928b6e45698981cbdd42c814cde6eed7310b53..4cc1adf8588e3a56161c608e4a96880fd10c3af8 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:9a996240897b55cbd1ea665275a21b6f7947feba4be8854f714fb134b941af38 -size 268570 +oid sha256:fc47cc42ba2f8b6091335a2f3b6fcca61fba774152df6c92e0439516836f1f82 +size 438488 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png index 5a34bcaf3e57a4f3913a8adb0f8dc0a1f7dd53a9..8af50dea42856976008e2e58ddce34680425cbe6 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:fd2bb6eb5fec5e71a3ceec7d01cae2ceda95f7d3396571cf50c8fba2a6f1ff18 -size 364898 +oid sha256:f671e12a674a9e1b6a360e28a97fd72b5cce22db8596a4889d5ea3bd52ebbabf +size 450024 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png index daec5b61d4f54cb6ec4e896b1c282820880f8749..03029779726f55081ddfa16828098e161625b315 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:c5270e7fc9630a0bcb0ef1fdef5e8984125e9412d444154e14c7f26aef89d4b9 -size 353832 +oid sha256:011f96d0a1b760f285340c750a586a4550a0bf7457c2f5b3242b63b0841c0d4c +size 385080 diff --git a/samples/28/clu28-sample0.png b/samples/12/clu12-sample3.png similarity index 100% rename from samples/28/clu28-sample0.png rename to samples/12/clu12-sample3.png diff --git a/samples/12/clu12-sample4.png b/samples/12/clu12-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..0b93f041f1bc67b06acf5b45b07ca15681df1b57 --- /dev/null +++ b/samples/12/clu12-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e726ec73c6768cf590162f76aa62595bb1217c4a6f64a32ebab3e908eb001694 +size 133448 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png index bdc6860d46404cb617d9026ba4bcb7a443179452..1bdd5f01c17e094e55ade451926ec5293cf5ab1d 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:4ed5a226e441be0e702daf777d8821ca6f3698a364fa55a78f8731bf94e0cf67 -size 218495 +oid sha256:e9aed1e2b6dbd49b430bf3beb75c388057e2fa877e77be84436e47a3a6660e54 +size 377357 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png index dce1ed74007a4cc578b9b1994a69d7fc49a8d866..87e48c65842abd35f66abe4a35d7df4f74fb1781 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:c38b9d02b2ded8c40ef476820187972df02556203c0f56ca5390e5d44e1ad6b0 -size 236524 +oid sha256:e562b65d968ed8065250388a0257152baedb021b8f1af7bc5a9e56d0613ec1dc +size 488346 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png index f4e80aba960e346d281e0408797ef29bbe9e5138..96568ae3e50df96b5ce65732073fa0f3190b3749 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:df640ec26e3bdb6935ea51c0aa558af7a3ab9e9bd64cbb49d9e6446db4a02552 -size 337637 +oid sha256:fbcbea6e7727ca1d20473ed781dc267b76c15d01105b76d3ebe26e513848ac3d +size 368557 diff --git a/samples/27/clu27-sample1.png b/samples/13/clu13-sample3.png similarity index 100% rename from samples/27/clu27-sample1.png rename to samples/13/clu13-sample3.png diff --git a/samples/13/clu13-sample4.png b/samples/13/clu13-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..bb472d05742efd933b75355bf3a446d42cb0ed16 --- /dev/null +++ b/samples/13/clu13-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ddcd656a8d93fa845bccdc9ceb17f7469a1e4432415d0e84113f30f703a8f29 +size 358377 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png deleted file mode 100644 index e96295c195df9cd5a4b42ef65ae60653ab70f3c6..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d62c80e57054d4320928c1e32f989b6307ddab507324dfe6a5e8af9e2107b615 -size 359619 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png deleted file mode 100644 index 52882c801310764131a870fbe94037f99059b742..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18d722f4d3df1c38fe96d8d24973ebd0e5c14cdbbdf898ba1ac419575a59a2dd -size 534936 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png deleted file mode 100644 index ec52e601caa1139711fb3b1114cc27743756ed1a..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb961cbe5660c9204a24a66903992c4c48faf08f9468de3e8ba886732580e7dd -size 263030 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png deleted file mode 100644 index eb6bd0d92b10ed4a4f6765f7c352f7f719fdc952..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc579d10d78aed27da7c48436e7921f145b9e5d033d006734de2eede9998f5ec -size 254593 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png deleted file mode 100644 index d67993c37ccedf87dcb424b8538d46a65f8b7a0a..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7797a99a7ea3887dd0236fb8b487515d30e22fac1b7b383edb37a3e50cc62cfc -size 208538 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png deleted file mode 100644 index da5eb3f6d205e732f28faeb4fe087d3da0794ec2..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c710bcbeea068aea56d78736b19b56cf868724e76f5991bf31a41eeeec5f0e3d -size 251017 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png deleted file mode 100644 index 685c66f9034c420225c93bb8b64361bbedf0fda2..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be621654ac805b49d5d54a5b94d7fcaa26a9fd72846572087120353e59c89974 -size 389841 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png deleted file mode 100644 index 88239fc49919c1119f13b961857058e267ae50cc..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c073b08838bf22b7cc07c53edb9a335a637497da83c9d6ac398caece19171f0 -size 286389 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png deleted file mode 100644 index cb7117471b8fc9201044c6fc8314c67d1ec1b9cc..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d63f5175b06eaaadaf78eec32d51b79f65ff37225e0e4dc6f7d7c9b50e1a9e66 -size 636164 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png deleted file mode 100644 index 6ae34957332fa36537c60f6a0961fd5abc7af949..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9704ca2975987a6a744718076fcebe864e23dbabe8e9e9fd939c216dc0711b4f -size 404661 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png deleted file mode 100644 index 2dbc1985fbca0670f22d42927f85caeb9a4ee209..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83b250c899434f1dd3cab268ba54f8c3aad6ee45e24df8e17676ab44ff03f6f7 -size 376453 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png deleted file mode 100644 index 461eb95e358c82ce20403233faade209a0517997..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce813c7d2fbfe09f995776525e42027f212a80ce3a3dc03a2a49cef346c12409 -size 446314 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png deleted file mode 100644 index 746272253557547e84697f7775945239157decd0..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e03076fe5bded2dface9838eeca96972a882a3cfcea9413c99705bb28506d638 -size 428541 diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png deleted file mode 100644 index 6a290a1fe95456155b98547042a37d114f57bcab..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7784d82857409c828a668028d8c10b597af7ac2fc12d716bca2642ae6e66527 -size 480587 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png deleted file mode 100644 index 7078558e3bade0969d2854bc1aebaddc6a6bc538..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f70f88746a425acff782bc2cfbe4831315a21abc8b187c70e754b9189e4d5f23 -size 230359 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png deleted file mode 100644 index 7c2ca4222db72ce3946fca164b980d47be3f0a01..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7334c6bbbe7e4a50e2671a4bb83248f68011adfcd47a81d60beddc866b87b5e -size 266383 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index b38de4385060a4385cba115ce5bdb95fbd0201fe..bc6389c01ce67230bb4b16290ba6355913964934 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:a34a58140bba131418234129d71d03ecb5d9819dc823b1e9d37f749b8b3e97a0 -size 441576 +oid sha256:04c0fdca86c6b66060d88abb45ab742d69e62df59f3d4fe7fdbda8534fa59a77 +size 443171 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index 81e1a3b6abf72fef8eab85f193611f6da8ec0353..b8e38d10123b2f02e16ad04db66fb9d7c229d177 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:059d42a9fe931d969969d319a86029969b2acb8667ae959fddd3b77793e995e8 -size 159234 +oid sha256:512606f6b2312756f73185991dc453e64eeb00558c7bee49cab9d33e1a8ff646 +size 358418 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index 7b4e551b136a41435c18a93b6169e91bb50f8b88..a73a02c42b41c2cc3eca9d7a419aa13c14834284 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:e6ce35a4a99c1d4a8c920c7f13284ca9c50cb7e6d3423abd363f2ea7ed99b948 -size 236621 +oid sha256:d148124c116a4f80653ec922f2ae7b82acfe6c5d4f7b0be425d48c5d45e860ce +size 198809 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..033030d93e8492014c4417a055cabf4f40e744d4 --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb61f19c5f681c06dce9061dff9c36b6841e2ffbb2844b822a5c200945fef2e +size 485166 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..0a46ae0d51f4710b4fff0f2d7af005b2f8397696 --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268f69aa12deb098a7275d1070ec60e3725b01e34a5fdebb991ccc0d39e5516b +size 356594 diff --git a/samples/20/clu20-sample0.png b/samples/20/clu20-sample0.png deleted file mode 100644 index 5f2a982efcaeb9802814657d28daed7b84ecbeb3..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a688963b0b84a7466781b2277a51eab03bceff9a27b81234b3c37e8cc97f816 -size 595798 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png deleted file mode 100644 index d0454e35bea312cb73860358aa0ee2f0e329e10f..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a801cc72973001e8f759e91ff0a5608734f02e3570b357b76761343713a78163 -size 383897 diff --git a/samples/20/clu20-sample2.png b/samples/20/clu20-sample2.png deleted file mode 100644 index 6b2444ae1299da260c6fc022ad31132c4a1611bb..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cec42ee3d28f67a7e3e749a95ecd172385fb78df0ad1dcb9383a17c92c2c16b9 -size 475153 diff --git a/samples/21/clu21-sample0.png b/samples/21/clu21-sample0.png deleted file mode 100644 index 019c2c165983028002619d13efb71665e8cecc5b..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da73902179069858bb5c619d9b996e065be60f938e96cfb2900e4dafc140592e -size 203176 diff --git a/samples/21/clu21-sample1.png b/samples/21/clu21-sample1.png deleted file mode 100644 index 286823159654c41a5af4e2a75359188efd3f23f6..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ea096e68588fb2c93e391c8ddeb6ed9b3388637bbfb5d2d3aa4cece77378327 -size 181832 diff --git a/samples/21/clu21-sample2.png b/samples/21/clu21-sample2.png deleted file mode 100644 index 7f1148b789c0d7cc84f158ea391dc7e2af4f3ced..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:81f1b97a8eff8e449232dca87d5b88e00f919559905af606a89dac659c4151ec -size 603558 diff --git a/samples/22/clu22-sample0.png b/samples/22/clu22-sample0.png deleted file mode 100644 index e611c070caaa1d6d23f99e665cb98eb3545f39b7..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccb6782c2799a1d21dc76fd1decc3555700e498dcf78528323cedad6544c2759 -size 422829 diff --git a/samples/22/clu22-sample1.png b/samples/22/clu22-sample1.png deleted file mode 100644 index fd44f40cbdf7eb476072c296bf1df735a2f9025c..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17ba18631ac6643c3f7cf6c19ec6954d62bffe7e79060d094090e4f8f7bac4c1 -size 283780 diff --git a/samples/22/clu22-sample2.png b/samples/22/clu22-sample2.png deleted file mode 100644 index a8c4c7f657dc94c7b335a0554388c2974daeb591..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac67ce02456d1247ea7699b4be5290113a14bc948bea5e042f32d3e4146b3701 -size 453009 diff --git a/samples/23/clu23-sample0.png b/samples/23/clu23-sample0.png deleted file mode 100644 index 8b02915af2a68adf8054a3d2ec02457c1678c7f9..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d1f5160c2144e81f92b3497eeffc93e3e7e7a742460cc884b258301b9791299 -size 314889 diff --git a/samples/23/clu23-sample1.png b/samples/23/clu23-sample1.png deleted file mode 100644 index df50c7c98e416dce32872c9ebff13426e4a15439..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ca131ff517384221583f26a45848337c01cd3c77a905dd7e8f49b2d7093c072 -size 183770 diff --git a/samples/23/clu23-sample2.png b/samples/23/clu23-sample2.png deleted file mode 100644 index b3b51fda4b4fe24ceea3b8e8514a2452c3e63d2e..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10b58993910a884780646c7dc9dcfbf6fd8ed193a3a42bb7d8d6468d427d8708 -size 311624 diff --git a/samples/24/clu24-sample0.png b/samples/24/clu24-sample0.png deleted file mode 100644 index dd7ceae102330e4198e13bfeff9b1919c4a893c4..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6762347ec1220984bf54fa7209756a47f16a2e8df60e3e4b6ee3ed6e5c61a3ee -size 244010 diff --git a/samples/24/clu24-sample2.png b/samples/24/clu24-sample2.png deleted file mode 100644 index 5155199b4f9bb00ff6c64f1b559e1c38af286b1b..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0c9ad16650fe57d81064f4ea3a4c8571fbfc6ec6f595ba6bebc753a644a0725 -size 229454 diff --git a/samples/25/clu25-sample0.png b/samples/25/clu25-sample0.png deleted file mode 100644 index 3ce1d49c30ad41bef3175efb127b0b177ecc0a25..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96a740e22233591f15e5d3262f7ac88ab70ad8738e278250cb6da57abe5a7477 -size 523479 diff --git a/samples/25/clu25-sample1.png b/samples/25/clu25-sample1.png deleted file mode 100644 index ca6326f78f37a33aa23e53eec043b2de72f5a08c..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:761a994dc06a79b36bf92d2b1c317d83a453a3666042df616ee3be55461aa9f6 -size 545763 diff --git a/samples/25/clu25-sample2.png b/samples/25/clu25-sample2.png deleted file mode 100644 index 3e97e4cca001d1b399468f492a9df629e3090dfd..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34bf0ebeed88e6ee006e9d7284553bec9cf2bb6e9babc143ca34008fd9fc0125 -size 319805 diff --git a/samples/26/clu26-sample0.png b/samples/26/clu26-sample0.png deleted file mode 100644 index 011a25e4f14295c528a92e8266d386ba8f63249e..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9dbd595f3f18f32263b32be76725c0fd944db583e82307801da50f74a001ad4a -size 329967 diff --git a/samples/26/clu26-sample1.png b/samples/26/clu26-sample1.png deleted file mode 100644 index abf56183e421d577316a6a89bf07183a9d881ea9..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:027ba82799968702bfe889eb9021a73c6e9e65ab4405e2bbcb84e45c977d1a02 -size 285404 diff --git a/samples/26/clu26-sample2.png b/samples/26/clu26-sample2.png deleted file mode 100644 index 87e48c65842abd35f66abe4a35d7df4f74fb1781..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e562b65d968ed8065250388a0257152baedb021b8f1af7bc5a9e56d0613ec1dc -size 488346 diff --git a/samples/27/clu27-sample0.png b/samples/27/clu27-sample0.png deleted file mode 100644 index 740dcc30b291ebd869d7ad56e4b35d98ad1569a6..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77bba79635852a7b81506cde7847d5a7ef909588524299fa9d44a2add5bf560f -size 334277 diff --git a/samples/27/clu27-sample2.png b/samples/27/clu27-sample2.png deleted file mode 100644 index 4d4c7aa6ec1c75124d66bf2140d4ee6841aefaf5..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b14f84af51db61e1172601b408c2098473818c51f700ef649f0616642c3b088e -size 328785 diff --git a/samples/28/clu28-sample1.png b/samples/28/clu28-sample1.png deleted file mode 100644 index 8af50dea42856976008e2e58ddce34680425cbe6..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f671e12a674a9e1b6a360e28a97fd72b5cce22db8596a4889d5ea3bd52ebbabf -size 450024 diff --git a/samples/28/clu28-sample2.png b/samples/28/clu28-sample2.png deleted file mode 100644 index 4860344f3331024b18a5e1a9624afc60fba045f5..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:278d710aedf167f4fb69eedb70b72d369038f1478f837c9af149faeeb03a0199 -size 201875 diff --git a/samples/29/clu29-sample0.png b/samples/29/clu29-sample0.png deleted file mode 100644 index 4558b27234500bf16b1219469fd5f5efc07f527c..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e52bb0038b4eef897f2ca0c57154563958e47e10090609daf94619921cf8d5ec -size 321328 diff --git a/samples/29/clu29-sample1.png b/samples/29/clu29-sample1.png deleted file mode 100644 index 3f297b1cd5a1f881aa86d6941e08674a2b69dab7..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:984935fdc41a786dfa2eb2956c37c211c337e037d8e05ba8f4de814555b4285a -size 211309 diff --git a/samples/29/clu29-sample2.png b/samples/29/clu29-sample2.png deleted file mode 100644 index 67bc6ef520d3b5fda572ab5bdb5099cd26582360..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ce280d239e8d1114f733a14320218d7ebe3c664ba8c52b91a27f3bb594ed998 -size 567450 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index 275e249cc1f19ae754308fda4039b46325f4f28c..69352ec0d3b032f1838d0f734906c18f2200a65d 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:c2f03bb5c2c1bc3eb839c237be259d777530085a8676ed76afaf8b0608612144 -size 352551 +oid sha256:86f2feed8281b7e5dde829bf5e55ee8044c64679b77eb35920b419214bec997c +size 545484 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index e2244263c618400dd64cf31fd4397b8524a7e150..1d0ae29dba1a18d78b43e9d071af9798ac3ca389 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:896bcfd444c78446b698a8d239bf703d18187fccdb12c4aea41fa3d863ea6bdb -size 178754 +oid sha256:c4030bc76ff0868e82f1dd6106bef7de7d4c36c039d81f429680856a52a77fa2 +size 355644 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index fb3ab6f6e372ec9ff63093b1579404c305779692..72f1ee7b8b38bddf37b4e00892d4a5c0c4d6fe07 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:68929fa715a4c75361b091b9c6b507e980baf8c9cd9494107f3234c18ed93a88 -size 330253 +oid sha256:c48fcc5b798d110b67956b5e9069e7d3ac0e4279ec4068f2d88c07eb12182acf +size 277706 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..e8e1ad715d9183fad1a65a5a6f1232499a8cd5e7 --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86033b1a41da3a018efa36ea65bb6397399fb94a07c722f97682cbf02e0192bc +size 353990 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..c4c035f605c7e7acc599258e0a5051e72414df54 --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a22149fa21f7d437c01b04909a1826dc078f2a87501f76f2bf60a863271be10 +size 241320 diff --git a/samples/30/clu30-sample1.png b/samples/30/clu30-sample1.png deleted file mode 100644 index e3f6e42fd6055aa1d766560ce079976391cc8b08..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79958a4dfd4e04ee3d43d62348ca6b38fbf8fc2ecec86606a6d6c16f17a8e54f -size 288826 diff --git a/samples/30/clu30-sample2.png b/samples/30/clu30-sample2.png deleted file mode 100644 index 26247ea86bfc1ebe81d0569eed9f8fbec01a4f03..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cec16242723c33305df82f5fb619b60d7a2ebbd65139fa7235fa4f975077f439 -size 490677 diff --git a/samples/31/clu31-sample0.png b/samples/31/clu31-sample0.png deleted file mode 100644 index 7d71dd778f2395de672d7bed7fbcb095927d4142..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7cc150ed5617ff9b8b02a865fcf844f715f68f60bef0d790099a9e2be18865de -size 413930 diff --git a/samples/31/clu31-sample1.png b/samples/31/clu31-sample1.png deleted file mode 100644 index c46f563cb86b32cc170f22b2e5ef5e5bec1d1187..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b8589686957bc4303f62162b1188ca939e0063071612a3bf8b0c5dee6c6e638 -size 293160 diff --git a/samples/31/clu31-sample2.png b/samples/31/clu31-sample2.png deleted file mode 100644 index d856015ac004a3214a40f4de45806bc741c84fd9..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:326d296892e371ce31349690a519c12681870ede8f3730769a7f1e9f2019b3ca -size 228398 diff --git a/samples/32/clu32-sample0.png b/samples/32/clu32-sample0.png deleted file mode 100644 index 15360cc8fb363a66eff26dedf1f4dc20002c036c..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b687d42862f3fc4d04408d8a8357d7d705faa68880d782eb7bd438867b1853d7 -size 285925 diff --git a/samples/32/clu32-sample1.png b/samples/32/clu32-sample1.png deleted file mode 100644 index 914616e5aca91fa46340349556dec33d6792543b..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d93c466ebbfb6e99e61f98cc57b0a263100328143392091638b0e844050fb58 -size 313609 diff --git a/samples/32/clu32-sample2.png b/samples/32/clu32-sample2.png deleted file mode 100644 index a7c18a9c95dc85d858f2dbf17a6df91189be838a..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a530498c67a52f69a5527f1b0d987c059dd0e6f96958921220051879ad53f8e -size 460909 diff --git a/samples/33/clu33-sample0.png b/samples/33/clu33-sample0.png deleted file mode 100644 index 7361fe0d31e255b014734d39499a107eb68c50a7..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e36b9e8a51efc359fbe5094b594ac77129784a6bb08a6270a9b6721837ecb979 -size 205653 diff --git a/samples/33/clu33-sample1.png b/samples/33/clu33-sample1.png deleted file mode 100644 index af7dbdf7d26513090028e7ea83b0cbd261c409f5..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:555344eb48a282585e7e5138318228f3b08bf2754ff84639c319cd5db57cec72 -size 251962 diff --git a/samples/33/clu33-sample2.png b/samples/33/clu33-sample2.png deleted file mode 100644 index f50897eb178b4b82dfa6ee08809a2da6d8d73032..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d89e068cad170b0620e4d4d95f8539c3de0a224b024741dffe6093b1ac135ec -size 201582 diff --git a/samples/34/clu34-sample0.png b/samples/34/clu34-sample0.png deleted file mode 100644 index 38f7cff9315f2bbcb9afc7c26d331af8ee5099b8..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b96b1652c94be63d460f94fa2334bb2d36e5ad1cf33c33c29cafd69b83d2983 -size 274969 diff --git a/samples/34/clu34-sample1.png b/samples/34/clu34-sample1.png deleted file mode 100644 index 3dd3152ec29831777528d969db6d0ce26848ad84..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c327805715c37f6715a0099995bf5d1ac52ff3c282fe3a0db85b3d871dc69eb -size 501913 diff --git a/samples/34/clu34-sample2.png b/samples/34/clu34-sample2.png deleted file mode 100644 index df279027abefda324fa10aaec6c5cdccc837b198..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31c0499b9f1355d4ed7fd97f10b451bbc53142c1fa64718fe1505486c069fef3 -size 320791 diff --git a/samples/35/clu35-sample0.png b/samples/35/clu35-sample0.png deleted file mode 100644 index 74818c77dcf3d82b0009878005182e8bb1f876ba..0000000000000000000000000000000000000000 --- a/samples/35/clu35-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29d0842ad99eb84b1fb59653fe5406592209ac68231bc82bce1695f529d2c25c -size 390363 diff --git a/samples/35/clu35-sample1.png b/samples/35/clu35-sample1.png deleted file mode 100644 index 185c03e8a854975cf6c4b1d2f7a3b6c22b969a2d..0000000000000000000000000000000000000000 --- a/samples/35/clu35-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb1d0684bbe21e0140339df6dac4d2f78ad83cc0e6e5595fc4f38b4d1fd498e -size 177776 diff --git a/samples/35/clu35-sample2.png b/samples/35/clu35-sample2.png deleted file mode 100644 index 938354d22843188ed97d85a794aac77f13155e38..0000000000000000000000000000000000000000 --- a/samples/35/clu35-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d4909cad164f55c7ca3fe6c055c5a124e0c63ada8693f4d02f93c22e91ef5dd -size 353900 diff --git a/samples/36/clu36-sample0.png b/samples/36/clu36-sample0.png deleted file mode 100644 index 1aa6332fd74be9fbd3b5d266c8cc259ea932c025..0000000000000000000000000000000000000000 --- a/samples/36/clu36-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0e0865f354e94230e72f143e2a9d3f1cb9f828a928546f312dcf12d53cc101a -size 285699 diff --git a/samples/36/clu36-sample1.png b/samples/36/clu36-sample1.png deleted file mode 100644 index d9de5106456da5ff53bff2fccf4efaee3b84d609..0000000000000000000000000000000000000000 --- a/samples/36/clu36-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b827125c4fb59dbc7be63498b57b59269a5bc32ae0d74688f6524eb3c306956 -size 458283 diff --git a/samples/36/clu36-sample2.png b/samples/36/clu36-sample2.png deleted file mode 100644 index a438b70163e2a3dc233b3146c900f5658f65f8f0..0000000000000000000000000000000000000000 --- a/samples/36/clu36-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:892026e99841b8b666341cabbd4e148a7aa36683f035dea5af27d46116166ae7 -size 429282 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index e070fbb059d9ed582e025ba79a319ba809612ff0..599824b405d62c1f7a4b61312095baab4521e3fc 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:d112eddf8db5980dc0a834042072b94dd40e99f791b67edbf159bdebe914a98c -size 338904 +oid sha256:d7cc2833fe3dc06f3b6e13ff593998482dac5fa4fe0f94a2b8dfa2ddde2437f2 +size 367012 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index 7ab227f43091c7bde54b4e5c8cf73bc929a79f09..e2238e21a28ca597b9c2b8e7cc4b5f248f814425 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:73f02461bf38e615bff22bcb86767fb6b9d60eccb02d5a61ced310459cabd481 -size 442177 +oid sha256:e1eb7bdcbce5d85065b26b948a2d5460855f2a4c433bf61217a9c425e4677560 +size 389561 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index 4241c7b4f447d4dc1dc0fbd939b7af3aad4ab69e..0f90bf5c1c6479ba8246d3eba1428f5289aa05e9 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:e8f0dfc33b14a9234d5ca1da7288c617346edec7aaf8e23ac91d08a881df7f90 -size 253696 +oid sha256:12224f909dc3a9e26d3d6bd5997ac2191b28f256ce6f1c21e58b34bab413bf3f +size 315878 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..d8f97c6360d93a09220e3f458d23c4efb69df714 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21d8696a41d605640e2a964c06dedbb3473542e67b10242bd1cb45ac22d0eb3 +size 241185 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..cc00cbde6a6582f6ec8fa667af39dc4b3bc397a2 --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cee81012f31c99008c1549553b12f63b1c8d8d499d61627e39742e70e43157 +size 288480 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index 5c70dd0c97e0766c9a265aa2b8683a3fe28e84a8..2dbc1985fbca0670f22d42927f85caeb9a4ee209 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:277dd0d91546bb801fc51c4b2dcd4189f6733283d168d2aa70197c1535169d8b -size 308474 +oid sha256:83b250c899434f1dd3cab268ba54f8c3aad6ee45e24df8e17676ab44ff03f6f7 +size 376453 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index 0f90bf5c1c6479ba8246d3eba1428f5289aa05e9..6ae34957332fa36537c60f6a0961fd5abc7af949 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:12224f909dc3a9e26d3d6bd5997ac2191b28f256ce6f1c21e58b34bab413bf3f -size 315878 +oid sha256:9704ca2975987a6a744718076fcebe864e23dbabe8e9e9fd939c216dc0711b4f +size 404661 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index e2238e21a28ca597b9c2b8e7cc4b5f248f814425..d67993c37ccedf87dcb424b8538d46a65f8b7a0a 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:e1eb7bdcbce5d85065b26b948a2d5460855f2a4c433bf61217a9c425e4677560 -size 389561 +oid sha256:7797a99a7ea3887dd0236fb8b487515d30e22fac1b7b383edb37a3e50cc62cfc +size 208538 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..b6e70b1a24fdb2864b57e8fac1c90582b2988e92 --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad18bfe244f8c4beee83760921d4df679de2439d0418436bc17503a08f27c5e +size 247207 diff --git a/samples/17/clu17-sample0.png b/samples/5/clu5-sample4.png similarity index 100% rename from samples/17/clu17-sample0.png rename to samples/5/clu5-sample4.png diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index a73a02c42b41c2cc3eca9d7a419aa13c14834284..a5410021d014daaf5f4d5b1d1df3925de2ef0a7b 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:d148124c116a4f80653ec922f2ae7b82acfe6c5d4f7b0be425d48c5d45e860ce -size 198809 +oid sha256:4a23919ee1b5f42c6169e013b56508f8c28e13bbf24468033c56adffcbd63d59 +size 394720 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index 0a46ae0d51f4710b4fff0f2d7af005b2f8397696..28f461f127b2465ed8cd2b8033e3727ec07e80dd 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:268f69aa12deb098a7275d1070ec60e3725b01e34a5fdebb991ccc0d39e5516b -size 356594 +oid sha256:f4537786ef233abf85f904b4283a3639523353423ec88042d90c36e0b28f90db +size 234858 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index 4fb862c0aa8aad373ae24ffdafc3a71fb591343f..4eea3809d33803a8a34bfff41df7a27e0216d66f 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:7476be3c8df07378dc74fc079432375c56c662b4481d651ea6aa99e0f13bad66 -size 383150 +oid sha256:dfb988f6676cb418ce4a0976bb30e92b4d7e8d36985227cf77be643a901fe803 +size 488874 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6c70f503f8af12f881621580d18957ffe00337af --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f1e47668580cc386618f21a794557ac86e09d8b4f716f788ee546a13ed4a14 +size 153749 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..2d5f488d1f76f0c308138c2455d374854e12174a --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717ac713ed5a191e274c3519ec8d0dcf2984cc163e27bc83f372d31742d13cbf +size 169902 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png index 88b5b5d090b3e1a10d5fdf3ee7002a92c8170ba7..0343f4886449a4bbaeb2b1547af1c7dc5103be92 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:ab8b4e04d63b08305d1f22206f82e6782500a928c6ee00890752e1d0eb7f0e05 -size 411361 +oid sha256:d9470aa75f4d1d1cb67c41afbcde4afe256835e6281a5aa302ee8320cd2704d2 +size 321444 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index 6c3dce09bcf8682724c949fa5a508893f045c9b3..64ae2f4d57438e14c829f0aeeb84d9121acd9c90 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:1ab666449268615875a3897283b15972851b31eadea842ac6607075f7763f32a -size 244396 +oid sha256:59722581c41ba24f0725f3dcba2e8c68a6b9f7bb629bad61770873fb29a69698 +size 265039 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index d5b9dd36fcb546a594961216a5e0b7352756ea14..091b3e8615f0f9500b79bb78b4e039cef20a3c79 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:ba4cd528bdf27e8d56d77a4a2acb8d8f8222a23bbce7c84f18b2eda0772948b0 -size 215922 +oid sha256:c556cfb98a107d92f1d06078cb992cb4696012995dcada73feec199a4acca426 +size 334874 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..605b07a7243f531996bba8d32685b17060ef1395 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6d5fd6505932996fbbb0fdb87d34d02551e87faea50e6ac6889b7f1a8de221 +size 150205 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..cd1c42d0bd592f0a244cfbb8a1b4d80afe6ef52b --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96d26645fa149dc59508224529c133ccf54e4e4a52522db620b8964756c62cc +size 166556 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index ef04d82b9e5407d6f7e54dea0265e82d8036a5e6..286823159654c41a5af4e2a75359188efd3f23f6 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:802840ebd0b32f217ae11d3c6f636d67397b28e3b31c1cd6232d57f19e0ba730 -size 193755 +oid sha256:4ea096e68588fb2c93e391c8ddeb6ed9b3388637bbfb5d2d3aa4cece77378327 +size 181832 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index 46d400c45e705c047cddf8801180c3fe24455805..b3ca66e25db093e74d37d1ebdacad4af974beb4c 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:80975b9abf9349c5c47d7bf978dd53d436cc5a089a0d61084ad7e0ba27e99e0b -size 300828 +oid sha256:a76313f058fb8541819e5cc5c2daedbcca6326a537060ff03a10d4b63af0bada +size 311056 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index 69352ec0d3b032f1838d0f734906c18f2200a65d..83b8f0907b80b37a0e1f08173886cdd93f7482bf 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:86f2feed8281b7e5dde829bf5e55ee8044c64679b77eb35920b419214bec997c -size 545484 +oid sha256:be46598c9556b0295f4d4c49678bc170d880d5032a513a7612aa4d5ff8f89b15 +size 210176 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..5c4eb214d650f5b8f6c1dba493d7c4ea0f56fcbb --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01c5e77cba34ad4f108bbdbc8150486b407d28bdc880c043fdbf134db9444d9 +size 341168 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..831d2e15b40dd9a9461e6e8217fd627dc82749d4 --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41db19bb32447e79d88c5208aa0bd7e11e3f45aceabef29ed09ae8f6fc3e160f +size 286134 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index 90ae27e1ae80674090ae26e16853dd522dff7222..422dbe9405040f6ee6212ae545b0dec9a66ca8bd 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:2897955ed518562cd7788d38341be6d6e1a055ca984348300741eec0ad9e8bc9 -size 483422 +oid sha256:150268810a703309c02f800cfaf79bf23561f94aab372acfc5eedd1c7d785c82 +size 353113 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index 2fc94ff5eaaf4f24093d0a537034e0da1d1e186e..43d461aab1d03d8871f4efff50926c7a7950e1e2 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:d7eab8bd6496a4e4876ca12ac4eae430a2fcf365c3945d4385fe1fe33561fc09 -size 421840 +oid sha256:628c66380fd7837e358f8037f1e4af88ec4796416acb68edd05cb6315082da2b +size 185667 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index 0502fcf0bf2af3feee74233c9431f61c7ee982a0..e3f6e42fd6055aa1d766560ce079976391cc8b08 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:59cb4c63a94db771b8fd0e4df45c866425cf0844f3715bd6238d1641f54f963a -size 186592 +oid sha256:79958a4dfd4e04ee3d43d62348ca6b38fbf8fc2ecec86606a6d6c16f17a8e54f +size 288826 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..17fbeb2b9db923c08eb8e61c5ecc00f4e8918f86 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72541841da6e28ea1695850462abed8ade7c2707d190e5cfca47a76056c5fbb0 +size 170135 diff --git a/samples/30/clu30-sample0.png b/samples/9/clu9-sample4.png similarity index 100% rename from samples/30/clu30-sample0.png rename to samples/9/clu9-sample4.png