diff --git a/README.md b/README.md index 31f24c69ada138a23dc7dd8d77e9dc81e773a521..c836fbe96f7f33e53023700e66e32885b5018dde 100644 --- a/README.md +++ b/README.md @@ -19,109 +19,87 @@ Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the aut ## 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 | 1277 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 1277 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 1174 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 1277 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 1174 | [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 | 817.34 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ifrit_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 500 | 392.94 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ifrit_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1220 | 850.38 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ifrit_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 500 | 688.01 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ifrit_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 1220 | 1.29 GiB | [Download](https://huggingface.co/datasets/CyberHarem/ifrit_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/ifrit_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 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | bangs, low_twintails, short_twintails | -| 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | bangs, hair_between_eyes, low_twintails, short_twintails | -| 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | hair_between_eyes, low_twintails, short_twintails | -| 3 | 3 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | bangs, hair_between_eyes, low_twintails | -| 4 | 4 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | low_twintails, parted_bangs, short_twintails | -| 5 | 3 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | bangs, low_twintails, red_eyes | -| 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | low_twintails, short_twintails, tail | -| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | low_twintails, short_twintails, tail, v-shaped_eyebrows | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | short_twintails, tail | -| 9 | 9 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | bangs, low_twintails | -| 10 | 5 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | bangs, breasts, low_twintails, small_breasts, short_twintails | -| 11 | 4 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | breasts, small_breasts | -| 12 | 7 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | breasts, red_eyes, small_breasts, tail | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | breasts, tail | -| 14 | 5 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | red_eyes, tail | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | demon_tail, red_eyes, tail | -| 16 | 6 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | low_twintails, short_twintails | -| 17 | 5 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | slit_pupils, tail | -| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | parted_bangs, tail | -| 19 | 3 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | low_twintails, tail | -| 20 | 4 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | low_twintails, red_eyes, short_twintails | -| 21 | 3 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | demon_tail, tail | -| 22 | 5 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | demon_girl, demon_tail, tail | -| 23 | 3 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | bangs, hair_between_eyes | -| 24 | 8 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | bangs, long_hair, hair_between_eyes, braid, breasts | -| 25 | 4 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | hair_between_eyes | -| 26 | 4 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | v-shaped_eyebrows | -| 27 | 6 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | bangs | -| 28 | 19 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | tail | -| 29 | 6 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | red_eyes | -| 30 | 3 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | hat, low_twintails, party_hat, ribbon, red_ribbon | -| 31 | 7 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | demon_girl | -| 32 | 6 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | short_twintails | -| 33 | 4 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | brown_hair | -| 34 | 5 | ![](samples/34/clu34-sample0.png) | ![](samples/34/clu34-sample1.png) | ![](samples/34/clu34-sample2.png) | long_hair | -| 35 | 8 | ![](samples/35/clu35-sample0.png) | ![](samples/35/clu35-sample1.png) | ![](samples/35/clu35-sample2.png) | long_hair, tail, earrings | -| 36 | 4 | ![](samples/36/clu36-sample0.png) | ![](samples/36/clu36-sample1.png) | ![](samples/36/clu36-sample2.png) | low_twintails | -| 37 | 4 | ![](samples/37/clu37-sample0.png) | ![](samples/37/clu37-sample1.png) | ![](samples/37/clu37-sample2.png) | long_hair, red_eyes, hair_between_eyes | -| 38 | 4 | ![](samples/38/clu38-sample0.png) | ![](samples/38/clu38-sample1.png) | ![](samples/38/clu38-sample2.png) | breasts | -| 39 | 3 | ![](samples/39/clu39-sample0.png) | ![](samples/39/clu39-sample1.png) | ![](samples/39/clu39-sample2.png) | yellow_eyes | -| 40 | 4 | ![](samples/40/clu40-sample0.png) | ![](samples/40/clu40-sample1.png) | ![](samples/40/clu40-sample2.png) | slit_pupils | -| 41 | 5 | ![](samples/41/clu41-sample0.png) | ![](samples/41/clu41-sample1.png) | ![](samples/41/clu41-sample2.png) | red_eyes, v-shaped_eyebrows, fang, fangs, tail | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:---------------------------------------------------------| +| 0 | 5 | ![](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) | bangs, low_twintails, short_twintails | +| 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) | bangs, hair_between_eyes, low_twintails, short_twintails | +| 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) | bangs, hair_between_eyes, low_twintails | +| 3 | 11 | ![](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) | bangs, low_twintails | +| 4 | 6 | ![](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) | low_twintails, short_twintails | +| 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) | low_twintails, tail | +| 6 | 17 | ![](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) | breasts, bangs, small_breasts | +| 7 | 8 | ![](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) | breasts, red_eyes, small_breasts, tail | +| 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) | slit_pupils, tail | +| 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | demon_girl, demon_tail, tail | +| 10 | 8 | ![](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) | red_eyes | +| 11 | 6 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | short_twintails | +| 12 | 19 | ![](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) | tail | +| 13 | 7 | ![](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) | bangs | +| 14 | 7 | ![](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) | demon_girl | +| 15 | 6 | ![](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) | long_hair, tail | +| 16 | 5 | ![](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) | hair_between_eyes | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | bangs | low_twintails | short_twintails | hair_between_eyes | parted_bangs | red_eyes | tail | v-shaped_eyebrows | breasts | small_breasts | demon_tail | slit_pupils | demon_girl | long_hair | braid | hat | party_hat | ribbon | red_ribbon | brown_hair | earrings | yellow_eyes | fang | fangs | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:----------------|:------------------|:--------------------|:---------------|:-----------|:-------|:--------------------|:----------|:----------------|:-------------|:--------------|:-------------|:------------|:--------|:------|:------------|:---------|:-------------|:-------------|:-----------|:--------------|:-------|:--------| -| 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | X | | | | | | | | | | | | | | | | | | | | | | -| 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | X | X | X | X | | | | | | | | | | | | | | | | | | | | | -| 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | | X | X | X | | | | | | | | | | | | | | | | | | | | | -| 3 | 3 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | X | X | | X | | | | | | | | | | | | | | | | | | | | | -| 4 | 4 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | | X | X | | X | | | | | | | | | | | | | | | | | | | | -| 5 | 3 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | X | X | | | | X | | | | | | | | | | | | | | | | | | | -| 6 | 5 | ![](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 | | | | X | X | | | | | | | | | | | | | | | | | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | | | X | | | | X | | | | | | | | | | | | | | | | | | -| 9 | 9 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | X | X | | | | | | | | | | | | | | | | | | | | | | | -| 10 | 5 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | X | X | X | | | | | | X | X | | | | | | | | | | | | | | | -| 11 | 4 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | | | | | | | | X | X | | | | | | | | | | | | | | | -| 12 | 7 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | | | | | | X | X | | X | X | | | | | | | | | | | | | | | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | | | | | | | X | | X | | | | | | | | | | | | | | | | -| 14 | 5 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | | | | | X | X | | | | | | | | | | | | | | | | | | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | | | | | X | X | | | | X | | | | | | | | | | | | | | -| 16 | 6 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | | X | X | | | | | | | | | | | | | | | | | | | | | | -| 17 | 5 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | | | | | | | X | | | | | X | | | | | | | | | | | | | -| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | | | | | X | | X | | | | | | | | | | | | | | | | | | -| 19 | 3 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | | X | | | | | X | | | | | | | | | | | | | | | | | | -| 20 | 4 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | X | X | | | X | | | | | | | | | | | | | | | | | | | -| 21 | 3 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | | | | | | | X | | | | X | | | | | | | | | | | | | | -| 22 | 5 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | | | | | | | X | | | | X | | X | | | | | | | | | | | | -| 23 | 3 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | X | | | X | | | | | | | | | | | | | | | | | | | | | -| 24 | 8 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | X | | | X | | | | | X | | | | | X | X | | | | | | | | | | -| 25 | 4 | ![](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 | 6 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | X | | | | | | | | | | | | | | | | | | | | | | | | -| 28 | 19 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | | | | | | | X | | | | | | | | | | | | | | | | | | -| 29 | 6 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | | | | | | X | | | | | | | | | | | | | | | | | | | -| 30 | 3 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | | X | | | | | | | | | | | | | | X | X | X | X | | | | | | -| 31 | 7 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | | | | | | | | | | | | | X | | | | | | | | | | | | -| 32 | 6 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | | | X | | | | | | | | | | | | | | | | | | | | | | -| 33 | 4 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | | | | | | | | | | | | | | | | | | | | X | | | | | -| 34 | 5 | ![](samples/34/clu34-sample0.png) | ![](samples/34/clu34-sample1.png) | ![](samples/34/clu34-sample2.png) | | | | | | | | | | | | | | X | | | | | | | | | | | -| 35 | 8 | ![](samples/35/clu35-sample0.png) | ![](samples/35/clu35-sample1.png) | ![](samples/35/clu35-sample2.png) | | | | | | | X | | | | | | | X | | | | | | | X | | | | -| 36 | 4 | ![](samples/36/clu36-sample0.png) | ![](samples/36/clu36-sample1.png) | ![](samples/36/clu36-sample2.png) | | X | | | | | | | | | | | | | | | | | | | | | | | -| 37 | 4 | ![](samples/37/clu37-sample0.png) | ![](samples/37/clu37-sample1.png) | ![](samples/37/clu37-sample2.png) | | | | X | | X | | | | | | | | X | | | | | | | | | | | -| 38 | 4 | ![](samples/38/clu38-sample0.png) | ![](samples/38/clu38-sample1.png) | ![](samples/38/clu38-sample2.png) | | | | | | | | | X | | | | | | | | | | | | | | | | -| 39 | 3 | ![](samples/39/clu39-sample0.png) | ![](samples/39/clu39-sample1.png) | ![](samples/39/clu39-sample2.png) | | | | | | | | | | | | | | | | | | | | | | X | | | -| 40 | 4 | ![](samples/40/clu40-sample0.png) | ![](samples/40/clu40-sample1.png) | ![](samples/40/clu40-sample2.png) | | | | | | | | | | | | X | | | | | | | | | | | | | -| 41 | 5 | ![](samples/41/clu41-sample0.png) | ![](samples/41/clu41-sample1.png) | ![](samples/41/clu41-sample2.png) | | | | | | X | X | X | | | | | | | | | | | | | | | X | X | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | bangs | low_twintails | short_twintails | hair_between_eyes | tail | breasts | small_breasts | red_eyes | slit_pupils | demon_girl | demon_tail | long_hair | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:----------------|:------------------|:--------------------|:-------|:----------|:----------------|:-----------|:--------------|:-------------|:-------------|:------------| +| 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | | | | | | | | | | +| 1 | 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 | 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 | | X | | | | | | | | | +| 3 | 11 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | | | | | | | | | | | +| 4 | 6 | ![](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 | 17 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | | | X | X | | | | | | +| 7 | 8 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | | | | | X | X | X | X | | | | | +| 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 | | | | +| 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | | | | | X | | | | | X | X | | +| 10 | 8 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | | | | | | | | X | | | | | +| 11 | 6 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | | | X | | | | | | | | | | +| 12 | 19 | ![](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 | 7 | ![](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 | 7 | ![](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 | 6 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | ![](samples/15/clu15-sample3.png) | ![](samples/15/clu15-sample4.png) | | | | | X | | | | | | | X | +| 16 | 5 | ![](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 | | | | | | | | | diff --git a/dataset-1200.zip b/dataset-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..31c8b9ed41e8b0a0bf7a3cb0cef096823c298086 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255d3161f6622b3025281c8a9fd72651aa21a188c23486a0228c00e5669237f1 +size 721434681 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..3ddd8eec1aff8cb9fe04fc87d94b732d91e76327 --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3820c0fa047f66ae2f9e1a689757781fc0cd3903d70cd47bb7d03b3b8c101b04 +size 412032338 diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index 328f4dd29ee0ebedaa595fbb9896d0d02b546ed4..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:71ff8a25ed823c33a186ddb7e512599d995ebab8d554d22ba81cbc1a62739cce -size 1501296872 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index 0c674175bc2ff61e9d838890982f4e7cd1d95d1f..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e51a0114a8e942241640d6b76de8bb829c767d563505300b34b247770ae69af0 -size 833453302 diff --git a/dataset-raw.zip b/dataset-raw.zip index b88cb665abc9306d325f75ff888b6e334f93a2db..91bd6a0fbbcf5846f6aaf83664bf6b2ec0705c8e 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d2e342d50d6a0a779f9dd38d1c4ce7de035121d046a5a5182ef0221b41c9542 -size 833521747 +oid sha256:5dae0fa38c1683b3bc145e0035b07b9ea4432e76c401377006baf49d49d9f6b2 +size 857039460 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index cabd871658dc47513c0d0a7e3d79690ca1cbefba..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:204e31e8fe22a6198482e63983bb8b2b78eecd4284bc914ca61bb69670974e75 -size 1347832129 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index 16a11c19b55c71a761617cfae6fb38417f1e33c2..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d42aa6e0a52c23ccb05fe7d5079887929ae6cd17056cd0eee63b458424ef81f -size 882107564 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index e822c77e2e17a33bc35dcb1be694bd2015a1f360..88ba46092cf7fb676c74a925497fc3cdda074f70 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:c6939eadc2a17d1c078446381c3ac90870d947a5c99415314ff0a288eda39cb8 -size 1324169459 +oid sha256:0bb9a177da5cd9c0bb3945ea7bfb6f2f4fc5ac849ae5aa656bc7a03a3faba57c +size 1384636916 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index cb31f6b33840090e8ee165370d3524422c2ca4d3..ae8125e8b30d84776dce7cc2e1d328df8f920f82 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:f29d77c50f41bf95814db1004f681be541054b05448c6367f7678e355da4b037 -size 858444894 +oid sha256:613dc5e934ffea36f5fd1377944957e51159d19afeaa6222362c4e8b7f224cfc +size 891690526 diff --git a/meta.json b/meta.json index 90be01a778ac21255391f4042120e9416de12b1c..ecee67283a3fab0f631fd54ea8a9fb5059e72d1f 100644 --- a/meta.json +++ b/meta.json @@ -25,95 +25,47 @@ "id": 2, "size": 5, "tags": [ + "bangs", "hair_between_eyes", - "low_twintails", - "short_twintails" + "low_twintails" ] }, { "id": 3, - "size": 3, + "size": 11, "tags": [ "bangs", - "hair_between_eyes", "low_twintails" ] }, { "id": 4, - "size": 4, + "size": 6, "tags": [ "low_twintails", - "parted_bangs", "short_twintails" ] }, { "id": 5, - "size": 3, - "tags": [ - "bangs", - "low_twintails", - "red_eyes" - ] - }, - { - "id": 6, "size": 5, "tags": [ "low_twintails", - "short_twintails", "tail" ] }, { - "id": 7, - "size": 3, - "tags": [ - "low_twintails", - "short_twintails", - "tail", - "v-shaped_eyebrows" - ] - }, - { - "id": 8, - "size": 3, - "tags": [ - "short_twintails", - "tail" - ] - }, - { - "id": 9, - "size": 9, - "tags": [ - "bangs", - "low_twintails" - ] - }, - { - "id": 10, - "size": 5, - "tags": [ - "bangs", - "breasts", - "low_twintails", - "small_breasts", - "short_twintails" - ] - }, - { - "id": 11, - "size": 4, + "id": 6, + "size": 17, "tags": [ "breasts", + "bangs", "small_breasts" ] }, { - "id": 12, - "size": 7, + "id": 7, + "size": 8, "tags": [ "breasts", "red_eyes", @@ -122,40 +74,7 @@ ] }, { - "id": 13, - "size": 3, - "tags": [ - "breasts", - "tail" - ] - }, - { - "id": 14, - "size": 5, - "tags": [ - "red_eyes", - "tail" - ] - }, - { - "id": 15, - "size": 3, - "tags": [ - "demon_tail", - "red_eyes", - "tail" - ] - }, - { - "id": 16, - "size": 6, - "tags": [ - "low_twintails", - "short_twintails" - ] - }, - { - "id": 17, + "id": 8, "size": 5, "tags": [ "slit_pupils", @@ -163,41 +82,8 @@ ] }, { - "id": 18, - "size": 3, - "tags": [ - "parted_bangs", - "tail" - ] - }, - { - "id": 19, - "size": 3, - "tags": [ - "low_twintails", - "tail" - ] - }, - { - "id": 20, - "size": 4, - "tags": [ - "low_twintails", - "red_eyes", - "short_twintails" - ] - }, - { - "id": 21, - "size": 3, - "tags": [ - "demon_tail", - "tail" - ] - }, - { - "id": 22, - "size": 5, + "id": 9, + "size": 6, "tags": [ "demon_girl", "demon_tail", @@ -205,153 +91,53 @@ ] }, { - "id": 23, - "size": 3, - "tags": [ - "bangs", - "hair_between_eyes" - ] - }, - { - "id": 24, + "id": 10, "size": 8, "tags": [ - "bangs", - "long_hair", - "hair_between_eyes", - "braid", - "breasts" - ] - }, - { - "id": 25, - "size": 4, - "tags": [ - "hair_between_eyes" - ] - }, - { - "id": 26, - "size": 4, - "tags": [ - "v-shaped_eyebrows" + "red_eyes" ] }, { - "id": 27, + "id": 11, "size": 6, "tags": [ - "bangs" + "short_twintails" ] }, { - "id": 28, + "id": 12, "size": 19, "tags": [ "tail" ] }, { - "id": 29, - "size": 6, - "tags": [ - "red_eyes" - ] - }, - { - "id": 30, - "size": 3, + "id": 13, + "size": 7, "tags": [ - "hat", - "low_twintails", - "party_hat", - "ribbon", - "red_ribbon" + "bangs" ] }, { - "id": 31, + "id": 14, "size": 7, "tags": [ "demon_girl" ] }, { - "id": 32, + "id": 15, "size": 6, - "tags": [ - "short_twintails" - ] - }, - { - "id": 33, - "size": 4, - "tags": [ - "brown_hair" - ] - }, - { - "id": 34, - "size": 5, - "tags": [ - "long_hair" - ] - }, - { - "id": 35, - "size": 8, - "tags": [ - "long_hair", - "tail", - "earrings" - ] - }, - { - "id": 36, - "size": 4, - "tags": [ - "low_twintails" - ] - }, - { - "id": 37, - "size": 4, "tags": [ "long_hair", - "red_eyes", - "hair_between_eyes" - ] - }, - { - "id": 38, - "size": 4, - "tags": [ - "breasts" - ] - }, - { - "id": 39, - "size": 3, - "tags": [ - "yellow_eyes" - ] - }, - { - "id": 40, - "size": 4, - "tags": [ - "slit_pupils" + "tail" ] }, { - "id": 41, + "id": 16, "size": 5, "tags": [ - "red_eyes", - "v-shaped_eyebrows", - "fang", - "fangs", - "tail" + "hair_between_eyes" ] } ], @@ -366,40 +152,40 @@ "display_name": "ifrit/イフリータ/伊芙利特 (Arknights)", "name": "ifrit (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": 1277 + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 721434681, + "size": 500, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 412032338, + "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": 1277 - }, - "stage3-800": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-800.zip", - "size": 1277 + "package_size": 857039460, + "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": 1174 + "package_size": 1384636916, + "size": 1220, + "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": 1174 + "package_size": 891690526, + "size": 1220, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png index 5b224a6def17ac4344109847bbe6e6608cb9d5a6..d66c5fb74c381d98a67a031a41e999a66757702e 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:e00f7742d99712d1625af2cec5cc02cf15ec8716bcee2f82871c124efd0182e5 -size 402671 +oid sha256:f7c79c0fbd850e1d1851887dcf77f18ad453cbb09952a1b0765fb7ce91326e01 +size 187293 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index fd9aacfdbcd91b090f307dbf2ddfa448984bfc48..5b224a6def17ac4344109847bbe6e6608cb9d5a6 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:47e0e628393dc5712bb54fff5d959b2e74e2f8069333d7558359e9372df63c74 -size 218011 +oid sha256:e00f7742d99712d1625af2cec5cc02cf15ec8716bcee2f82871c124efd0182e5 +size 402671 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..b512326dee1e49375ba6f5ceb6dc879bd68499ba --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd5b79c0c2501f534966d18bb25b637baf4c9ae2fc6e7d9dcd1da4aa6beb6aa +size 268070 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..fd9aacfdbcd91b090f307dbf2ddfa448984bfc48 --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e0e628393dc5712bb54fff5d959b2e74e2f8069333d7558359e9372df63c74 +size 218011 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index 6783119fcbac2f6509df2ad3bea6faf8e183d560..a4814e3cf3fd0692741935e60cc009e128a0dd58 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:71945ccba4eb6bf79caf2278cfab22ee3aabc61687d5f4c70fb59b0186abb055 -size 182449 +oid sha256:098c41bdf753338462317938f6c9a02ace4cbd5de4610fcb820d4075f325ddb6 +size 375636 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index 4095d5fb6336b18ecd3d239d9d173ad39ef243a8..c20acbf15e33ef4949abac8010040d02fb05aa39 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:bf808e45387b0a6643c1cab9feff81ee5f3792a372af225474562e5fb2f9b905 -size 295548 +oid sha256:4f364353730ce44387aa0becbea44c2f7bb767dfcfa54b6f5533179c14bb63f7 +size 478531 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index c20acbf15e33ef4949abac8010040d02fb05aa39..6783119fcbac2f6509df2ad3bea6faf8e183d560 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:4f364353730ce44387aa0becbea44c2f7bb767dfcfa54b6f5533179c14bb63f7 -size 478531 +oid sha256:71945ccba4eb6bf79caf2278cfab22ee3aabc61687d5f4c70fb59b0186abb055 +size 182449 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..191c18c8f0ea09432d2e9f8e4107270d05b9ff13 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc99c0797b270bd83670eca9c46ed5eaf16aecfccfad5d5afb19a39e1acbe7df +size 302349 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..4095d5fb6336b18ecd3d239d9d173ad39ef243a8 --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf808e45387b0a6643c1cab9feff81ee5f3792a372af225474562e5fb2f9b905 +size 295548 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png index 827a30764bedcfb498e9caf1c131d4b07c54c9e8..1dbdd687996f85640621b96bebb4c40ef06570af 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:51b223ecd43dfaa75c52a4692cb077c8704237231a5a1b2813ace694b7b1170c -size 242799 +oid sha256:883a0492be7378c54514409d1d5d146980cf35cebcb8fb6ed2b500a4871baf6e +size 236781 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png index bdc8e5b96cc14148386c4b23d1573b1c66b3f121..d73bb7cf6834243da639819ade9a67311be3cfac 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:cbb127c75b39d4f2a98e432d84d9149708463e27846032e197087996b35afecb -size 466708 +oid sha256:87e9e535cde17a3db8ef47f1277b909bd18e4d369f2854c4db6ccd8b92e5f08a +size 246029 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png index 9cfca44a1af19d18431001fd2937e07b3e149b6e..a1aede54e1b963fe65f0fe938e557efa0a852349 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:b19c823a67eb31172cfd5fa4e5f98fd7fb2054265f3dc948ee0751f34c1e3ac3 -size 341084 +oid sha256:327ea1edbb7c38db23e948aa797506f60a0ac719ce3a8a448702f3a8f386c358 +size 444481 diff --git a/samples/10/clu10-sample3.png b/samples/10/clu10-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..131d8788cffbe23fbd0e9f16d0eb6fcc82db25a8 --- /dev/null +++ b/samples/10/clu10-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5de68e1e48da02ab5a1aeeecf33d964136d5f6fd7c33b3be0631a00d6752624 +size 264881 diff --git a/samples/10/clu10-sample4.png b/samples/10/clu10-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..28c002fcf287640b96491ef8416f0a88bb700b36 --- /dev/null +++ b/samples/10/clu10-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be45bb1c28187cf0e7baf3b55b1d8279db4d6cce11761b89fb8fc863600d3fb +size 474867 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png index d0cd374f75ed0617017d7e66fb081527278ff17b..3a3ec8a2cdaf241da817856d66bd705703a649fe 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:f58f2f24084942cf1448bcc0602c171538703420accdd710df71fa52b9f6ee1e -size 396496 +oid sha256:076fc5b39c469eb09deef51ff729da68cb61da8711e7e76b2e502d53e44162fb +size 394633 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png index 267bd6bebc29805074f2b158ebe86ed2695fc674..add41670514488e42ec1acd88ad2ae3e4729b179 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:34a30f1acd16e2784453624ba7625d26dd50b66f136de91b93887c391e95a93e -size 425662 +oid sha256:95a54287316cbb5eae3f3ba03c5d5a741bd1d3a3d9f8274ec9600ccc7861748c +size 198864 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png index 72138c77985890499e0170a26e7578591ca536f3..a2f1c6ea8dfdcf0d4be2a0b93be63a5b25ad9268 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:1478f0d7415b3d9846a3addfb81dc362a3079d4b1def25914021e476f00e27ac -size 249840 +oid sha256:f46d61b41b3005dd31abc9c64be0939cc953d40ca369c11ed18f21217786997d +size 203862 diff --git a/samples/11/clu11-sample3.png b/samples/11/clu11-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..46d066146dff247b54e4491e1287b26e1d276b2e --- /dev/null +++ b/samples/11/clu11-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2f544062dfd31664bc8736becb3ca0943d9220127f23a93b50e51f0823c42e +size 394752 diff --git a/samples/11/clu11-sample4.png b/samples/11/clu11-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..1c2375f3b6e94e29364b94ebb633922db098d868 --- /dev/null +++ b/samples/11/clu11-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2fd666bdcbc3f194b31eccd39b26ca310802935bee970547ece37faa9a148d +size 251051 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png index a0b381cdca5be4abc66b926d7eb48e4607688524..59095150b5955cae55836427e442a4d1f2b66cd8 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:a2c8a579e0949c15418e25dc285301e8d8ef95f2eaf7c424b31055f899b0ea00 -size 299834 +oid sha256:06d72296ac43377125b35d878226d11379f3a1d432724ad02494541b67768f36 +size 382500 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png index 8460f59f5f33b43a122659a89bad438e50e98d12..dcbf94737cd949927543346769e566ac3cf6c14f 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:c44cf8fe81a8f63d6a23c0614de65a4a756e347acb6cbdec8b8304a7df47dbee -size 480573 +oid sha256:ad9d68d40692cda37fcd712f09612cec829b25f5f152541b87200aea9f8eb749 +size 224363 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png index 9e0ff10fa9b90be0b393d135c3e62a019746a097..55390bae98825754a9801ec9a544aedd4c370b9f 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:cf7f8d84843f56334111ee1747854cea73e320adf02c764fda3449dba2f093fc -size 483525 +oid sha256:516575aabb92264a0edc8fce18bda559387f9b467076b5856919b842f709c8a8 +size 465851 diff --git a/samples/12/clu12-sample3.png b/samples/12/clu12-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..86026b4014891a96135d93d260977518eccf92d7 --- /dev/null +++ b/samples/12/clu12-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638bf6d8afe734ef8c97c2b7186df621c568122a803ba004c76acad484459bf0 +size 385135 diff --git a/samples/12/clu12-sample4.png b/samples/12/clu12-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..e6b44025b4f30fee291520e88a0c5847e9001804 --- /dev/null +++ b/samples/12/clu12-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d15b02b853de106735cfea6bf19ded08ddb5674ba71f4b08fc00419ab0c7cb2 +size 364976 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png index 392bc09ecff3c4c20f35c0c071960e4ac81f6d6c..b6ab655f641ff53f314c4877f34b6f43d135fa9f 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:b6da71947ccbbe2a3e89be430612b724f270fa4d3cb30c1304ffe9094bc257a1 -size 377241 +oid sha256:d261b5ca66de0c810bc5a00747be8083c82d935810d1fa33c23cb3f979696086 +size 267460 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png index 9df94b16d8c85a68e5f29c38518f7392d1a60b41..08be4a040f6093a190a1753c922c7c96c31739be 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:57baa928dc5f59e7999afecd4bfd4470b0a34ef218a988524a95d1bcd6bb992b -size 530350 +oid sha256:5c606bb36f7468a36ead0d70502dbd2d36b3d2e2c0d07062fecfc546f9273c28 +size 442080 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png index e06e587cf4f8f2d28cee5a13990fbdc40777093c..fd6d6be9d08be3c3c4fd91076a27419e2bb9e7df 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:5a8ae19ac79713e1665e57cc30612983e5596611e705c9d0f6f4fb8f07618b3b -size 291227 +oid sha256:cbb9c92a2afc6c4ed4fbaba3b61c9c385ff7de12ba89379c09164ecfff67a3b6 +size 444639 diff --git a/samples/13/clu13-sample3.png b/samples/13/clu13-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..eecf39a654c4636d829403de399ee002f7569df8 --- /dev/null +++ b/samples/13/clu13-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2e9a919ee183b0f0c78535373fb160b4b07b0bdf193aff0ce8c3f345ef580d +size 345090 diff --git a/samples/27/clu27-sample1.png b/samples/13/clu13-sample4.png similarity index 100% rename from samples/27/clu27-sample1.png rename to samples/13/clu13-sample4.png diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png index c77cdbae0786cf74cd61472051936cc0aaa98431..b419e2b89cccc8b6223e44040761ddd726a5cfd2 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:168c99c8c8c2ebafe48ad01c549d7896dae48f461beb987bec0faa53d5044818 -size 229190 +oid sha256:5b675336a7df9c9ade809bb4031e1e79a57f5e4324ba39f7689512c728382c7a +size 251571 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png index 55ea89968a0bafe9726d1b9a6c19adc5f9702381..4302030368b1336d9ccec4d3772ea9b4a6f71c96 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:5a4eab77e554f37b0d6deb39b457efd0c072a58541c3a4dd627214d01e3bc5e7 -size 396242 +oid sha256:544184423dfcb5b813534f384ff9fb9104fcc42259e957448497911e9d3b1bb8 +size 340072 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png index 00aa8c6711cb19ed4158162cc103b2e8d1dbd0ce..3026b18e5fe05989a20b70ac455df13860ee473c 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:ef8cd47e65a538307b6ade4979802429894d74cf9a9424c3694b5bccc2714187 -size 503185 +oid sha256:55cfe4bc09a999282e63a2509e71d56cd5bcd1defd7b45936da2194520b1ed38 +size 322428 diff --git a/samples/14/clu14-sample3.png b/samples/14/clu14-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..3dd7a631d2f443691375d8ecf37c3f9fdc26f68e --- /dev/null +++ b/samples/14/clu14-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4fb28f239903fdfb2269c67a3112c756e851ebe7fbe15947aa6a55a564bbff +size 449509 diff --git a/samples/14/clu14-sample4.png b/samples/14/clu14-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..05d543974cf087b052c5ca2d123aebf90944a315 --- /dev/null +++ b/samples/14/clu14-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a2bbed5d25194bc908ee7d4dd4e773f79aed7f027fa4848e64286b9ad9ccb1 +size 433965 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png index 3733e37569a52e08ab6acf2344a1053eeb5df58b..edbcc980f003cd310c90a2b6159136d9c5af1378 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:f5922d5a4a411ba1838a309e4be1765e9e2bb6ba4fc5da7cce38a41ccc535a1c -size 701505 +oid sha256:a9f9dec263df7a1ab7f35dd50b0b3a9321421ba054cbf098758d7d1727aac480 +size 376218 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png index b8b813fe83f817338a8e288abb3e59f203c437f1..b5cdc434b670a8c9e4b7c176aa7c678c82b405d1 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:adcd4cdff32d207bd339fb14fb81d5a40d2a5516b0573f9cba56e24dacbf1247 -size 319961 +oid sha256:b7012664f464409cd74f7a44f6335f1d87230b180d52dc2fe9f47833e7388839 +size 361605 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png index fc1daf1373c639cb02e98d363130bea5ae306781..182bfea2913e8be3f2eddd8e4af827063f87a458 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:aba4a9bd06e8e67333456e0e678f6a8e8061980d6e07831dc06238364e125537 -size 479645 +oid sha256:e3a2dfe9b7e76b172119cfbc44784125cf0af2c7b5125c15e31f6849bb7009f4 +size 242250 diff --git a/samples/15/clu15-sample3.png b/samples/15/clu15-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..a7363c2deb47bae0b224d03921e225399e1e5692 --- /dev/null +++ b/samples/15/clu15-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739e73fbd47bae5e62c797acdba00c4d622323c1c9126dd22ec3454c5ea9eaa5 +size 454368 diff --git a/samples/15/clu15-sample4.png b/samples/15/clu15-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..597ae3dcfc26950f3462178388cb7dc8a4b5f82c --- /dev/null +++ b/samples/15/clu15-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70380b25c5e1939c401763caf16671e7653a287dd26e4523c115e370256021e1 +size 563805 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png index c28eb42264f4ba2b8cb7e9392f4156d27b6a10c2..060bc50e3f9e59b3a003e687d784ba455b64f9b8 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:7386c8e5849b61408adbe29dbcb6aea0c65a7b1b2e1c4d97cbc7be98fd40a1f8 -size 259544 +oid sha256:d323679ad26ec10c44ea8206d0a26c8e85e658e0a7a725fd288739ed310ac333 +size 388635 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png index 3d15daf750a582baf2878246049f542bcf568852..a272b79e56c4d12de5078ec882673f48989ef53e 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:b0e14b551f412cc61ccef35fad08f2bff10a9fa48a1b9c7e7ea60a98cdc99476 -size 410048 +oid sha256:09b9fa26d45aef27cd21a737b9e75762d80cf0973c029aaffe11bd42f38d9022 +size 345620 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png index 96bd4bfcaba49d3f670e01093c92a31f31ce30fe..d914798fe1249df6e29a5862c15030a564b49dfa 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:d03b58b194c8a036792dacd06b6dda9d0ac5c718d9833951ffe23b31e9d1247a -size 185795 +oid sha256:2047b5abde030d0be41a9630333bdac496765090d5fcbbf1187bc547110d9fa1 +size 345526 diff --git a/samples/25/clu25-sample0.png b/samples/16/clu16-sample3.png similarity index 100% rename from samples/25/clu25-sample0.png rename to samples/16/clu16-sample3.png diff --git a/samples/25/clu25-sample2.png b/samples/16/clu16-sample4.png similarity index 100% rename from samples/25/clu25-sample2.png rename to samples/16/clu16-sample4.png diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png deleted file mode 100644 index 3c9c18daac557ace3e37392c2bad36dfb637b761..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5697704a542e2ec58a5d1e88ba808a2f175d795cc288e7fde15d7c73a6fbdcd5 -size 409533 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png deleted file mode 100644 index a81bb5f5f68adf22280be8bc21293d834f56d0ec..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8475be56d330eb0e940ce02c3e65eb1f61182c52d9b348678542b813aaea8ca2 -size 612372 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png deleted file mode 100644 index 3f9ac8c05c34f0e879337f9e0d373b836c9176b1..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddb8c0d6acf5d4e10dc72b6e019a69e52c6622aa58ed456c3f2ffe84af7cd321 -size 338242 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png deleted file mode 100644 index 1042611b8604fda5d5b39d27cd8a806013dddddc..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4aca3a9d01745cfc441774a9407393c760aafda5929af685408cf9ada8931aed -size 202999 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png deleted file mode 100644 index d72c26fc6887dbb2a3052c7859ed09f05c47395f..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3442d1c7de5a06ab00c92bd84108236569c97add06204e8b6f9b991b188b526e -size 405311 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png deleted file mode 100644 index d8332fdecf31f5590bec82c5dede91a3c176fe00..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:041a952bf5dc7a439eed0da1062c16097643b1b2b80fb3d12a755ff1b3c22f3a -size 533410 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png deleted file mode 100644 index 8f2b126ab9267cbed7fdc635ea82771d602898cf..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bff2ced7b9ffe9140e0f08f33ed4f61680451f4835948ef58ffc29b4dabc8f2 -size 176449 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index 9741e77bfec199d4a86c9b18df47fa965f630c8a..0781bea0d221c137c758ad24299d48dd7de4a844 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:a9e0a92f51e51712d67479fcc69fd6dd15fbed41c4598268dccc29f00e1e9105 -size 399205 +oid sha256:7787219145bc14b9b109658f62e91733913d8106dd5fc4bfafdaaa20a44965af +size 391829 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index 770569fa34e446e7d3e207671882e14e844488d4..960cae23153308396af43453cae9f17e707a20f1 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:05c8e5afdd210a3241fe9a31570c16fb7ca605c1aefc3f34d350eccdca1bd721 -size 294510 +oid sha256:ad117d02d93fd155d65f2a0f0ce359dbd870dbe91a5ecd906b7083058ee0b997 +size 179056 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index b2e52319fbeb0dfdc7c456f9ade71b464d91a946..8b7677f0f69d69b89a108a42303ace1c52283e49 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:2a9c49e6b295552be950c9b85a2184306156e8b127c6f1dc7edacfc68da500b5 -size 279150 +oid sha256:6a617664b529447e2565eea34f576e73ad623057ddc753f48ccb1d481baf22aa +size 186643 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..e71aae856286950c00ed07e117b709c8f7f3b4e3 --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00f08cd7b2f31ebb83f13db400e7f9c91dc0762bca9470efac6ee35e1b2e610 +size 223166 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..4244e0a91bf7759b04de83bc0f5b577c9c2b7079 --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a30934d295e74cf96d72d78aebd19aac865ebb590d53049f4e287ddaaa1a54d +size 274354 diff --git a/samples/20/clu20-sample0.png b/samples/20/clu20-sample0.png deleted file mode 100644 index 795c2d11e2a41ab21a0e084335eb48e6e7bb7323..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2262867f77016c8323f4e731f55b45b3983d4fb5a4f559be2b7577c2d8b124a -size 261597 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png deleted file mode 100644 index 72dadcf9946d6412c3ea4e70f8ccadcf8fd3df36..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1eeae411bd8049168b59339d5b0a964dfbfae6f82533cd0458f6763d427f0303 -size 291183 diff --git a/samples/20/clu20-sample2.png b/samples/20/clu20-sample2.png deleted file mode 100644 index 6c8bcde2fcda01b80c324421980af8601af46091..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:711bc1ace31a52a54c13aabbeee0beaa8bf7ece0a0d34932a12633abf848c2dc -size 439270 diff --git a/samples/21/clu21-sample0.png b/samples/21/clu21-sample0.png deleted file mode 100644 index da68a8f1a42ec1d2c461c5e3dd70b8015e96e972..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01e3afbf31046588dc81e79104a2aeef95e0bf372725b93d6f8f14a58a707ce4 -size 382275 diff --git a/samples/21/clu21-sample1.png b/samples/21/clu21-sample1.png deleted file mode 100644 index dbd606cbebe263f0fc5b222af19cc4c3d79705df..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad0b60da3b1abaa81d574915ca94e5967eceab7d3841fc7c2a40b07af98c9945 -size 263008 diff --git a/samples/21/clu21-sample2.png b/samples/21/clu21-sample2.png deleted file mode 100644 index c26238a7306ac751666fa866af9d862c35994ff4..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc4af4fa05d508e7b19209f152c19468da4ef83931b3f6bc4062afb6877d8c7e -size 397260 diff --git a/samples/22/clu22-sample0.png b/samples/22/clu22-sample0.png deleted file mode 100644 index 2bf5b6ed2f34ae37da2809f77829ca8cac93bf7c..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ea5fb19951834e7c5aca4c36221f2fed6cee59d057400def31275e2a8a468ea -size 428707 diff --git a/samples/22/clu22-sample1.png b/samples/22/clu22-sample1.png deleted file mode 100644 index 591d5d031c63440799eccdd1ae852c17f6b84958..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da9d0e64fab84004e9dbc6e6f30272f98c25eb2df121460c18a9ce2ada3b5e7f -size 488810 diff --git a/samples/22/clu22-sample2.png b/samples/22/clu22-sample2.png deleted file mode 100644 index d5b986b2344b519826e1626cbd5dbc8a7dbffbd1..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f419dde7cbeacd205a5592d956186c9b9dc6f5a0facdb1abd42b26042ed82980 -size 444160 diff --git a/samples/23/clu23-sample0.png b/samples/23/clu23-sample0.png deleted file mode 100644 index e163ff55f2460fb77eda2d798d69e2f49e301305..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c9c1804d7e8912e6a9073bc389f78503018987506442a70359c8d35e1cb86bce -size 433658 diff --git a/samples/23/clu23-sample1.png b/samples/23/clu23-sample1.png deleted file mode 100644 index e71e9fc15cd35f6699a04912af4e8fc885bb589b..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:acaec085cb11f6c4b1f02a1cd2997b223dfc4d71309922cdc26a51cbbba67e35 -size 310456 diff --git a/samples/23/clu23-sample2.png b/samples/23/clu23-sample2.png deleted file mode 100644 index 62b1a17ea0b59cbbea5b82cf6900e308c47a4710..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79b0b925c141c7bdcc55d0354de5fa18d444346825e97e39da72ec45c895ee4a -size 265532 diff --git a/samples/24/clu24-sample0.png b/samples/24/clu24-sample0.png deleted file mode 100644 index fae13bae95baee778ff2a69c21d0832b8b79356d..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0aac601b3b6967f869e3cfd85f0f79d73e982783e84edfc1e96ec39f2464e2dc -size 262603 diff --git a/samples/24/clu24-sample1.png b/samples/24/clu24-sample1.png deleted file mode 100644 index 96dd45b70053d46964bf09abd809025b21d51d3a..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1be88be0888330c66ccf400c915b142b5d07c59404ad9d03fa5b0afdf03e6aff -size 177648 diff --git a/samples/24/clu24-sample2.png b/samples/24/clu24-sample2.png deleted file mode 100644 index 67734dbfcbdf323e9e7021840294fe2729722f9d..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ef3bb2525ca76b7614793f40114ee1d5dba71c9411906e7eade6f12b6708d5c -size 230992 diff --git a/samples/25/clu25-sample1.png b/samples/25/clu25-sample1.png deleted file mode 100644 index 060bc50e3f9e59b3a003e687d784ba455b64f9b8..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d323679ad26ec10c44ea8206d0a26c8e85e658e0a7a725fd288739ed310ac333 -size 388635 diff --git a/samples/26/clu26-sample0.png b/samples/26/clu26-sample0.png deleted file mode 100644 index bc0ffc0add6bf83d151551509af4780c3e1394e9..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2ce672f31b41c7c63aba1f009b37095d0799197f190b03a905bb98d4cab6027 -size 359205 diff --git a/samples/26/clu26-sample1.png b/samples/26/clu26-sample1.png deleted file mode 100644 index e5dee9b59d55e579295ee92e3cb447c412511cc5..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0493a595397709b264c54d41f416632a7cb2ea2606d6c1a133301355ad1fa4a -size 310363 diff --git a/samples/26/clu26-sample2.png b/samples/26/clu26-sample2.png deleted file mode 100644 index ca724e70aca49524e3c79879ed19d82299009d9e..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45fa8eb878ed8c851394309633c8f32d08523d0e6f91399bc4ef89bd6c9b4e8e -size 186547 diff --git a/samples/27/clu27-sample0.png b/samples/27/clu27-sample0.png deleted file mode 100644 index b6ab655f641ff53f314c4877f34b6f43d135fa9f..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d261b5ca66de0c810bc5a00747be8083c82d935810d1fa33c23cb3f979696086 -size 267460 diff --git a/samples/27/clu27-sample2.png b/samples/27/clu27-sample2.png deleted file mode 100644 index 45c56392441baad3b8a9b1d43f789a0f99082e88..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37dfd8e96d68a091405d9a858eb51ee437c883a3c9dcaa1e0765f0505d383c00 -size 289145 diff --git a/samples/28/clu28-sample0.png b/samples/28/clu28-sample0.png deleted file mode 100644 index 09e1ce7831bc84def347dc96d2a65e74ec0d5be1..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87d38fdf11d10ae384d954c3c3956f56cb27925e60e6af61c87c97ae401bdb1d -size 283999 diff --git a/samples/28/clu28-sample1.png b/samples/28/clu28-sample1.png deleted file mode 100644 index 1c711c746db1b14ea07f0f22a5fa5f2b0920b08b..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbdb7fe7be19068554049bc400d0828add0fbd90d7d86b99943fea16ba265fa0 -size 363500 diff --git a/samples/28/clu28-sample2.png b/samples/28/clu28-sample2.png deleted file mode 100644 index 203175ee7405d77a96db3f0a0a2b2fff5d1cade5..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c5517f35ef0fb4804c7e3e97670c11461f4458a84fab73643e6381541f01f8b -size 379945 diff --git a/samples/29/clu29-sample0.png b/samples/29/clu29-sample0.png deleted file mode 100644 index 1dbdd687996f85640621b96bebb4c40ef06570af..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:883a0492be7378c54514409d1d5d146980cf35cebcb8fb6ed2b500a4871baf6e -size 236781 diff --git a/samples/29/clu29-sample1.png b/samples/29/clu29-sample1.png deleted file mode 100644 index b11e123fc139e14eb9231e4664619b6e6bf57475..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e62195fbeb91bb3d897804d963f426aec92edbbbe22a02f2f381ea9344c8bcb -size 312892 diff --git a/samples/29/clu29-sample2.png b/samples/29/clu29-sample2.png deleted file mode 100644 index abc4ad7f4e7854aa92057723870aea8515a241f7..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05450be569de2bdc689e2ce908bd6ae0858085bb5bc0c6327bc7d76c6e72ba43 -size 369459 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index 0781bea0d221c137c758ad24299d48dd7de4a844..69eb72079d5fa13cb490d9d1bbcac14e31590647 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:7787219145bc14b9b109658f62e91733913d8106dd5fc4bfafdaaa20a44965af -size 391829 +oid sha256:5ec2e9be0e1fb1f11717417271bf30aa2ae28fcaf4a54cd2f6706e3b85870147 +size 328168 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index 4244e0a91bf7759b04de83bc0f5b577c9c2b7079..29a42195e6ab0944a89822c4e40ffaf4b306c951 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:3a30934d295e74cf96d72d78aebd19aac865ebb590d53049f4e287ddaaa1a54d -size 274354 +oid sha256:21c370cc9fa6549d3f166a8ef7e88e89e310d9fae58f878566ed610972f522d3 +size 318154 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index 960cae23153308396af43453cae9f17e707a20f1..2417e1f8641dfb0a856c0fa7d8152fab3ce95c59 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:ad117d02d93fd155d65f2a0f0ce359dbd870dbe91a5ecd906b7083058ee0b997 -size 179056 +oid sha256:108d235b577134c6fefd7f51882fd5c6ece7addf70aee0dc5b2874bf8385c240 +size 350302 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..f88f61c26fb4e63940f87e2812cc93671c370ecc --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e46e4ccc9bcb85f4779c0e6da45ae2e14c18819d97c577c00e036698590157f2 +size 401960 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..38d7add942bfdc595a14a1c48c21876de82c2bda --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2096ddd934c5acac6016696012c5f3fbc710f5eda85e95c34b793e8c20d9757d +size 334187 diff --git a/samples/30/clu30-sample0.png b/samples/30/clu30-sample0.png deleted file mode 100644 index 74b8cb49f77b9c3189012a5f61960fdfff772823..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8b89ba071a48a901a8955d0db3fc0b2a68e08cde45a58a5dfc72ca9ea995e60 -size 262757 diff --git a/samples/30/clu30-sample1.png b/samples/30/clu30-sample1.png deleted file mode 100644 index 6db2aa2ad30c213c057ab552f877a3c267a0004a..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe10f003d17dec62d1a131779ca16c5fb7237e780216ec9759a4e319b85b69f3 -size 337002 diff --git a/samples/30/clu30-sample2.png b/samples/30/clu30-sample2.png deleted file mode 100644 index 6b9cd165483743fcd766bcd258d7517e0ace1719..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:860f0a6c895cad177d067d2ed271f9a6b6f108bc2c8fb568c062c7eab49a59b3 -size 297986 diff --git a/samples/31/clu31-sample0.png b/samples/31/clu31-sample0.png deleted file mode 100644 index b7f6f8027f4683a5cb7dada2922c935a5bf800c2..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30a34ca63e74a3cffb0ad90c67bee184e172186450ffdcb4f61c263bec981057 -size 353794 diff --git a/samples/31/clu31-sample1.png b/samples/31/clu31-sample1.png deleted file mode 100644 index 1a51ee9117ad6a9db6eac25e0e69923b79d635f8..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54657b517c1039086a411baac66630d78de6e797881d2a37cec2a064c24ab818 -size 165575 diff --git a/samples/31/clu31-sample2.png b/samples/31/clu31-sample2.png deleted file mode 100644 index a3ff0b1cb1e4964eac9af7f7690b7b8686ba6431..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3394c5ae18a9347c144473d3792b2d00a088b15e9ff43418d26ce68d45c7087 -size 301113 diff --git a/samples/32/clu32-sample0.png b/samples/32/clu32-sample0.png deleted file mode 100644 index 956918ad9f55a9037159560c72fde8a6f5c77ed4..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5adf05b0c6e4063c25e4a4e1f3132fe448957280e602ed9ec061ffbdde3886bb -size 469919 diff --git a/samples/32/clu32-sample1.png b/samples/32/clu32-sample1.png deleted file mode 100644 index 65d1ba88a127892462029bf51fdf6362012d84e7..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6304def7093b2fc8f7ff0f36b087b87bab068a0c60f7a5d286b3596b949b16fa -size 449973 diff --git a/samples/32/clu32-sample2.png b/samples/32/clu32-sample2.png deleted file mode 100644 index a2f1c6ea8dfdcf0d4be2a0b93be63a5b25ad9268..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f46d61b41b3005dd31abc9c64be0939cc953d40ca369c11ed18f21217786997d -size 203862 diff --git a/samples/33/clu33-sample0.png b/samples/33/clu33-sample0.png deleted file mode 100644 index d415866ee64bd3b21eb6697ed1a35ba3c890ec79..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:134f9f921462c8cfe72c984d4d514d324a8ed4819057b2f5bd6691d19ebea803 -size 369521 diff --git a/samples/33/clu33-sample1.png b/samples/33/clu33-sample1.png deleted file mode 100644 index 27b39920ff2cb4486ac9deaa62784237e354cce8..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dfb485fe16074aa0972a2651712c98e3daccfbe6a7939a864502f572f7645ec -size 475491 diff --git a/samples/33/clu33-sample2.png b/samples/33/clu33-sample2.png deleted file mode 100644 index 5ac0db9dd19d5607cfc702ec05d044c07e882190..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d19e9520117ae9b01005d012e5f27d3f5bac87e69c8e9dfbe5161f35e4247bf -size 499544 diff --git a/samples/34/clu34-sample0.png b/samples/34/clu34-sample0.png deleted file mode 100644 index ac588b98c72505749db0ac4b4e176bf0a8d87b2d..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85bd4b7d892a5f99a629bf72ba1129915b09d8e03780eba6d40fc331ea469117 -size 273946 diff --git a/samples/34/clu34-sample1.png b/samples/34/clu34-sample1.png deleted file mode 100644 index 6316f15425563fabfb408abc281b9679ff35cfcb..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:768e214059a679babd8f06a3a91f8390440dd868dbd8fbf9b6667a65827b0ae3 -size 291033 diff --git a/samples/34/clu34-sample2.png b/samples/34/clu34-sample2.png deleted file mode 100644 index feaa039d27fa7f76acfe11cb6376c9026fbb009a..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d2ef7a0343f99087394fbd2a8ba90cbab4600809537568eb23928bb0a63fefe -size 445912 diff --git a/samples/35/clu35-sample0.png b/samples/35/clu35-sample0.png deleted file mode 100644 index edbcc980f003cd310c90a2b6159136d9c5af1378..0000000000000000000000000000000000000000 --- a/samples/35/clu35-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9f9dec263df7a1ab7f35dd50b0b3a9321421ba054cbf098758d7d1727aac480 -size 376218 diff --git a/samples/35/clu35-sample1.png b/samples/35/clu35-sample1.png deleted file mode 100644 index b5cdc434b670a8c9e4b7c176aa7c678c82b405d1..0000000000000000000000000000000000000000 --- a/samples/35/clu35-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7012664f464409cd74f7a44f6335f1d87230b180d52dc2fe9f47833e7388839 -size 361605 diff --git a/samples/35/clu35-sample2.png b/samples/35/clu35-sample2.png deleted file mode 100644 index 05ce7285bf16c1ed41bad29349813c1d5338cdf1..0000000000000000000000000000000000000000 --- a/samples/35/clu35-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:880daf46c2c08952c146828426df6862619bd03364ff119f35e4484025b716a2 -size 342351 diff --git a/samples/36/clu36-sample0.png b/samples/36/clu36-sample0.png deleted file mode 100644 index a71ae4f1a6f04523fd1e4a4b30a98c6774683e26..0000000000000000000000000000000000000000 --- a/samples/36/clu36-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba68bd88d760438fe34ebace2adb2c3752bde0f10b0b03593140e848823e3e2c -size 268373 diff --git a/samples/36/clu36-sample1.png b/samples/36/clu36-sample1.png deleted file mode 100644 index 1f53dfa3efc8a827fd061527dc92eacce7c88257..0000000000000000000000000000000000000000 --- a/samples/36/clu36-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49c5fae6aa40a02f2662486b3be041e06f635531941a4df720769508d070a7d5 -size 220014 diff --git a/samples/36/clu36-sample2.png b/samples/36/clu36-sample2.png deleted file mode 100644 index ab18887dbaf072b93408eb73dd3d9987587ee79c..0000000000000000000000000000000000000000 --- a/samples/36/clu36-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a29a585bce8c6fc1e0f262198b22cf92e67dfdec442e08db8fbec7689dc7156 -size 213520 diff --git a/samples/37/clu37-sample0.png b/samples/37/clu37-sample0.png deleted file mode 100644 index 376112903ead286105d10e1cc446ca2a260bdaeb..0000000000000000000000000000000000000000 --- a/samples/37/clu37-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9b0f046c7c77a2c95e7035f254389db215d14b549b9e25dcebc254fc1b9bfcc -size 293534 diff --git a/samples/37/clu37-sample1.png b/samples/37/clu37-sample1.png deleted file mode 100644 index 43585151b9ad0a4abc7762dd8904179d31d30f6d..0000000000000000000000000000000000000000 --- a/samples/37/clu37-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd6db15c1cdaf33e5c2638afb63c35362dae05f2c4a20c15e80d85b842437a74 -size 327853 diff --git a/samples/37/clu37-sample2.png b/samples/37/clu37-sample2.png deleted file mode 100644 index ee104693ab8e0e64b4916fd7116832eeed906a73..0000000000000000000000000000000000000000 --- a/samples/37/clu37-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58895f16aa1f6bd794273d5edaa48da82c7d1c6d1f3869faaa89901655be7797 -size 336727 diff --git a/samples/38/clu38-sample0.png b/samples/38/clu38-sample0.png deleted file mode 100644 index a78ded5c3df96e1285c8c2fb61e70ca3ae931651..0000000000000000000000000000000000000000 --- a/samples/38/clu38-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a09f976359f79e5a35e2e95b4b62a6f3c72bd4ff3aece7f513db5c0d2bbfc362 -size 438753 diff --git a/samples/38/clu38-sample1.png b/samples/38/clu38-sample1.png deleted file mode 100644 index bf034aee5ec7145be33ac8c2a45230e98bdabad4..0000000000000000000000000000000000000000 --- a/samples/38/clu38-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e8c12be7a02147c70d0901e7839b067db6cf355ec48717968cdbe9410e92411 -size 359513 diff --git a/samples/38/clu38-sample2.png b/samples/38/clu38-sample2.png deleted file mode 100644 index 451f06f8c361ac0b9cd15a00e1fd6446cd0332f2..0000000000000000000000000000000000000000 --- a/samples/38/clu38-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f226f739867fb8df5732d1d850585ffd0d02149c56e8825837ff5a4bf8f0dd49 -size 198758 diff --git a/samples/39/clu39-sample0.png b/samples/39/clu39-sample0.png deleted file mode 100644 index f3b1d98d92c4dd9c91aae03d2af6813289cb107b..0000000000000000000000000000000000000000 --- a/samples/39/clu39-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f007438c7d0f071933224fadcf010c060d2cc464feef1440582b6dd8c3f6c24f -size 176017 diff --git a/samples/39/clu39-sample1.png b/samples/39/clu39-sample1.png deleted file mode 100644 index c72cc819c8d0e7e1b8c90b2a9d9b63cc07f60065..0000000000000000000000000000000000000000 --- a/samples/39/clu39-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f231e50018bb2d9221fc6e2820bfda77e5981f133db9c4021e2cb5b1b4d05d31 -size 241337 diff --git a/samples/39/clu39-sample2.png b/samples/39/clu39-sample2.png deleted file mode 100644 index 184e275ffcdb3075d2d4905dc6c72573503a2328..0000000000000000000000000000000000000000 --- a/samples/39/clu39-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28e0f4a452eab0e7addc068b43badcec1d47ecc6febe4230b15aefb1d077eab3 -size 352917 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index ef57255d9cd0fdd54a40888003ff643ceb7f7cca..5112a487d0f5aeab653dfb068fe0ff1c26f9680e 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:88eb7b7fb9450bd0b88d2bd65e83d2a5614503b89ac195d3936686a1573ba8c0 -size 168476 +oid sha256:6c21710f18c5c4a885b53744c8c4e4292c92c2788496c07f98ea51aa2f60b549 +size 297853 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index 3d3e575e368f16db77c9be23073f7c1271f186df..23aa92f9d79a15280a856e54f7f78f5ffc968e83 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:d2ec8cf499425a6775e04a0ce9a89566c85d0a7ba278c03c325a13e0318be957 -size 229866 +oid sha256:26bc10fd949c73306d0e066dea67b0c3248387334539f102acbb11765e7fd3f3 +size 356383 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index 6e695db31acfbfe5177ce9bacf4aa0027a383f88..96bd4bfcaba49d3f670e01093c92a31f31ce30fe 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:30230ae28f561dcd7c8c4db913c03fb0407744d338db754e659a63271d94f62a -size 403514 +oid sha256:d03b58b194c8a036792dacd06b6dda9d0ac5c718d9833951ffe23b31e9d1247a +size 185795 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..480865b00b416a814d04f507cff52f4cfa673401 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08baa845b31b541c80177a9c4fe5cca6fa2487683c379ebe68250d6468db3394 +size 222709 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..c28eb42264f4ba2b8cb7e9392f4156d27b6a10c2 --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7386c8e5849b61408adbe29dbcb6aea0c65a7b1b2e1c4d97cbc7be98fd40a1f8 +size 259544 diff --git a/samples/40/clu40-sample0.png b/samples/40/clu40-sample0.png deleted file mode 100644 index c50ec37c159844ff468bb41eeabcf19bede5764e..0000000000000000000000000000000000000000 --- a/samples/40/clu40-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd7a1fbe86e8c420e0ac7867fabdf131c3ceeb6e011162948d5f69f916b9675d -size 567507 diff --git a/samples/40/clu40-sample1.png b/samples/40/clu40-sample1.png deleted file mode 100644 index 0270e81b647d4d14a2a3943c4b9b89d5b263eca8..0000000000000000000000000000000000000000 --- a/samples/40/clu40-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2e94b69c55e871607d5f614c9086af94c38ef0f5761f541a78bbfb0d2f7893a -size 348334 diff --git a/samples/40/clu40-sample2.png b/samples/40/clu40-sample2.png deleted file mode 100644 index 1b5869fc70a74585f27abaae8b7f170c90e17a34..0000000000000000000000000000000000000000 --- a/samples/40/clu40-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66d17fdedebc44b591c638326206162c56abb5ecea8aa2dec224c2a09fe90223 -size 477262 diff --git a/samples/41/clu41-sample0.png b/samples/41/clu41-sample0.png deleted file mode 100644 index 015823b17bd4e756c41e3bb35eb8c57a73ad51d5..0000000000000000000000000000000000000000 --- a/samples/41/clu41-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d5a1ea1314e409bdd9378b0241be4443e1a175169481c449f1d3da9fad98ed2 -size 111915 diff --git a/samples/41/clu41-sample1.png b/samples/41/clu41-sample1.png deleted file mode 100644 index 785e1d6ea773fa10fdd435718526c6e1cf896c7e..0000000000000000000000000000000000000000 --- a/samples/41/clu41-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:834b241d50e7fca7a876b6437e633d9dae086294ff42dc9ff389a70259ff71cf -size 375659 diff --git a/samples/41/clu41-sample2.png b/samples/41/clu41-sample2.png deleted file mode 100644 index 472b100660009eb5a3b0849f32f7b8d68ef88b0f..0000000000000000000000000000000000000000 --- a/samples/41/clu41-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8c97cefd48dcde3e24a7126c498fad10f741c48a215c657914fd2f1db3755be -size 161196 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index fd0167369b9eb9c87f39f021bf91587dd2946251..8f2b126ab9267cbed7fdc635ea82771d602898cf 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:6fad0cab9b292a2122a8b09e416b1dc9c7d77b0c8ebbba0c94535c6b4d994cbd -size 557142 +oid sha256:0bff2ced7b9ffe9140e0f08f33ed4f61680451f4835948ef58ffc29b4dabc8f2 +size 176449 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index 1168c54bb9ac49cfda0c2f56aeb0e1fe18f785b4..ffbb0f2b205914f52634925a69e18de2e4edfdd1 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:f64ec6f6062fd5bf8f21c5d0ef567355869152d7ef1263414833cc5e13f56158 -size 278851 +oid sha256:93e22c85876a1888b8b8dffcab1398b6674434ba8775afc0f85a059a2f1a41f0 +size 269530 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index 9e0b1fc559164050407be509bcd4e1cb879912d3..d8332fdecf31f5590bec82c5dede91a3c176fe00 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:056e387805d2dfc66072ebb6c7aa4e993c5ef65dce17d7efdef6f8224509e8f3 -size 388037 +oid sha256:041a952bf5dc7a439eed0da1062c16097643b1b2b80fb3d12a755ff1b3c22f3a +size 533410 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..a9f231f6e23af2427f23fd6f24a366926b231690 --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e2fb1a5c8cb03b0ad32efca0679946bde4b5aa9468c93b646b691deaac3ef8 +size 381603 diff --git a/samples/19/clu19-sample0.png b/samples/5/clu5-sample4.png similarity index 100% rename from samples/19/clu19-sample0.png rename to samples/5/clu5-sample4.png diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index c3e903c5cfe7e4d10fa042293ef23d8d18775533..af3cb36478b8cfd10f6492dfd125313e0608c6e3 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:11a29c3826d543f02e29d4d17be9bd582b7110e936bbf5bb216caa52a8d18e4c -size 163454 +oid sha256:ecdc131d025072706fb5414770c7b5771579911bd39759dbdedeb8228812a6e9 +size 558367 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index b882f77eb915b32b897a914cae4df3e889d6491b..41d307b283dd2ec0dce8f49217488632e22bc98d 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:fbec8ae1010cb5dde294fd454adf265ee809477d06c540f5069f80b6980ac7af -size 278883 +oid sha256:ed5636dbfba22c12c14e5953a507f6333d8b7f4ce054d8d1fb8ccd1d32eca7fa +size 258163 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index 6ab45873b2dc665919b52368cf63837f8cdfb272..aa430f9a166a5efa609fcae2035b20eee58044e1 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:82ab874e2e3b8ee0b58a6774d28537899dac3b88dd0dfbb4dbc39dfde6a0455a -size 131235 +oid sha256:e537ec49a43afd487b6f0f32c8a607bf2224c71809d841ac3d85f47880609e1b +size 286036 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..b48c31d33dfb0b9781945bb270d26575b79333e4 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d3efe0bd8e306e18c12135bf3714b5b939c5d01bcdd314a555481687e912e9 +size 475867 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..827a30764bedcfb498e9caf1c131d4b07c54c9e8 --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b223ecd43dfaa75c52a4692cb077c8704237231a5a1b2813ace694b7b1170c +size 242799 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png index faa9edd7b599234bce007363c3d1d317c6c4a971..8460f59f5f33b43a122659a89bad438e50e98d12 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:71c031076098423a5fee500e252f32e9b231bc0fde89a096329dc58b59d3d228 -size 283087 +oid sha256:c44cf8fe81a8f63d6a23c0614de65a4a756e347acb6cbdec8b8304a7df47dbee +size 480573 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index a8d45a61aed52bdb6ea530d3e5d25c12b913520c..dec59aac9a31d470d9bdfce3b75b8069f2cef478 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:ae848ea76e5932638d818f484e6560bb2f51e84b3d983cee67aefc992156fb85 -size 376570 +oid sha256:29226dccd26ee033944d818808b12368dca76c6bae2147c8e2831aaa13395bfb +size 480501 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index 467c92dfd37e1073ce2ee91f4df19b9f5ab57ca2..2b080bc6f8419fce1412a449f95f7c49c95af406 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:946883937fcd22cc70bbf23a5003e66b7415d718aa399348c228053e26443d38 -size 271949 +oid sha256:d455df43e4be331f878cbe03dac233db3d7961f1c7d8e7649228910703804c32 +size 322166 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..9e0ff10fa9b90be0b393d135c3e62a019746a097 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7f8d84843f56334111ee1747854cea73e320adf02c764fda3449dba2f093fc +size 483525 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..56a225d932e711ac75e3c3efb32b67ea78120d7b --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90953a61fbfbcd92ba254fb82bf10d4513a1d497a8df046165522a68bddb037 +size 333206 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index 3b11180d09c7389f966f4b46987f0ae77a7027b1..d86cbd3a1b05e6b1f6e68c83522b3ad5321c4d11 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:18ded2c14d60bcc193e1749d0fb73fcc590f94b50586400569835bfcf93482a8 -size 257605 +oid sha256:ad1c64a57808c648952fc1e5cf742295ce4982384476f5719a810d410bd6fc1d +size 394487 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index df2c846864626b3743d9b1588c116212d39b9172..3c9c18daac557ace3e37392c2bad36dfb637b761 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:af91c8fbc0c4d16689c185136d37727ade505e2519f995624b30e2ff9e05efd8 -size 590830 +oid sha256:5697704a542e2ec58a5d1e88ba808a2f175d795cc288e7fde15d7c73a6fbdcd5 +size 409533 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index f5ad397aeee792a5d0b02c1ae5fed29dbc6bc9d5..a81bb5f5f68adf22280be8bc21293d834f56d0ec 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:ff1e69e70e20a78a47def5eac8bf3bdc5117a0080d84d75715b9470aa7f27dbd -size 355720 +oid sha256:8475be56d330eb0e940ce02c3e65eb1f61182c52d9b348678542b813aaea8ca2 +size 612372 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6413a878e78858ff07a0174c5e151de0cc465b51 --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1994b1122d43b6719307a2456c10324d663a5545bbb69aa80b5204c21eaad70 +size 517858 diff --git a/samples/17/clu17-sample1.png b/samples/8/clu8-sample4.png similarity index 100% rename from samples/17/clu17-sample1.png rename to samples/8/clu8-sample4.png diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index 56dad891b3feb11eda299f5743e355bbadd89578..4d7d75da513fdb87bbb65e28e6f1426a6b760700 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:627901f4142ceae72b70ad62550f6902d0845afe207dfb3ed18c48388d8a42ad -size 201878 +oid sha256:f813bfb225b14b8378c63cef9a6aa6014ea6a62a19c8b40ca240f12acf2a35f5 +size 313495 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index 38d7add942bfdc595a14a1c48c21876de82c2bda..505a94ef1fbd71057bd574142446d1d4e0387299 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:2096ddd934c5acac6016696012c5f3fbc710f5eda85e95c34b793e8c20d9757d -size 334187 +oid sha256:90a2ced06f96d7f04e205f6de5b577aca627786cb84e4b78582262915ff5d1ba +size 219987 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index 7b0f9d4a44f4205b046150f7c769ea79359a66df..ea16486288575f22c32b80ee599c1157d59f2139 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:d7b03c49425e9571eb30d49d77ab222e70b8f44705f93db2c81654ee5350a43e -size 361715 +oid sha256:35445110f4751f1486785cd8ca82c432e41b82e817269d51b5197c004cf7d000 +size 356440 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..7c2dd39e54e8b212613c2788d70814bdfd8be10e --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b07d58f97732fe2a85daac6a14014f1d6800df24a01b312a7b26ef852d8f274 +size 373925 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..25c16d00bd0c18ec7b5118790c17692e2a0f55e6 --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec60463435f8e79eae8c11a3ce819657f5bc80bc64f9c90e73558512f2e8ca06 +size 279256