diff --git a/README.md b/README.md index 40ae86930c851d1870f677f9b31f6ae13c71f865..0305952d372136f0e36f876d227715d5f7e98c46 100644 --- a/README.md +++ b/README.md @@ -13,111 +13,99 @@ size_categories: This is the dataset of feater/エフイーター/食铁兽 (Arknights), containing 500 images and their tags. -The core tags of this character are `animal_ears, multicolored_hair, black_hair, breasts, streaked_hair, grey_hair, twintails, panda_ears, large_breasts, sunglasses, long_hair, eyewear_on_head, hair_over_one_eye, bangs, fang, round_eyewear, two-tone_hair, red_eyes`, which are pruned in this dataset. +The core tags of this character are `multicolored_hair, animal_ears, black_hair, streaked_hair, breasts, grey_hair, panda_ears, twintails, large_breasts, sunglasses, long_hair, eyewear_on_head, hair_over_one_eye, bangs, fang, round_eyewear, two-tone_hair, red_eyes`, 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 | 1359 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 1359 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 1323 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 1359 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 1323 | [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 | 892.38 MiB | [Download](https://huggingface.co/datasets/CyberHarem/feater_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 500 | 409.89 MiB | [Download](https://huggingface.co/datasets/CyberHarem/feater_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1325 | 965.58 MiB | [Download](https://huggingface.co/datasets/CyberHarem/feater_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 500 | 741.97 MiB | [Download](https://huggingface.co/datasets/CyberHarem/feater_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 1325 | 1.49 GiB | [Download](https://huggingface.co/datasets/CyberHarem/feater_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/feater_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 | 4 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | medium_breasts, yellow_eyes | -| 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | skin_fang, yellow_eyes | -| 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | skin_fang, tinted_eyewear, yellow_eyes, orange_eyes, purple-tinted_eyewear | -| 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | orange_eyes, skin_fang | -| 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | tinted_eyewear, yellow_eyes | -| 5 | 3 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | orange_eyes, tinted_eyewear | -| 6 | 3 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | orange_eyes, tinted_eyewear, white_hair | -| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | skin_fang, tinted_eyewear | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | eyes_visible_through_hair, skin_fang, thick_eyebrows, yellow_eyes | -| 9 | 3 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | eyes_visible_through_hair, skin_fang, yellow_eyes | -| 10 | 3 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | skin_fang, tail | -| 11 | 3 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | purple-tinted_eyewear, skin_fang | -| 12 | 6 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | skin_fang, white_hair | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | pink_eyes, skin_fang, white_hair | -| 14 | 4 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | medium_breasts, orange_eyes, white_hair | -| 15 | 4 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | medium_breasts, white_hair | -| 16 | 5 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | medium_breasts, orange_eyes | -| 17 | 10 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | white_hair, yellow_eyes | -| 18 | 6 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | orange_eyes, yellow_eyes | -| 19 | 5 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | skin_fang, thick_eyebrows | -| 20 | 3 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | fangs, yellow_eyes | -| 21 | 7 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | skin_fang, tinted_eyewear, purple-tinted_eyewear, bear_ears | -| 22 | 3 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | medium_breasts, skin_fang | -| 23 | 4 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | skin_fang, white_hair, yellow_eyes, thick_eyebrows | -| 24 | 3 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | purple-tinted_eyewear, thick_eyebrows, tinted_eyewear | -| 25 | 24 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | skin_fang | -| 26 | 4 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | pink_eyes | -| 27 | 20 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | orange_eyes | -| 28 | 11 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | thick_eyebrows | -| 29 | 4 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | dark-skinned_male, dark_skin | -| 30 | 4 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | hair_between_eyes | -| 31 | 16 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | yellow_eyes | -| 32 | 7 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | tinted_eyewear | -| 33 | 12 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | white_hair | -| 34 | 7 | ![](samples/34/clu34-sample0.png) | ![](samples/34/clu34-sample1.png) | ![](samples/34/clu34-sample2.png) | bear_ears | -| 35 | 3 | ![](samples/35/clu35-sample0.png) | ![](samples/35/clu35-sample1.png) | ![](samples/35/clu35-sample2.png) | thick_eyebrows, yellow_eyes | -| 36 | 3 | ![](samples/36/clu36-sample0.png) | ![](samples/36/clu36-sample1.png) | ![](samples/36/clu36-sample2.png) | fangs | -| 37 | 6 | ![](samples/37/clu37-sample0.png) | ![](samples/37/clu37-sample1.png) | ![](samples/37/clu37-sample2.png) | brown_eyes | -| 38 | 4 | ![](samples/38/clu38-sample0.png) | ![](samples/38/clu38-sample1.png) | ![](samples/38/clu38-sample2.png) | eyes_visible_through_hair | -| 39 | 6 | ![](samples/39/clu39-sample0.png) | ![](samples/39/clu39-sample1.png) | ![](samples/39/clu39-sample2.png) | heart-shaped_pupils, symbol-shaped_pupils, eyes_visible_through_hair | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:-------------------------------------------------------------------------| +| 0 | 9 | ![](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) | white_hair, yellow_eyes | +| 1 | 6 | ![](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) | medium_breasts, yellow_eyes | +| 2 | 5 | ![](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) | tinted_eyewear, yellow_eyes | +| 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) | skin_fang, yellow_eyes, eyes_visible_through_hair, purple-tinted_eyewear | +| 4 | 5 | ![](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) | orange_eyes, yellow_eyes | +| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | orange_eyes, skin_fang | +| 6 | 7 | ![](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) | skin_fang, thick_eyebrows | +| 7 | 6 | ![](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) | orange_eyes, thick_eyebrows, skin_fang | +| 8 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | purple-tinted_eyewear, skin_fang, tinted_eyewear | +| 9 | 27 | ![](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) | skin_fang | +| 10 | 21 | ![](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) | orange_eyes | +| 11 | 5 | ![](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) | hair_between_eyes | +| 12 | 14 | ![](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) | white_hair | +| 13 | 5 | ![](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) | brown_eyes | +| 14 | 14 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-sample4.png) | thick_eyebrows | +| 15 | 8 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | ![](samples/15/clu15-sample3.png) | ![](samples/15/clu15-sample4.png) | tinted_eyewear | +| 16 | 8 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | ![](samples/16/clu16-sample3.png) | ![](samples/16/clu16-sample4.png) | medium_breasts | +| 17 | 16 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | ![](samples/17/clu17-sample3.png) | ![](samples/17/clu17-sample4.png) | yellow_eyes | +| 18 | 6 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | ![](samples/18/clu18-sample3.png) | ![](samples/18/clu18-sample4.png) | bear_ears | +| 19 | 5 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | ![](samples/19/clu19-sample3.png) | ![](samples/19/clu19-sample4.png) | brown_eyes, medium_breasts, thick_eyebrows | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | medium_breasts | yellow_eyes | skin_fang | tinted_eyewear | orange_eyes | purple-tinted_eyewear | white_hair | eyes_visible_through_hair | thick_eyebrows | tail | pink_eyes | fangs | bear_ears | dark-skinned_male | dark_skin | hair_between_eyes | brown_eyes | heart-shaped_pupils | symbol-shaped_pupils | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:-----------------|:--------------|:------------|:-----------------|:--------------|:------------------------|:-------------|:----------------------------|:-----------------|:-------|:------------|:--------|:------------|:--------------------|:------------|:--------------------|:-------------|:----------------------|:-----------------------| -| 0 | 4 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | | | | | | | | | | | | | | | | | | -| 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | | X | X | | | | | | | | | | | | | | | | | -| 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | | X | X | X | X | X | | | | | | | | | | | | | | -| 3 | 5 | ![](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 | 3 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | | | | X | X | | | | | | | | | | | | | | | -| 6 | 3 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | | | | X | X | | X | | | | | | | | | | | | | -| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | | | X | X | | | | | | | | | | | | | | | | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | | X | X | | | | | X | X | | | | | | | | | | | -| 9 | 3 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | | X | X | | | | | X | | | | | | | | | | | | -| 10 | 3 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | | | X | | | | | | | X | | | | | | | | | | -| 11 | 3 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | | X | | | X | | | | | | | | | | | | | | -| 12 | 6 | ![](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 | | | | X | | | | | | | | | -| 14 | 4 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | X | | | | X | | X | | | | | | | | | | | | | -| 15 | 4 | ![](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 | 10 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | | X | | | | | X | | | | | | | | | | | | | -| 18 | 6 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | | X | | | X | | | | | | | | | | | | | | | -| 19 | 5 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | | | X | | | | | | X | | | | | | | | | | | -| 20 | 3 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | X | | | | | | | | | | X | | | | | | | | -| 21 | 7 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | | | X | X | | X | | | | | | | X | | | | | | | -| 22 | 3 | ![](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 | 3 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | | | | X | | X | | | X | | | | | | | | | | | -| 25 | 24 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | | | X | | | | | | | | | | | | | | | | | -| 26 | 4 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | | | | | | | | | | | X | | | | | | | | | -| 27 | 20 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | | | | | X | | | | | | | | | | | | | | | -| 28 | 11 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | | | | | | | | | X | | | | | | | | | | | -| 29 | 4 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | | | | | | | | | | | | | | X | X | | | | | -| 30 | 4 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | | | | | | | | | | | | | | | | X | | | | -| 31 | 16 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | | X | | | | | | | | | | | | | | | | | | -| 32 | 7 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | | | | X | | | | | | | | | | | | | | | | -| 33 | 12 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | | | | | | | X | | | | | | | | | | | | | -| 34 | 7 | ![](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 | | | | | | | | | | | -| 36 | 3 | ![](samples/36/clu36-sample0.png) | ![](samples/36/clu36-sample1.png) | ![](samples/36/clu36-sample2.png) | | | | | | | | | | | | X | | | | | | | | -| 37 | 6 | ![](samples/37/clu37-sample0.png) | ![](samples/37/clu37-sample1.png) | ![](samples/37/clu37-sample2.png) | | | | | | | | | | | | | | | | | X | | | -| 38 | 4 | ![](samples/38/clu38-sample0.png) | ![](samples/38/clu38-sample1.png) | ![](samples/38/clu38-sample2.png) | | | | | | | | X | | | | | | | | | | | | -| 39 | 6 | ![](samples/39/clu39-sample0.png) | ![](samples/39/clu39-sample1.png) | ![](samples/39/clu39-sample2.png) | | | | | | | | X | | | | | | | | | | X | X | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | white_hair | yellow_eyes | medium_breasts | tinted_eyewear | skin_fang | eyes_visible_through_hair | purple-tinted_eyewear | orange_eyes | thick_eyebrows | hair_between_eyes | brown_eyes | bear_ears | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:-------------|:--------------|:-----------------|:-----------------|:------------|:----------------------------|:------------------------|:--------------|:-----------------|:--------------------|:-------------|:------------| +| 0 | 9 | ![](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 | | | | | | | | | | | +| 1 | 6 | ![](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 | 5 | ![](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 | X | X | | | | | | +| 4 | 5 | ![](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 | | | | | +| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | | | | | X | | | X | | | | | +| 6 | 7 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | | | | | X | | | | X | | | | +| 7 | 6 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | | | | | X | | | X | X | | | | +| 8 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | | | | X | X | | X | | | | | | +| 9 | 27 | ![](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 | 21 | ![](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 | 5 | ![](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 | 14 | ![](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 | | | | | | | | | | | | +| 13 | 5 | ![](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 | | +| 14 | 14 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-sample4.png) | | | | | | | | | X | | | | +| 15 | 8 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | ![](samples/15/clu15-sample3.png) | ![](samples/15/clu15-sample4.png) | | | | X | | | | | | | | | +| 16 | 8 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | ![](samples/16/clu16-sample3.png) | ![](samples/16/clu16-sample4.png) | | | X | | | | | | | | | | +| 17 | 16 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | ![](samples/17/clu17-sample3.png) | ![](samples/17/clu17-sample4.png) | | X | | | | | | | | | | | +| 18 | 6 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | ![](samples/18/clu18-sample3.png) | ![](samples/18/clu18-sample4.png) | | | | | | | | | | | | X | +| 19 | 5 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | ![](samples/19/clu19-sample3.png) | ![](samples/19/clu19-sample4.png) | | | X | | | | | | X | | X | | diff --git a/dataset-1200.zip b/dataset-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..7587ecb632996310c900ce7901924317fe84c5eb --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f03bc65af157a64f7085739092ef6c96aa663cabee482d67cb4f1575d1e713 +size 778010068 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..c5fbf30f42a9bb991ef205d85b3e4b49d002a31f --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cf28eacd2f3154498cd0d969cd8bd11ad2febde23d2125f22a1dfda94d0389 +size 429805290 diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index 5579e3a234a3012612b21c2bd567a66eddfff039..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb3da04d107f60fa8ae9d6372f52c96eda0cf70f6fd1d3092aa59ed5b5e5b8a6 -size 1798145768 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index 4386d45c8136578832ca60b742c241c2e83621d9..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f98a9c469dc6d8279b2428290b83a09df267d154e91f6ee02c641fc4f7dc8e4 -size 934420093 diff --git a/dataset-raw.zip b/dataset-raw.zip index a419d3ae3834dc16797d7337c2ca9c16ad32b095..54828cae466c002a51bef07f4f8bb859007018ab 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f3b84ea19d3cae709a923cecfc8ccc7feadf4c34dc3969aa44591e58a1b3bdfa -size 934576021 +oid sha256:cbc52f6ba33680b9a3d9a51e47532fd62513ab4186cc800022c674059b48bb1c +size 935731535 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index 8798cefaddf77c9956c6472f7ecb7638961cc3de..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:deb3f79f42f28c739ab5e9da427f1f8f55ca7d108cad9ead404881e7a5a797b3 -size 1609531581 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index 364b15a4279574ef7ea840396c26f9a6052dc978..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d077d3c7fdc8a732652a225717f56a146519d8155c36d068efe2ff2117d0d1bc -size 1029138057 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index 990f08ca71e62b37a296ed379b84d16c28494a45..da85f7375a295a8846a41967658440db491e1fe1 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:c91af09f974a6460370ce51d97dd2ec2e45af9e2aa097d0c831f758f735ed324 -size 1601035454 +oid sha256:ae1dd90a97387beb3da09796dd52b98ab56577f919021ecddd369d64013b47ad +size 1601754910 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index 0bcdc736639441d7e245163cdff5c96ecabc5332..6b696da03a25ef7d0b189efbd37d9bde8e80efcf 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:73fecda6589766d1c91175523cd15737ae7a4c98f16c70433488465a8075aae3 -size 1020641930 +oid sha256:3d0806fadedcc11867d9366e8340df6b247108ee3c0cfd0a7da98387867c7606 +size 1012479668 diff --git a/meta.json b/meta.json index 35445f3f2c5f0697fc9f34b6f9a74189de771c62..33e2abe5e56bfd11abc69fce34047cd1fce8e95e 100644 --- a/meta.json +++ b/meta.json @@ -4,154 +4,140 @@ "clusters": [ { "id": 0, - "size": 4, + "size": 9, "tags": [ - "medium_breasts", + "white_hair", "yellow_eyes" ] }, { "id": 1, - "size": 5, + "size": 6, "tags": [ - "skin_fang", + "medium_breasts", "yellow_eyes" ] }, { "id": 2, - "size": 8, + "size": 5, "tags": [ - "skin_fang", "tinted_eyewear", - "yellow_eyes", - "orange_eyes", - "purple-tinted_eyewear" + "yellow_eyes" ] }, { "id": 3, - "size": 5, + "size": 8, "tags": [ - "orange_eyes", - "skin_fang" + "skin_fang", + "yellow_eyes", + "eyes_visible_through_hair", + "purple-tinted_eyewear" ] }, { "id": 4, "size": 5, "tags": [ - "tinted_eyewear", + "orange_eyes", "yellow_eyes" ] }, { "id": 5, - "size": 3, + "size": 5, "tags": [ "orange_eyes", - "tinted_eyewear" + "skin_fang" ] }, { "id": 6, - "size": 3, + "size": 7, "tags": [ - "orange_eyes", - "tinted_eyewear", - "white_hair" + "skin_fang", + "thick_eyebrows" ] }, { "id": 7, - "size": 3, + "size": 6, "tags": [ - "skin_fang", - "tinted_eyewear" + "orange_eyes", + "thick_eyebrows", + "skin_fang" ] }, { "id": 8, - "size": 3, + "size": 5, "tags": [ - "eyes_visible_through_hair", + "purple-tinted_eyewear", "skin_fang", - "thick_eyebrows", - "yellow_eyes" + "tinted_eyewear" ] }, { "id": 9, - "size": 3, + "size": 27, "tags": [ - "eyes_visible_through_hair", - "skin_fang", - "yellow_eyes" + "skin_fang" ] }, { "id": 10, - "size": 3, + "size": 21, "tags": [ - "skin_fang", - "tail" + "orange_eyes" ] }, { "id": 11, - "size": 3, + "size": 5, "tags": [ - "purple-tinted_eyewear", - "skin_fang" + "hair_between_eyes" ] }, { "id": 12, - "size": 6, + "size": 14, "tags": [ - "skin_fang", "white_hair" ] }, { "id": 13, - "size": 3, + "size": 5, "tags": [ - "pink_eyes", - "skin_fang", - "white_hair" + "brown_eyes" ] }, { "id": 14, - "size": 4, + "size": 14, "tags": [ - "medium_breasts", - "orange_eyes", - "white_hair" + "thick_eyebrows" ] }, { "id": 15, - "size": 4, + "size": 8, "tags": [ - "medium_breasts", - "white_hair" + "tinted_eyewear" ] }, { "id": 16, - "size": 5, + "size": 8, "tags": [ - "medium_breasts", - "orange_eyes" + "medium_breasts" ] }, { "id": 17, - "size": 10, + "size": 16, "tags": [ - "white_hair", "yellow_eyes" ] }, @@ -159,182 +145,28 @@ "id": 18, "size": 6, "tags": [ - "orange_eyes", - "yellow_eyes" + "bear_ears" ] }, { "id": 19, "size": 5, "tags": [ - "skin_fang", - "thick_eyebrows" - ] - }, - { - "id": 20, - "size": 3, - "tags": [ - "fangs", - "yellow_eyes" - ] - }, - { - "id": 21, - "size": 7, - "tags": [ - "skin_fang", - "tinted_eyewear", - "purple-tinted_eyewear", - "bear_ears" - ] - }, - { - "id": 22, - "size": 3, - "tags": [ + "brown_eyes", "medium_breasts", - "skin_fang" - ] - }, - { - "id": 23, - "size": 4, - "tags": [ - "skin_fang", - "white_hair", - "yellow_eyes", "thick_eyebrows" ] - }, - { - "id": 24, - "size": 3, - "tags": [ - "purple-tinted_eyewear", - "thick_eyebrows", - "tinted_eyewear" - ] - }, - { - "id": 25, - "size": 24, - "tags": [ - "skin_fang" - ] - }, - { - "id": 26, - "size": 4, - "tags": [ - "pink_eyes" - ] - }, - { - "id": 27, - "size": 20, - "tags": [ - "orange_eyes" - ] - }, - { - "id": 28, - "size": 11, - "tags": [ - "thick_eyebrows" - ] - }, - { - "id": 29, - "size": 4, - "tags": [ - "dark-skinned_male", - "dark_skin" - ] - }, - { - "id": 30, - "size": 4, - "tags": [ - "hair_between_eyes" - ] - }, - { - "id": 31, - "size": 16, - "tags": [ - "yellow_eyes" - ] - }, - { - "id": 32, - "size": 7, - "tags": [ - "tinted_eyewear" - ] - }, - { - "id": 33, - "size": 12, - "tags": [ - "white_hair" - ] - }, - { - "id": 34, - "size": 7, - "tags": [ - "bear_ears" - ] - }, - { - "id": 35, - "size": 3, - "tags": [ - "thick_eyebrows", - "yellow_eyes" - ] - }, - { - "id": 36, - "size": 3, - "tags": [ - "fangs" - ] - }, - { - "id": 37, - "size": 6, - "tags": [ - "brown_eyes" - ] - }, - { - "id": 38, - "size": 4, - "tags": [ - "eyes_visible_through_hair" - ] - }, - { - "id": 39, - "size": 6, - "tags": [ - "heart-shaped_pupils", - "symbol-shaped_pupils", - "eyes_visible_through_hair" - ] } ], "core_tags": [ - "animal_ears", "multicolored_hair", + "animal_ears", "black_hair", - "breasts", "streaked_hair", + "breasts", "grey_hair", - "twintails", "panda_ears", + "twintails", "large_breasts", "sunglasses", "long_hair", @@ -349,40 +181,40 @@ "display_name": "feater/エフイーター/食铁兽 (Arknights)", "name": "feater (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": 1359 + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 778010068, + "size": 500, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 429805290, + "size": 500, + "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": 1359 - }, - "stage3-800": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-800.zip", - "size": 1359 + "package_size": 935731535, + "size": 500, + "type": "Waifuc-Raw" }, "stage3-p480-1200": { "description": "3-stage cropped dataset with the area not less than 480x480 pixels.", "filename": "dataset-stage3-p480-1200.zip", - "size": 1323 + "package_size": 1601754910, + "size": 1325, + "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": 1323 + "package_size": 1012479668, + "size": 1325, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png index d3a95f2de79c29d8fbb767132962b6ce20bf90fe..753e09b22164064e7d39d46f7a65f4eccaa6dbd7 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:908adcfa547e97e24ba570cfe60433e21067016e9763aa9875991ac6819e6d5a -size 262590 +oid sha256:d6c93a0dee5c89994bf3c4f39061119f8b25dac8363817b0cecaa02be3590f34 +size 378600 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png index 1dd08d696266d56392fa4aa603c17fad9feafa2c..46f5f0d72d53dac5d602c4464459e2b0fe8b670a 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:ca7821421ae1bd900b525aebfa2262ce69e12d8b25b64c3a3db88a07997e2f3a -size 401107 +oid sha256:778016485916e6b983eb8f9ff21dec8b9054e5864c75b4b318e44aec45f80373 +size 360683 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index 95e018990ffddb034542f1c2dfb82238fc9a5a0e..469ebb1906b77e3dfb8d8fbf10ae90b54743bf40 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:8959fbe37ea0010d4d6c99d3933cc570ee9900d843b46ce87e9ca2dae9e695cd -size 194033 +oid sha256:03c899eee29b5d4169b41d2927d48f058bb06170644068723898b7e9dc1fc30a +size 276060 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..1edfa67ccffafaf289aafa425fd1c274f660a13a --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34eef73c4ad2eaa7d231a5863a971b7312facefed5674636e08e882cb921b20 +size 434176 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..1ebf776c88b0cce1ff7e504cafb64717df5c1971 --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d2982779100cd6de5458100945f5b1a28eb65d0aa0a95484a0d53df5b0c46b +size 313240 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index c6d4a77be1645962dfc5275ccc990f6f272a5c28..c8bd5ce095196b18c1a8fa56975f3fe071d1b6d0 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:1033aa33b47b1d7ca773eb3dc83ae9ceda04f08f8de45b58b3dc5bdc6fd4cff0 -size 398919 +oid sha256:29e7b371706ccc33ca839cf74bc0649c38a94b6679d53367f9ba95f84ec64841 +size 309074 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index b04c1b259ef5a5188b5f9a6a5333df8d67c9aec3..1dd08d696266d56392fa4aa603c17fad9feafa2c 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:c7c644349d2442285881bd44c72638222199ef463bfdcfd988e3a3a1c7be8c93 -size 481125 +oid sha256:ca7821421ae1bd900b525aebfa2262ce69e12d8b25b64c3a3db88a07997e2f3a +size 401107 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index ba6f1ca08da34592d2fdfb1679a47ffb71293989..f2e65b51837a8275a2692911afe7ab1306d2f6f9 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:22d8ea45e5890f2740c93582bc28fa639a921e20fa9715b371e4bf9911b1b6ac -size 490868 +oid sha256:e6592560865bd6b18fdcfb940d659df3d6a30a1f8d28f58a86118dbcb0ec9f89 +size 261244 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..b5056b04005b252ff84726586565056a117f65c9 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8f1b46944c3a016969fb33c863d38ea981dab701f9b777ed985ac5f620c622 +size 397194 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..667f06c219c0bf67445b6d8b338a1834b5a857a1 --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a667189a561565d84028eb66a99544a0e4c6dcf0ef79afdfc12624ab34480142 +size 541572 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png index e2dbecd43783a7a7238c96169e0f8b7f8970257c..c9cb4177195001b16f6c90ad494260f2a4d6905d 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:92a5d95b39ddeacad54d2415cf373b073ff2be97348cfa72d5f69abeeb79acbe -size 258900 +oid sha256:e9ebc765db4450cda33a0453a414af72ae256c1f1266cd3fb734d658f9ca3d15 +size 526825 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png index 46b87c52e07ea7493e68145d1289c3e5ff086083..8f0e7ba733f880ed33cebd363a491df3d617ef7d 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:1bb03b2eaa4ba7e2129ddf8ba815e8eb62aa6d234792c5af2d7bd8e657830c45 -size 265945 +oid sha256:bbc27a67e66610299d6ee37ea9012c36dc66bc2861e8d18a92e51b5bb1f8112c +size 409305 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png index d794959d63d486831d5b8a8f0b04347b5c877005..f1dbe5f89f63759551b01e849eb5a4df75ca84f0 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:e499f66080c5a92e1aa75cff0801be4fba5d4176827f1b8774d1d69059314f26 -size 442671 +oid sha256:42ad0a9aa0f6075b5399024a04b3c3df8509e77ca4b01e463161327e8386b9d1 +size 420034 diff --git a/samples/10/clu10-sample3.png b/samples/10/clu10-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..3e9deba14e95ee10add5b4e1ad87280812f64255 --- /dev/null +++ b/samples/10/clu10-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fab2240c172ec155322ce5701f139d79e5d1ec8f1dbde6c9a36f496dd851a28 +size 415705 diff --git a/samples/10/clu10-sample4.png b/samples/10/clu10-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..1d6a6e598aa676633fa45745bd86bd8c7ca09487 --- /dev/null +++ b/samples/10/clu10-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf7f55f56b98260108bbf67753d9a8832232d39ecf9a82bdab0d6ef934fdd47 +size 326824 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png index b324b1b7332f2daffdf0e0c235f5e594ee0132cd..ee8116e70fab098fd13537a39b069cfdaae079af 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:61899e5d42f7ae245b68b33d5f997cd4cefd284582a7227c2e324cc6c8787343 -size 240248 +oid sha256:0f672f37528640b68c2ffd6104a874186f5e49f530f43a1535df2abc755eead9 +size 367233 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png index 1850388299c1cf2126d46157f7769529a444052b..61fbed72d3eeef1b6c0890c6f6499311b08aac40 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:f56a790cbec6203b5ab6400c3836e07f1a47bc9bce2fa36b8f6991f885c651cd -size 266820 +oid sha256:f1b3ea9f5dcc181dc7554b2e47acb28f2efa31acd216b78e88258d0467ed2813 +size 188914 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png index 50f7fe31bbee0f84ba4d84cd1ef8c00680ab3fc1..68ba899784a35d0d43ab47c2913df01dedc4962d 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:c84bff37ac2df3b93524fa2d4a0309fd883be22488b7c6be5303e71c7c1cd3dc -size 379044 +oid sha256:aa8dbe78c94955b5848fe7a3343b86e57e5e4dfe0f7d1ada129b4deb83a458b3 +size 244118 diff --git a/samples/11/clu11-sample3.png b/samples/11/clu11-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..2a03e42ba2961dce89938007baa17285105b337a --- /dev/null +++ b/samples/11/clu11-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5155d7e311673379efd2ca690f4b68f9eeb84e4b85d86ea3bd9dbaaba6c9021 +size 373221 diff --git a/samples/30/clu30-sample1.png b/samples/11/clu11-sample4.png similarity index 100% rename from samples/30/clu30-sample1.png rename to samples/11/clu11-sample4.png diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png index be80e73ac2a673b3bffc636f473bfccae17a9235..26a34e0e767da6295378316d5fd9aa5d671d9684 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:e212bc6be84d544bab6e517da05a3e46f47d12fa89858a84990a3e6799a8ef87 -size 433186 +oid sha256:054592254dc732de6638b68f07c068ade589fa1ad674cedd3d1c2fb401f91e93 +size 311857 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png index 2ab8aa3c41acafe9cf02e9c585f2f5df14d1a104..dc804438624f52b6db4c19b79f7c216795bf323a 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:058ffdf1d641de9d0ce7e5548d3556c3db7326de35b47ededa10dd353dc61e01 -size 430014 +oid sha256:42d313e2643a85e65b12ca23eb304916b281bed76bfe5e274bb2fca8d9cc326a +size 395753 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png index 6b18067f019fde7b02a1fa2c6672b91eaa27e464..238ae759f4dcdf32b4d1f0a1e32050aaa0913fd9 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:8f012a947aba14ec48ced7b6dbb802de0f64fd9d74201f513f4413ddbd6cdb79 -size 478642 +oid sha256:a6e50ae1e1f3bbde5ed18e4675df32db3168f44e0a9284c27eccd395971c3a5e +size 409306 diff --git a/samples/12/clu12-sample3.png b/samples/12/clu12-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..ea5fe3a913032c371d384b83e9c5a9bd707109e2 --- /dev/null +++ b/samples/12/clu12-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d21ca9208846e83e2c2d52dd4bfbfc835e29fd4a010fd3de32771635b22887 +size 397256 diff --git a/samples/12/clu12-sample4.png b/samples/12/clu12-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..eff0372203a78618184c8079f2f53f317b07da16 --- /dev/null +++ b/samples/12/clu12-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71dac6056b41f66897ad6b587449bf4e15369b496221286613dcf992bb5aec03 +size 548081 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png index 103fe91b7db997b8b837747aa5bde0f5202d1dae..796c388cdba148cacbb7a59e1ca25b6d1763ee9c 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:7a2ccf64530d8c2e6820e520c08299b5c3dca52163c97a464ccfec21ebfc9d85 -size 604158 +oid sha256:db9d88ed4695742f6be6d5a84c2f3db74fbe572b9adbfc585a572b466e4ae05b +size 374402 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png index e29cd3931da1ac4633899a5c4af1b5981debb6eb..bd1306435746709d1638ff627d61ee724122fbba 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:e2a8d0c606d67211b213d188359b34d47b6a7eac0c4babdb28f197293696a92d -size 411058 +oid sha256:285db3a7bcdf4eebd7684627182b7bcc4171760fbb8d4437b4c03c0a75095187 +size 411393 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png index cb68e31a451b2a5b68b40f0cfc971bb10ba8da1e..6e7c72d0de3bd357e582b7ab203bc113d26eb38d 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:9ae19a29ce721ed28c9df0dce85d01be6cc2a845addacae703536765cc1ef02d -size 479617 +oid sha256:94a088974fa96f8d81772e7b6cac61f2cfb548cfef4ab6241121c46596f8919e +size 336047 diff --git a/samples/37/clu37-sample0.png b/samples/13/clu13-sample3.png similarity index 100% rename from samples/37/clu37-sample0.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..0e641044d3e33f3129b598fc2e510bc17e5cd0ca --- /dev/null +++ b/samples/13/clu13-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ea960b5960e5a31e2147115127b2aba0ea8316dd7b17107adc5a4e9f640c8d +size 602636 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png index 94b7ce57c2b5539ee2790c1b32229b3ef83e2514..d0ed4f4ac3aff99f72fbd94a4e97b2236245282e 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:9dd69493cbd22cc2d6064a8078e16420e91f3531f73bae3323acd0886fafed96 -size 321435 +oid sha256:90d437851c23dc70e80f859e50d10a06819cd6d2288977f461ffc3b8e16d74e7 +size 473610 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png index 50c7753a88a64ddea2be46b0216bfa1d63feff8e..1cc843e5bcd5bdd1228805ab6c7aaea760131380 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:b972b973d0b63ee6015e306dda431b41a5e76bdc5841f3dd6d9cc51fee010bc0 -size 441722 +oid sha256:ae5622e30c073cf0592a53ca3364d1d6e15ebb2f7134d81b11f646f932970b63 +size 418661 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png index 7da6aef4be722961bd31271541c524f381ef2de0..9120de8268bc40783fff1fb9e63f5034f62d7a45 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:b702e348b56dbbd9dd9ae9a8a646e37654edd6ac50543cba158d7b06544dec27 -size 537293 +oid sha256:940b9e556e63adbcedc9b8cd315234d2e9f2087cb8949bcaf107c831e3528847 +size 479573 diff --git a/samples/28/clu28-sample0.png b/samples/14/clu14-sample3.png similarity index 100% rename from samples/28/clu28-sample0.png rename to samples/14/clu14-sample3.png diff --git a/samples/14/clu14-sample4.png b/samples/14/clu14-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..9c13f5a483512c0c3b6dc1b3bd305542702b0afa --- /dev/null +++ b/samples/14/clu14-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98579b6cba88d1fd1a94b1d5e9c8961c37bfe8607f1f8261ec331fc9c88920a6 +size 245140 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png index b01e540b36f6eba2f892f66836107d03f130eaef..de923e37128b21ac0b075fe993018d595f173f98 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:a87c15736b014ece81a5f3fa8d109823ed2e03ce07502318ea25ec3f72d9c55d -size 380274 +oid sha256:20b262566166a50b5d78ae1692dda69866ad254e0babd5bf48fd49d92a04a51a +size 517938 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png index 5e9d2405f81728fc3aeb656e28f72b6699631dd8..d088671af4304518bcc7b9da0ef4de9b74016963 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:0ed9bc5ba41c83c02b7bbaa48059e7ea8c29375fca45d81c2a704cb9a936cf2e -size 248925 +oid sha256:a36f490eabaeda0b7bca1de74a00485143a61d17ab258e6b1988d9a5becb9218 +size 434982 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png index b93b0748fa8b967b3b69ab935aa9abbf5a7b9e97..3fe572dd644923fc132aa9178a6da9d0e5372f75 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:95ddf97bdd00310fb9568c20e48d1fcdc196b3b5f22e42ddf77362a8f2aaf5ea -size 544477 +oid sha256:7242f5be694d04040ac095845f646ec877a529d6cb461085bf6ddecd8b1c519a +size 267021 diff --git a/samples/15/clu15-sample3.png b/samples/15/clu15-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..fe557d98c06b130cf209edb6d210f5470f2969a5 --- /dev/null +++ b/samples/15/clu15-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f1f7c5a8e7c2eda5c8f86bd8b57b71e8ea053f4c5e32647f406d31d8990912 +size 314463 diff --git a/samples/15/clu15-sample4.png b/samples/15/clu15-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..1bae4fea8df16be64726f5aef426ac06cad68235 --- /dev/null +++ b/samples/15/clu15-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1991120d67ad7091aa456147ed1d66a49be5d5e895788aa4365e6862eaac4d97 +size 473729 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png index a5f7791a7f44f682b454fb5ac593ed0cb60efa6a..9ae8af3b34ad9cff3b8535b995827ed9fc02f238 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:426915ed920b7886b3c2eea4aea20268e47deb2b868c08269857fe16fcab2f47 -size 388018 +oid sha256:79e9bbd363372f690494643cafc15b90c2a15cdff6fa880b38263b63b60d7a0d +size 343904 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png index 0349bf65f9145107d269b1311f4548145274906e..6158b625e9dae549ee0afed0a57c2d0499aa2560 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:053cd6e8b94c79add9493fb120293a82f878a59935826a921489f8e0a32a6658 -size 394575 +oid sha256:168e3e71325ec8b8bc098de0af84dd73942e3b53fc14453b880c99ca20a04a04 +size 349652 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png index 221c170622b0f01e9fc9b2ce4f76417ebdb781b2..7b63a109f98ca20cf3980c860afc4394078e334d 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:b3f15de1a082177956aad0c51bfc7240a815383aadd48603d0f988dcebd5334d -size 363339 +oid sha256:3fffb522b6e08c9891b91af00f03e9ff7464ce9eecb0d3961f3a2c20b6474dad +size 205780 diff --git a/samples/16/clu16-sample3.png b/samples/16/clu16-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..d8ce7478da93e5f1c5d85373100897bfd4d8fcaa --- /dev/null +++ b/samples/16/clu16-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b81ef5ee8f6e8cf285efe87b310f4f57236addd867ee8b2872ff198839ac4af +size 148422 diff --git a/samples/16/clu16-sample4.png b/samples/16/clu16-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..cf8111fe6d9ea19a00d1fd7d014988bcfc50de39 --- /dev/null +++ b/samples/16/clu16-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb9017c2005d6e86e12f9010f7c9f66678ca94b1721eae58a5af73b61be4df9 +size 237015 diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png index c1b480e9fb240f6c66362f85f6645d0c80760893..961e086a1cd8b6f6fd5afc03b2b806255631bcad 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:47b3ac70294a2d35b828f53f4f8e3ccb0ead3f15a12ecadfd792bc19c53a6df8 -size 490933 +oid sha256:28256c5035e7f3aa0a33f1721354952cc5d589d770dc70c9c47c18e22b37dd62 +size 283941 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png index 753e09b22164064e7d39d46f7a65f4eccaa6dbd7..b79659a8363ef3faae3ad8ca45aa1917f0d8b2ff 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:d6c93a0dee5c89994bf3c4f39061119f8b25dac8363817b0cecaa02be3590f34 -size 378600 +oid sha256:d9390fafa0867705aa6cc4e7c9581d26193d8fb1aa3a4656be311dc1adb424bd +size 393000 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png index 6b574bfb884d7ba498e0d43ffa5f9b33c10692c9..e3d3b34c243b96bede5f2957c3557bab08dedcb9 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:84541732decb106c40a737db0ee2ad40e7b8b18207fa76afcfa2b447e2755a7a -size 515168 +oid sha256:ec4a0d1888f1510c7492970975dcd06f805915091dde2dab8b038723e0da2a60 +size 358688 diff --git a/samples/17/clu17-sample3.png b/samples/17/clu17-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..d91366341af01cc9e2dca838f58ce13e6f084919 --- /dev/null +++ b/samples/17/clu17-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192cc5883e902d424e27739e3813f64fee19b705e09dff57fa14d6896ed5a22a +size 234221 diff --git a/samples/17/clu17-sample4.png b/samples/17/clu17-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..8091ea7b3a4ad4d25097250807eaa108c8f09550 --- /dev/null +++ b/samples/17/clu17-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f16ef61462d2fd1e474a2240bba10f7bd170d94a03b5dd522ab829a7d6fc86 +size 288118 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png index 764104292e5a90fad3e0fa0b3fd6531fc9e205df..33c19df9a845fca67b032522ff612734fdbfc5cc 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:29c346e746808f07df0ff550ea53170beaf3cb0025476c3b7ed5a36c88ca83b1 -size 328429 +oid sha256:adc54cfe8ec7f58cd98392d4845933c0e05467b2362580240a9d86f791f4a0ed +size 578399 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png index 6fed3aa8e0416c4442d551ab219e671c0741ee14..199bc89afdd9a6edd91507d0283326fa0661d384 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:223f752daef6ab8ca1e66bb0845de9688611af8b77b2232b7bfa170be9fa48b4 -size 402150 +oid sha256:79d738a65a3c111709fc8aec08e3abacbe5ad769c5f513e01dbd9af77b2410c4 +size 247131 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png index cb5d3ea4511b6062ee8b4e217813d08dc6b21b4b..080872dd7472806b2aa69c1515b26e34a8c8c9df 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:053252ce4ae5e3e173e0c3c6dc695ef8b27e1e7cb022b81c61dd9f5c9a341d7c -size 284108 +oid sha256:819eaf2ab101cf1a21eb184396eb5df948ff4cda70ab67917686449e928e266a +size 365825 diff --git a/samples/34/clu34-sample2.png b/samples/18/clu18-sample3.png similarity index 100% rename from samples/34/clu34-sample2.png rename to samples/18/clu18-sample3.png diff --git a/samples/34/clu34-sample1.png b/samples/18/clu18-sample4.png similarity index 100% rename from samples/34/clu34-sample1.png rename to samples/18/clu18-sample4.png diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png index 00341485cda17b0573ce61398631ff7ed47abd47..fc1c9c7a6a86dd0011350dbe6640cda687fc44df 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:fef82c5e37721846b44c846985e71c20534cf403f6b86659d3200ffa2bf37a87 -size 498563 +oid sha256:8585fe0e08ca7b01d1240223c1c8fad3a8de41b60758aa13e3635d28fea80d2b +size 377951 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png index caaa148efba9f93523e1ed80d689847bbb6afd27..40141ad0056d6f0c0f8f282b541be833ebd0bca2 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:05cda85f0b287f7dae228c3096dca63137524987dc713394c0df5e1569563f8f -size 247637 +oid sha256:2cf4a5c0c371c4fb676208f42bcb0e25f17a546ccea468e3349b7399835db0ec +size 378834 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png index ea8717db6a056df160b791895bf0ed33dd319bc9..4af1060abf1d82a807b7e2025825a0705dcbdd4e 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:db217a743e07754a8ccd19524e3778324ea7b02c191c15ac545f6687231d27d8 -size 335953 +oid sha256:5aa20fd5797e90efa6da66c92b5ee631e39e90f1f6988e95baddb9eedeea7bcf +size 195610 diff --git a/samples/19/clu19-sample3.png b/samples/19/clu19-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..0c8d37b52229262a1b70e9101594e672be5924c0 --- /dev/null +++ b/samples/19/clu19-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd28982c8a230d91d799e0e7469003b83ae52fcf078932c895b60d8a5fb3a227 +size 251624 diff --git a/samples/19/clu19-sample4.png b/samples/19/clu19-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..444f3ac66466a86f2351e8d0e046b68be417df4d --- /dev/null +++ b/samples/19/clu19-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083203ff459cf617295f6bcd3791a7dff8cb3cff3570d81b8031eef67a28d675 +size 320232 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index 50b36ae432c92d8cfc8b71bb2a153159d53b89fb..753eaf4022593002cc607305f95db0314a01137f 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:dc1a6f14c780e48d2c7d8e49e2f4c8aed353469af837cabf283f34722650280a -size 475765 +oid sha256:596d3b97a69de4249f113740475b3313d3ade773d7937e2d830aa27b167b0a5a +size 395352 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index 9383623f862ac6878820f8c6d210a73e56d5d07a..13fde1f5b3b0ac825fe37e59e4bd5c2062d8710c 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:d23c748838326e20c884f89bd72fcea8651afbd3def0113caba48d6234738dcc -size 378376 +oid sha256:43acee71b3a93e9dec4de4fe329fd83214aa726d1c46f803dfa062ee96e8df1d +size 392240 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index b0cbe889a583ccd652821248da900b1bf793143c..10711cea9ae7fb7428fc6aee2a63429bcd88d421 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:bc9263f63622619e8f1286e36f3b322cfc157f97d6c196fcb2cd42c56e06016d -size 208376 +oid sha256:728a99101debd62ff142a09133b8bbe90d1efb3238582866316bdc73a886f111 +size 355685 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..827da9ab02402d8ad405296f0412f35319fb4b7f --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86bb08ca7615a1d999aecd93cbe2fe9663c64749f4cdcfc2f602f081be1daa2 +size 442407 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..ddb7c5b37ce4e218c3286cbee9eb38b86ec40842 --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485b57781e7b8593577ea2809a93f929bf1ae19a0777bfa48d695335d84da39d +size 198208 diff --git a/samples/20/clu20-sample0.png b/samples/20/clu20-sample0.png deleted file mode 100644 index 0f848ef34030ca234680bb073238c93fa577f1a1..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba39d8ade1764194d5d7c7e5470330462de9f5eecf355bb98a44191d8b0a40a1 -size 259676 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png deleted file mode 100644 index 6b100aa9853ee52dc0fb3cfe91686f05e145980d..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2cc1d7f9ddd1dd1ed9934e2b7ba61d1696a5a6a35688434c57d124b5d6bbcb7 -size 316617 diff --git a/samples/20/clu20-sample2.png b/samples/20/clu20-sample2.png deleted file mode 100644 index 1ab530ce348c09ced42391425d15d08c490aecbc..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a7e0b2a0287fa4e2ee45cff7838486b736513ce3f60f602483dd04fbd45e7dd -size 458560 diff --git a/samples/21/clu21-sample1.png b/samples/21/clu21-sample1.png deleted file mode 100644 index 4ef73f6fff32b75f0ca4e6f1234d929fde4233f6..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03b9135dca98074bcbe5085694ab6a408c4d285ba7ae027d87e1c68aef15561a -size 419111 diff --git a/samples/21/clu21-sample2.png b/samples/21/clu21-sample2.png deleted file mode 100644 index 39405d9d27a9d904da968bf2da501a8d31d3eab3..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e9e7f9abef339ed14902fa6c92c3226a49f0fa88ef445df6073398b78b0174d -size 189698 diff --git a/samples/22/clu22-sample0.png b/samples/22/clu22-sample0.png deleted file mode 100644 index deeea603bd28faeb7ab6ab76b1e335613817601e..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e262b4605a5cdb3ed306b57f4e7e883716efbc9ef5798b0e89ea602a40cb78a1 -size 393220 diff --git a/samples/22/clu22-sample1.png b/samples/22/clu22-sample1.png deleted file mode 100644 index 47a4c13e092b48ca13463e70cf8e8eb30f24f23d..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:026aee463d7df63e0e58a7555a3f89a55ec9447c8a01066c051f625b0afad0cd -size 241858 diff --git a/samples/22/clu22-sample2.png b/samples/22/clu22-sample2.png deleted file mode 100644 index 310336fe26bc28b55f465a43525353693140eb71..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37904c3241eef5bd3c5bf5ea2580e0c0aad9da02c5eea437750f22ee59ce6f06 -size 498167 diff --git a/samples/23/clu23-sample0.png b/samples/23/clu23-sample0.png deleted file mode 100644 index 68f81113e6dc34497a5511c6697978cd544a3c22..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:757ece7637725e2f5c4e24b975e86c227a9a4ab5bae0be71fd683d7de8d4e7dd -size 414861 diff --git a/samples/23/clu23-sample1.png b/samples/23/clu23-sample1.png deleted file mode 100644 index f876c4f237f99bb1a182df0b70fc8d90033e0f5e..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b09b5bf3faa61c03e0584a6e712a8ed51e2e02f5abf1b2848c141056c52a0d0 -size 435859 diff --git a/samples/23/clu23-sample2.png b/samples/23/clu23-sample2.png deleted file mode 100644 index 9a1e2d7970c62dbb811a568ed23ecb04810912e7..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b912f71c5478782bfcc296a55ebe222f357656626e076aa3617052082079373d -size 299170 diff --git a/samples/24/clu24-sample0.png b/samples/24/clu24-sample0.png deleted file mode 100644 index 0baae3d7cbb579b4a9264c701a3d84ad07f6249c..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e299293788383c8e45bacb9bd981a0b9ed79377ebabd8b8aee17bf3e7ed2ba3 -size 385519 diff --git a/samples/24/clu24-sample1.png b/samples/24/clu24-sample1.png deleted file mode 100644 index b58669e277f39695c7c32e6b320b1f92258238e1..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:553eb6204e2340d9ac69fc88c8a389fd3a10eb66886d5980d12ac8f561849cc9 -size 378655 diff --git a/samples/24/clu24-sample2.png b/samples/24/clu24-sample2.png deleted file mode 100644 index 318161ea50157df086a2b07a68727de796ab1f83..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8a0046cb0df65d0d69c56bfb05b3d466d25f346974bb0538b3d2366ad3d09b3 -size 265063 diff --git a/samples/25/clu25-sample0.png b/samples/25/clu25-sample0.png deleted file mode 100644 index 2f77957163783f37bd8eb26a435dd98dd07f06a4..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a84edb824ca5a4f585172adc73c77a0a2b064f399034967848f7725c829bd7f -size 291707 diff --git a/samples/25/clu25-sample1.png b/samples/25/clu25-sample1.png deleted file mode 100644 index 4b9b8278aea47163bbc0551a2c0fbdba43c30573..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01b3fd1da32321a55ca0f56334f9a1599196636923374d26a2e24bd2e219bd09 -size 385027 diff --git a/samples/25/clu25-sample2.png b/samples/25/clu25-sample2.png deleted file mode 100644 index e8014b4ccd767b80f58fa4cab3d7ad0fdd64263c..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5657c1f382b17d7f99471ac295962aa7b03fe33741ba104db4f452c1ed6c4a8 -size 356361 diff --git a/samples/26/clu26-sample0.png b/samples/26/clu26-sample0.png deleted file mode 100644 index 697f2b67df01e31fef149c330152ce911f08650c..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc5bf15422e84db7f847b88f33a5de4647577fe40c328652623ff5b26a116ab2 -size 402500 diff --git a/samples/26/clu26-sample1.png b/samples/26/clu26-sample1.png deleted file mode 100644 index ce02f3bab077b3b7cb20ce4916e2372a354c862f..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:197cd7fae017e3dc14df3cb41600d002e70d5748c9c18c5ffc27972edd3c56d3 -size 357470 diff --git a/samples/26/clu26-sample2.png b/samples/26/clu26-sample2.png deleted file mode 100644 index a066ee93f91eb20e0a86cf3ca093fc96a3f07c73..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0debf54479bc6d39a722b704bb59fc9b567a30e07dc5f5a866e7f2178ba9cc9 -size 292438 diff --git a/samples/27/clu27-sample0.png b/samples/27/clu27-sample0.png deleted file mode 100644 index 6b2a60c4de3e5be16e255a8de030d3ed2e07aaf4..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b3c7e94c143f3a7fc3b7520f13eb96ede636a1aeab4d76a0ce06e0be539089c -size 362797 diff --git a/samples/27/clu27-sample1.png b/samples/27/clu27-sample1.png deleted file mode 100644 index 94fcc4784f1c8087d916f1667aa790854bb3be8c..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:253e6c7259869f042a11e627a00aae534b80767ffa1cea3141f680ab02b01fed -size 384592 diff --git a/samples/27/clu27-sample2.png b/samples/27/clu27-sample2.png deleted file mode 100644 index 39fb12836395ee3108e4cb938b961e8271a368f5..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e65828eeda9ca8aa85c3347510a2f43a0a8697f0ea986d3387cf7247f640efd -size 266186 diff --git a/samples/28/clu28-sample1.png b/samples/28/clu28-sample1.png deleted file mode 100644 index 588994e04e0225a55dfb7a2d30e2acc75e23d198..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25d37fba48c1cef96deb876ebd42d9c69ad7c3cb54488b1ccac8cccb47f3172b -size 469449 diff --git a/samples/28/clu28-sample2.png b/samples/28/clu28-sample2.png deleted file mode 100644 index 4443096b46433a56f1d4fec3b458dc720d133a31..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f27e0bd08b618ce7fe95b3345fbca1c617039f14cd2d85ff62a780ff0274879e -size 234328 diff --git a/samples/29/clu29-sample0.png b/samples/29/clu29-sample0.png deleted file mode 100644 index d60ad771c1f5b56f8a0b83e63a5d4501ce4bd667..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a26152992b765f3c380d5c40e54f470c2d4c25b54872de0019807ea7a064ed5a -size 297943 diff --git a/samples/29/clu29-sample1.png b/samples/29/clu29-sample1.png deleted file mode 100644 index c959b6e24e6cac30182195c1ec752a472fc3a701..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63c643188b4d57e9752084a86a9554239b8a140125ef4deee179bd464bb1e7a1 -size 314560 diff --git a/samples/29/clu29-sample2.png b/samples/29/clu29-sample2.png deleted file mode 100644 index c92f27347ed8d55133f95def27785c6dd0503198..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efeb2e1c1a225e5d7487cd0617b36d9a7402511a59898ce87fc20f8ba720e5b8 -size 232539 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index c661f31ef9196f3c438fc9bc5b92c29275743f08..2f6e51284e2b4b620f2c023fd2e8caa0d51c0820 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:9a111d3170347bf9c5a9e1ea59c6f4d5ce12958596c6c70e2b826cd849bd3abd -size 423342 +oid sha256:aed196c5058dc58f6916eaca7e4914b6eb01c710b7ae422584f9d8a56c59d0f1 +size 347201 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index ee3037415485e95b67c069d16b42a101061c1176..99c10d1ce3bfd1bd652a219318be8d4f814cd5df 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:18c3876de6064cfc7ab3165526bf2034fbf514f0db8f63b56433e7bb952d9e6e -size 294799 +oid sha256:c186be2053d5158665392cf1f24a3e1de16fa697e3547c9a1c0bcdceb06a3f8c +size 362245 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index 32e904804bf56d1e1090977b7700004942bae832..ef553074e054208c09a2f26f1285ef5eb2244e7c 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:087037ec50dcdcefa657b4c260369d1a149aa1d0a1eb9b9096da88d77b145361 -size 227497 +oid sha256:07eb7f0470272af585d29d63341c0ffec66f36197690ed507976b02810a39a47 +size 191838 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..32bf6ea284c10ec45560b60ea63eca0167f456bf --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c58bd4e910cf2d6d2419864d0260e04d6efc6f33dbd7c5f904c6ee914b1311 +size 319368 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..4712e0607d3f4d873ccb50c15cc460b9592e5c5c --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaf359106332971c35f1433a101efb957fc4cfc778d135a8992ea1f33488631 +size 419911 diff --git a/samples/30/clu30-sample0.png b/samples/30/clu30-sample0.png deleted file mode 100644 index 61fbed72d3eeef1b6c0890c6f6499311b08aac40..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1b3ea9f5dcc181dc7554b2e47acb28f2efa31acd216b78e88258d0467ed2813 -size 188914 diff --git a/samples/30/clu30-sample2.png b/samples/30/clu30-sample2.png deleted file mode 100644 index 3dd3cca16db3635c4ea15affac512e51842218c4..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83055239a988e748e1500fd14193ca6c8907b25de5d60f3f5c604b7213132c0d -size 403153 diff --git a/samples/31/clu31-sample0.png b/samples/31/clu31-sample0.png deleted file mode 100644 index a519331262b57e54e2dfa77884e1e83b6e50e216..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c85066f59c324b67c56761ca4a2da016b09eea307348c6eb6ff08f2dcc4ce1d1 -size 384646 diff --git a/samples/31/clu31-sample1.png b/samples/31/clu31-sample1.png deleted file mode 100644 index ff15185a8251868cae980aacb3563747d7794528..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9143f06dcbe311c34f24352d1554f410d50ef0f2cab8341aae2307771853404 -size 239769 diff --git a/samples/31/clu31-sample2.png b/samples/31/clu31-sample2.png deleted file mode 100644 index 7f120680f51edd583b5d9dea5cd3379a68b9478c..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16d8d544bd0873adb6086da8b9fe82a07c70f7407649594e6dd369e73fa4fd2e -size 342636 diff --git a/samples/32/clu32-sample0.png b/samples/32/clu32-sample0.png deleted file mode 100644 index de923e37128b21ac0b075fe993018d595f173f98..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20b262566166a50b5d78ae1692dda69866ad254e0babd5bf48fd49d92a04a51a -size 517938 diff --git a/samples/32/clu32-sample1.png b/samples/32/clu32-sample1.png deleted file mode 100644 index 6f0a8545a1a5f421c4cfcc66e525cf0c613b450f..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4565797c7251a4f7896c9fe0311975c038c8a4935891275fdb0822e2e56705d8 -size 313717 diff --git a/samples/32/clu32-sample2.png b/samples/32/clu32-sample2.png deleted file mode 100644 index d088671af4304518bcc7b9da0ef4de9b74016963..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a36f490eabaeda0b7bca1de74a00485143a61d17ab258e6b1988d9a5becb9218 -size 434982 diff --git a/samples/33/clu33-sample0.png b/samples/33/clu33-sample0.png deleted file mode 100644 index 78430c7a5e1345bef4c79ea0ea84556c7e51e2ee..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:742b15dee20dce08f861def1bea7721a30362867e794c4bda80f4d7fa560efb7 -size 304993 diff --git a/samples/33/clu33-sample1.png b/samples/33/clu33-sample1.png deleted file mode 100644 index 333cf3765f3a4a709ffe190fd54d253c6b083d72..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d1a2e8e962dc3ec01195a42f60d39b86b70b28a20d1551f3816232c30023d5f -size 294204 diff --git a/samples/33/clu33-sample2.png b/samples/33/clu33-sample2.png deleted file mode 100644 index b156364440518830170eaf4dae2c8d8f21366945..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:361e2a6b56fd737a4a01232cddfe0cc804c2fa304b0a1c3a797f6bf3c1900ca1 -size 230196 diff --git a/samples/34/clu34-sample0.png b/samples/34/clu34-sample0.png deleted file mode 100644 index 199bc89afdd9a6edd91507d0283326fa0661d384..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79d738a65a3c111709fc8aec08e3abacbe5ad769c5f513e01dbd9af77b2410c4 -size 247131 diff --git a/samples/35/clu35-sample0.png b/samples/35/clu35-sample0.png deleted file mode 100644 index b74efb7158e30ee38beafcf7a242ef935e67135f..0000000000000000000000000000000000000000 --- a/samples/35/clu35-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccfaed5882d4d7dd3ca70cd5c6cf34cd04185ccc18f238fcc8408e6916b4a8d1 -size 241134 diff --git a/samples/35/clu35-sample1.png b/samples/35/clu35-sample1.png deleted file mode 100644 index 338834d3bd33dd9517c7887f02ce593ded15e715..0000000000000000000000000000000000000000 --- a/samples/35/clu35-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3f42375f85913630f5712068a1369ae7ca8bca4531d6da11475e1254d5a0bc3 -size 491222 diff --git a/samples/35/clu35-sample2.png b/samples/35/clu35-sample2.png deleted file mode 100644 index 0f0462e16f8df630ecf9da349c8db67dcccd26da..0000000000000000000000000000000000000000 --- a/samples/35/clu35-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bd97099b5f82036ed3ac9020f7444d08fcea7ba30dc07194ccf384e2e5261e5 -size 490277 diff --git a/samples/36/clu36-sample0.png b/samples/36/clu36-sample0.png deleted file mode 100644 index 9b5f5161c2325fcde9111ff21c6f85fb3d39b8c6..0000000000000000000000000000000000000000 --- a/samples/36/clu36-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f8dd3ce513c24a913e460003883c57a6a4a6ab3936ebc8fa5173ab35ec3e42b -size 506844 diff --git a/samples/36/clu36-sample1.png b/samples/36/clu36-sample1.png deleted file mode 100644 index 04ee1a77414e65e4af3f59ccad715b2c2901db3a..0000000000000000000000000000000000000000 --- a/samples/36/clu36-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ff67f0e9bf976a339ce575c8bb2ccca3b0768e12c2174ac93fd69fbdf0f054b -size 275671 diff --git a/samples/36/clu36-sample2.png b/samples/36/clu36-sample2.png deleted file mode 100644 index 02a962d3d816c9b9cb767aa10a41799ec28772ca..0000000000000000000000000000000000000000 --- a/samples/36/clu36-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b12b38569668158506529d78d6ab083a770f81815628444766ba579f8b2f5d1f -size 298891 diff --git a/samples/37/clu37-sample1.png b/samples/37/clu37-sample1.png deleted file mode 100644 index 6e7c72d0de3bd357e582b7ab203bc113d26eb38d..0000000000000000000000000000000000000000 --- a/samples/37/clu37-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94a088974fa96f8d81772e7b6cac61f2cfb548cfef4ab6241121c46596f8919e -size 336047 diff --git a/samples/37/clu37-sample2.png b/samples/37/clu37-sample2.png deleted file mode 100644 index f3f688d0af0c7461b0a65436a0df8d5c3e627884..0000000000000000000000000000000000000000 --- a/samples/37/clu37-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a73402d8e5ab684b6d5a7dc7437077b67140482730efec6cbf31ddef10f0720 -size 346188 diff --git a/samples/38/clu38-sample0.png b/samples/38/clu38-sample0.png deleted file mode 100644 index 2185584d8ca66a62620ebc6ac90bfe75f9fe9b2d..0000000000000000000000000000000000000000 --- a/samples/38/clu38-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8507d383360b5a444b0f403f6eb02e980c2f13526a4923cb5dbe1216556b816a -size 223761 diff --git a/samples/38/clu38-sample1.png b/samples/38/clu38-sample1.png deleted file mode 100644 index 32a7f68cbfed8985ff725a218667996357785bed..0000000000000000000000000000000000000000 --- a/samples/38/clu38-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7cf77e527cb633936871f59dc022910dc70a87fcae6eafe1b3594a44aee1302 -size 474667 diff --git a/samples/38/clu38-sample2.png b/samples/38/clu38-sample2.png deleted file mode 100644 index ee1b590a66b6e0160068566d83849afe549ea349..0000000000000000000000000000000000000000 --- a/samples/38/clu38-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ad17e1ab481f089b19e55ee6601f15e191e9c146b07195aa01f62904ce16903 -size 400883 diff --git a/samples/39/clu39-sample0.png b/samples/39/clu39-sample0.png deleted file mode 100644 index 3777f9d27f1fab153a6bf650d83544b8937fb2f7..0000000000000000000000000000000000000000 --- a/samples/39/clu39-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0231f14c6ed60add5850804cb55dc213cb98029d5a4c952f3826572c5a249d1 -size 242981 diff --git a/samples/39/clu39-sample1.png b/samples/39/clu39-sample1.png deleted file mode 100644 index 0c93e9807c360e5ae1a2ad83fbfc159c9cf9e709..0000000000000000000000000000000000000000 --- a/samples/39/clu39-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:109da32d0c41d06c3e68a9f3560b2637ce6cad7828cf55bb82a915fe7f234d14 -size 385816 diff --git a/samples/39/clu39-sample2.png b/samples/39/clu39-sample2.png deleted file mode 100644 index 772be4fa9c449e1029c02bb44630afefa82476a2..0000000000000000000000000000000000000000 --- a/samples/39/clu39-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a12105f9ef746a079f37810a231474d972fd51f8799ccdad96a4dbedb741c9c -size 264693 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index 13fde1f5b3b0ac825fe37e59e4bd5c2062d8710c..b8cfceb6532ad806ea6561b7e0d87d44c032d958 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:43acee71b3a93e9dec4de4fe329fd83214aa726d1c46f803dfa062ee96e8df1d -size 392240 +oid sha256:4caf14514f2b376fcf59b585d94c15553c808dafce09bbc0a29405dc13ae78b9 +size 405730 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index 753eaf4022593002cc607305f95db0314a01137f..764104292e5a90fad3e0fa0b3fd6531fc9e205df 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:596d3b97a69de4249f113740475b3313d3ade773d7937e2d830aa27b167b0a5a -size 395352 +oid sha256:29c346e746808f07df0ff550ea53170beaf3cb0025476c3b7ed5a36c88ca83b1 +size 328429 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index 3b77e7e00b2461999a7753b964fcedec505abd07..a2c1f3d0b55e42ed58ce72232a2cfe259f318e84 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:29e31c21ffc0f335601c0cf80dd359b5fe16873679be68525f14b36dae4e2d5e -size 403714 +oid sha256:8d48743f40bf204980039eb21d6fa8ede10017ed958fe1fc219ac3b2c6872dc2 +size 563542 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6fed3aa8e0416c4442d551ab219e671c0741ee14 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223f752daef6ab8ca1e66bb0845de9688611af8b77b2232b7bfa170be9fa48b4 +size 402150 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..9fe0b936ac9d1fd08c3323f92618c77bfd9b5b5f --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74eb3ef283bd964e09b6034ba6b873e9ae0d64d49751555a9c2f1057bee1eb62 +size 429719 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index f01d9e7a3ac61c50dbb8edc55a843e51e9b8ef38..7f5a4cf47b1fbbb67d695d28459fea7fdc8e9003 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:bcd52ea2a103fa6170f6206a3aecba36ccf7afab84fe838a78f9eb8878a7001c -size 614904 +oid sha256:b4a7283054ed02f9cc5f0e32048896df57579333b6c785e66f38f625a921f83d +size 369279 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index 62e1b139ce44103b1595a0e5507fce8557f5f595..32e904804bf56d1e1090977b7700004942bae832 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:dd8c1b4546d1cddfd34becbfe748faf9f8a4f81748d152abab1993a13c7a72eb -size 307541 +oid sha256:087037ec50dcdcefa657b4c260369d1a149aa1d0a1eb9b9096da88d77b145361 +size 227497 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index 57190587341854c2603ddbda882a168510965030..ee3037415485e95b67c069d16b42a101061c1176 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:a7e7d2e91c0dd5d413a625c9532b094a4fd8eaff9bec395644edf30ff535b540 -size 250809 +oid sha256:18c3876de6064cfc7ab3165526bf2034fbf514f0db8f63b56433e7bb952d9e6e +size 294799 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..a467644aaad8702b1aca89a78fe50dc9c1befcd1 --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e425fd662e565edfc05a725cca1634732e5a2236bcfeb0c99659322fa8ea1bdc +size 379164 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e93f4c15b3da63d957018cdb277ffad1f67a9b --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e03e60159dddc18c5cd931eb904864db62000660b01b34aa8c17e38fb634c8 +size 395806 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index 898a2c1d423fb2c2b2b61ab959d767916766c77a..ea8717db6a056df160b791895bf0ed33dd319bc9 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:f30ae5fb8ee5f76d74f270019aabdf9b6259fcddc8c2bdfe4e4edd9bd679ae49 -size 456916 +oid sha256:db217a743e07754a8ccd19524e3778324ea7b02c191c15ac545f6687231d27d8 +size 335953 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index 2f94a1c8e8e9356df8c8e450a0a5ae6a08927585..bc8a44daf8ed1c28371c278ff77e7dbf4e1ed8ee 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:4c88355f8eca0f5fde12591d6961cc8cec9dbaccfb7b54c22b3ec983b75b90cc -size 144375 +oid sha256:eb47248944389545886d4ccad56620f9264b159cce3750794c07d4333191c406 +size 298236 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index a5582cab105cf29141143e517e943a4cdab59d68..00344f4fa7f390cf5d79e72cf1bca149ee097dce 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:5ffb9cc0459d6a7ee4b03581cbc47ba0a90ae09fe9fbd60f0b56b355bc66d62a -size 370748 +oid sha256:8303fa06091d2446264d2c5947128d496692c95d95213cbcdd8e0b5cc75afe8e +size 280231 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..caaa148efba9f93523e1ed80d689847bbb6afd27 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05cda85f0b287f7dae228c3096dca63137524987dc713394c0df5e1569563f8f +size 247637 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..c238371addeed79fb14b265d64a8677ad43b3857 --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41e5e1b2b1d22b3a342bfe7372d567370890c24fe473549ccd8d96668942a05 +size 311845 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png index 3b897987dab4eb4169f7790fb588e5ea2dc6fbfd..776f8e5256a4e508b28952357a5dafd897b82767 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:95bd9dcc6ab929661e34db59452987aa391644b426857d855b2f9746d41a0f6b -size 275291 +oid sha256:aacf3ad1c2c784b3074741918905c5a9a45a173f94c7f807d20162f7913f2c36 +size 374697 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index 3e61808a7cdadbb5dc523bcb470ef5d015f489f8..d6ec1c8fe1bd5878048e19437976b59e81df0e68 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:3db9f0abe6a5e3df817b807c542aafe74a3e421648767f0d5c55f9704f71e5a6 -size 352503 +oid sha256:cfef288b270ab06397314f5c85021bc3266049c378b9e287f3b29a886cfef616 +size 286333 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index c7dd06c8a6ebde0416f0dedcebde2c9039db75f3..61c85d0216caf36dca5d98fb20d024874c6f5413 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:73c9d0f343b1086dbc20b0a2bf78aa65f77c33bd4e3c70662bcc6e49a94fecca -size 373928 +oid sha256:f746d03b65e50478a5643a459ce623a7a671f1659425b2571f85ba4112b2ef08 +size 428649 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee2d20c4fff24be3da3660ec971c1fd516da3bd --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f951c56bfa70dbf49c4f6e179c0ffb93ca96d1f25e201256c52c2cec2ae5186 +size 421416 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..d60da189013d65109974b55bea178363cc87623b --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d070f735400fc6fa6f70be26c30121338fd45df2a4408f86bddcf8313b356d3 +size 404829 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index f14d62bf784f665f8545789c9369ecb6383a9ee1..34a5aab3b6fc2c4b4313b1b7bf3b9097c4ca90b1 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:36bf6990e2c39f40cc98fb5cdc4e452fb8d2122dc00baf90ec538deff46f3042 -size 199570 +oid sha256:b42c7d91ed3a8faf1bd8f686037804370b7fbcc26293e7e591d1abc4cc8975e2 +size 193276 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index ef553074e054208c09a2f26f1285ef5eb2244e7c..6b5dd32a8cdfc5562772639ed33662d86fae7b3f 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:07eb7f0470272af585d29d63341c0ffec66f36197690ed507976b02810a39a47 -size 191838 +oid sha256:afa7b9eda00707346c0e358344e9b9b713ab34b8373ca21077b742db8db2efa0 +size 493060 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index 32bf6ea284c10ec45560b60ea63eca0167f456bf..841dd2ecb476a7a76cc4cdb34cc6d38a250c0215 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:19c58bd4e910cf2d6d2419864d0260e04d6efc6f33dbd7c5f904c6ee914b1311 -size 319368 +oid sha256:ce3b9bfba880e121a43e9d6ec22fe04fcc6325c34f5ae36029e1ba062a9dcdbb +size 275441 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..479e9c9e9e0f5a597c6f6570c56b87eb40f7a32d --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c031e97c15ee355a389ab742b224e88df69264cee92cbd311782d04ddd46341 +size 246119 diff --git a/samples/21/clu21-sample0.png b/samples/8/clu8-sample4.png similarity index 100% rename from samples/21/clu21-sample0.png rename to samples/8/clu8-sample4.png diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index 99c10d1ce3bfd1bd652a219318be8d4f814cd5df..061fc730842ecdd04db9481e28740ddd5c0a35f3 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:c186be2053d5158665392cf1f24a3e1de16fa697e3547c9a1c0bcdceb06a3f8c -size 362245 +oid sha256:93c39e186f8332e61c208f58ecad172afaae716ee3cd4aed89915d869de57855 +size 408258 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index 4712e0607d3f4d873ccb50c15cc460b9592e5c5c..2707ebbb1e0b14cff1b87f11d15175b1643f7e4c 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:cdaf359106332971c35f1433a101efb957fc4cfc778d135a8992ea1f33488631 -size 419911 +oid sha256:85633925e79da4a08dfaa32dcd9ca4afcd5f68134a8da2fd2dd4178611b0ebe2 +size 408758 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index 2f6e51284e2b4b620f2c023fd2e8caa0d51c0820..2f77957163783f37bd8eb26a435dd98dd07f06a4 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:aed196c5058dc58f6916eaca7e4914b6eb01c710b7ae422584f9d8a56c59d0f1 -size 347201 +oid sha256:1a84edb824ca5a4f585172adc73c77a0a2b064f399034967848f7725c829bd7f +size 291707 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..b36fb2ca37441bd13f7f6546770439e738669a03 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e809e6fe17fe5772a6f42d2e6f914ef5577387bdb122360ee2a6be42c56af8c4 +size 150335 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..df5d77644ea8918226985da26fd1ead0c7614ef7 --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01e24c1d59ab9d9b6465859988370a939c5f7dd5f59f4e8464b10c4813e1484 +size 268109