diff --git a/README.md b/README.md index 7cbef6c3d342d9c9aab60a506859f9a56c4f2b95..575955395445974e95c7a034c84ad07a19c2d9bc 100644 --- a/README.md +++ b/README.md @@ -11,103 +11,81 @@ size_categories: # Dataset of silence/サイレンス/赫默 (Arknights) -This is the dataset of silence/サイレンス/赫默 (Arknights), containing 482 images and their tags. +This is the dataset of silence/サイレンス/赫默 (Arknights), containing 289 images and their tags. -The core tags of this character are `brown_hair, short_hair, glasses, feather_hair, bangs, owl_ears, hair_between_eyes, brown_eyes, semi-rimless_eyewear`, which are pruned in this dataset. +The core tags of this character are `brown_hair, short_hair, glasses, feather_hair, bangs, hair_between_eyes, brown_eyes, semi-rimless_eyewear, owl_ears`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages -| Name | Images | Download | Description | -|:-----------------|---------:|:-----------------------------------------|:----------------------------------------------------------------------------| -| raw | 482 | [Download](dataset-raw.zip) | Raw data with meta information (min edge aligned to 1400 if larger). | -| pruned | 482 | [Download](dataset-pruned.zip) | Raw data with meta information, core character tags pruned. | -| pruned-stage3 | 1176 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 1176 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 1101 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 1176 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 1101 | [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 | 289 | 490.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/silence_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 289 | 235.48 MiB | [Download](https://huggingface.co/datasets/CyberHarem/silence_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 701 | 516.18 MiB | [Download](https://huggingface.co/datasets/CyberHarem/silence_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 289 | 414.65 MiB | [Download](https://huggingface.co/datasets/CyberHarem/silence_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 701 | 810.83 MiB | [Download](https://huggingface.co/datasets/CyberHarem/silence_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/silence_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 | 3 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | orange_eyes, yellow_eyes | -| 1 | 3 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ahoge, yellow_eyes | -| 2 | 4 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ahoge, orange_eyes | -| 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | antenna_hair, orange_eyes, under-rim_eyewear | -| 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ahoge, orange_eyes, under-rim_eyewear | -| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ahoge, antenna_hair, under-rim_eyewear | -| 6 | 6 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | black-framed_eyewear, orange_eyes, under-rim_eyewear | -| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | antenna_hair, black-framed_eyewear, under-rim_eyewear | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | black-framed_eyewear, under-rim_eyewear, yellow_eyes | -| 9 | 5 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | orange_eyes, under-rim_eyewear | -| 10 | 5 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | black-framed_eyewear, yellow_eyes | -| 11 | 3 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | black-framed_eyewear, orange_eyes | -| 12 | 3 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | antenna_hair, orange_eyes | -| 13 | 9 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ahoge, under-rim_eyewear | -| 14 | 4 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | black-framed_eyewear, under-rim_eyewear | -| 15 | 8 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | under-rim_eyewear, yellow_eyes | -| 16 | 3 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | long_hair, yellow_eyes | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | breasts, orange_eyes | -| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | breasts, medium_breasts | -| 19 | 3 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | ahoge, black-framed_eyewear | -| 20 | 3 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | ahoge, under-rim_eyewear, yellow_eyes | -| 21 | 3 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | breasts, small_breasts | -| 22 | 5 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | animal_ears, yellow_eyes, breasts, ahoge, earrings, long_hair, medium_breasts | -| 23 | 6 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | ahoge | -| 24 | 22 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | under-rim_eyewear | -| 25 | 28 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | orange_eyes | -| 26 | 47 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | yellow_eyes | -| 27 | 6 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | breasts, large_breasts | -| 28 | 12 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | black-framed_eyewear | -| 29 | 3 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | antenna_hair | -| 30 | 3 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | black-framed_eyewear, round_eyewear | -| 31 | 3 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | medium_hair | -| 32 | 4 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | black_headwear, hat, yellow_eyes | -| 33 | 3 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | wings | -| 34 | 3 | ![](samples/34/clu34-sample0.png) | ![](samples/34/clu34-sample1.png) | ![](samples/34/clu34-sample2.png) | hair_bun, single_hair_bun | +| # | 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) | black-framed_eyewear, orange_eyes, under-rim_eyewear | +| 1 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | black-framed_eyewear, under-rim_eyewear | +| 2 | 8 | ![](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) | ahoge, under-rim_eyewear | +| 3 | 15 | ![](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) | under-rim_eyewear | +| 4 | 29 | ![](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) | yellow_eyes | +| 5 | 15 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | orange_eyes | +| 6 | 7 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | ahoge | +| 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) | black-framed_eyewear | +| 8 | 9 | ![](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) | breasts, medium_breasts | +| 9 | 7 | ![](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) | breasts, small_breasts | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | orange_eyes | yellow_eyes | ahoge | antenna_hair | under-rim_eyewear | black-framed_eyewear | long_hair | breasts | medium_breasts | small_breasts | animal_ears | earrings | large_breasts | round_eyewear | medium_hair | black_headwear | hat | wings | hair_bun | single_hair_bun | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:--------------|:--------------|:--------|:---------------|:--------------------|:-----------------------|:------------|:----------|:-----------------|:----------------|:--------------|:-----------|:----------------|:----------------|:--------------|:-----------------|:------|:--------|:-----------|:------------------| -| 0 | 3 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | | | | | | | | | | | | | | | | | | | -| 1 | 3 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | | X | X | | | | | | | | | | | | | | | | | | -| 2 | 4 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | X | | X | | | | | | | | | | | | | | | | | | -| 3 | 8 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | X | | | X | X | | | | | | | | | | | | | | | | -| 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | X | | X | | X | | | | | | | | | | | | | | | | -| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | | | X | X | X | | | | | | | | | | | | | | | | -| 6 | 6 | ![](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 | | | | | | | | | | | | | | | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | | X | | | X | X | | | | | | | | | | | | | | | -| 9 | 5 | ![](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 | | | | | | | | | | | | | | | -| 11 | 3 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | X | | | | | X | | | | | | | | | | | | | | | -| 12 | 3 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | X | | | X | | | | | | | | | | | | | | | | | -| 13 | 9 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | | | X | | X | | | | | | | | | | | | | | | | -| 14 | 4 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | | | | X | X | | | | | | | | | | | | | | | -| 15 | 8 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | X | | | X | | | | | | | | | | | | | | | | -| 16 | 3 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | | X | | | | | X | | | | | | | | | | | | | | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | X | | | | | | | X | | | | | | | | | | | | | -| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | | | | | | | | X | X | | | | | | | | | | | | -| 19 | 3 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | | | X | | | X | | | | | | | | | | | | | | | -| 20 | 3 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | X | X | | 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 | X | X | | X | X | | | | | | | | | -| 23 | 6 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | | | X | | | | | | | | | | | | | | | | | | -| 24 | 22 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | | | | | X | | | | | | | | | | | | | | | | -| 25 | 28 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | X | | | | | | | | | | | | | | | | | | | | -| 26 | 47 | ![](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 | | | | | X | | | | | | | | -| 28 | 12 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | | | | | | X | | | | | | | | | | | | | | | -| 29 | 3 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | | | | X | | | | | | | | | | | | | | | | | -| 30 | 3 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | | | | | | X | | | | | | | | X | | | | | | | -| 31 | 3 | ![](samples/31/clu31-sample0.png) | ![](samples/31/clu31-sample1.png) | ![](samples/31/clu31-sample2.png) | | | | | | | | | | | | | | | X | | | | | | -| 32 | 4 | ![](samples/32/clu32-sample0.png) | ![](samples/32/clu32-sample1.png) | ![](samples/32/clu32-sample2.png) | | X | | | | | | | | | | | | | | X | X | | | | -| 33 | 3 | ![](samples/33/clu33-sample0.png) | ![](samples/33/clu33-sample1.png) | ![](samples/33/clu33-sample2.png) | | | | | | | | | | | | | | | | | | X | | | -| 34 | 3 | ![](samples/34/clu34-sample0.png) | ![](samples/34/clu34-sample1.png) | ![](samples/34/clu34-sample2.png) | | | | | | | | | | | | | | | | | | | X | X | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | black-framed_eyewear | orange_eyes | under-rim_eyewear | ahoge | yellow_eyes | breasts | medium_breasts | small_breasts | +|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------|:--------------|:--------------------|:--------|:--------------|:----------|:-----------------|:----------------| +| 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 | 5 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | X | | | | | | +| 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | | | X | X | | | | | +| 3 | 15 | ![](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 | | | | | | +| 4 | 29 | ![](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 | | | | +| 5 | 15 | ![](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 | | | | | | | +| 6 | 7 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | | | | X | | | | | +| 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 | | | | | | | | +| 8 | 9 | ![](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 | 7 | ![](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 | diff --git a/dataset-1200.zip b/dataset-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..9b6aafa5d1a1101d1dcc9783b7d86a207614f5e8 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564fc8ed3bbe959455ea96f1edcee49b1b5b464b75c2c6367a8a2d946cd2b96f +size 434787447 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..32719024cfaaf66227d62fbb0f78bb44bebc3226 --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d6db5d294d9326a55de5bad3515a262c34f04b322b5ee7237958dc8003e01d +size 246916871 diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index 5c5546408a29f78efb4e3eb267e21ef9156f4d92..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afad705d6daff09e5727a0085f99eaeb1e3f754c28c2758a61bb58e6b56e8caa -size 1373179247 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index c1aa18372ebca70be0e8719c19bd13d63cd44a15..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac48642969bd4d2cfd9869ee73e6b6125c10f7b4f6b873d620fa93c89b74cf2d -size 751232903 diff --git a/dataset-raw.zip b/dataset-raw.zip index 40495d42967ae1f8ed32409f03b1e5e79aa87a03..a64a6854e10c6ab4ddca3d04656b2a705cd11dbe 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:397f88bbe103b762066c2f17771f5d08692ff400de92242160270b00daeeab66 -size 751295826 +oid sha256:a0ac1d26126e65c3f2651967a5195dbb583324d069df79dee8c603ed479f134c +size 513956270 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index 8c8e70754842bd7c3cfe182dca406407d35af42a..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be575c9757e619966139c655de57fcaa2ef1980ef1d96f6298aaff752790aced -size 1250796918 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index a92c8d8cb5269f831a944f3bca1ad9047b17cbcb..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:771c26d1a3a3c62d3dccda726b6f04e61dc044c973f5d3c8e1955e098fd560c0 -size 844847053 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index a47cd2c48fc14b6a1c52e0ee71f8e65d4b40fe7f..0a90fd5cc558db53411b189d696d2b63f0d771e1 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:9a556fbbc14da04515d1762b6db0c3532ce02fb137952a13776379585d91648e -size 1234244085 +oid sha256:fbcca65b07093f9a2cd1093d7736c090ccbe9843575f25092c8db0368fe2134f +size 850215860 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index a8f2f3b1023360a063e084aa6618d47ad9743d07..a7231a5354661c2e81fee71aabe12d0a4f79d3b1 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:622d686a394b3e26b75299a6f2d2915ede712490a3ff7380fef11ccbcad2bbf1 -size 828294220 +oid sha256:1ba4a6e6a0eb88538ac4bad2dc4a8a586dc8da570c09f5f532fb3c04191f7623 +size 541254912 diff --git a/meta.json b/meta.json index dd36499ce0c9552a522e166dcba0973e58461e41..bb1071b0b4c7c59a06814b531688a9011111291a 100644 --- a/meta.json +++ b/meta.json @@ -1,291 +1,82 @@ { "bangumi": null, - "base_size": 482, + "base_size": 289, "clusters": [ { "id": 0, - "size": 3, + "size": 5, "tags": [ + "black-framed_eyewear", "orange_eyes", - "yellow_eyes" + "under-rim_eyewear" ] }, { "id": 1, - "size": 3, + "size": 5, "tags": [ - "ahoge", - "yellow_eyes" + "black-framed_eyewear", + "under-rim_eyewear" ] }, { "id": 2, - "size": 4, + "size": 8, "tags": [ "ahoge", - "orange_eyes" + "under-rim_eyewear" ] }, { "id": 3, - "size": 8, + "size": 15, "tags": [ - "antenna_hair", - "orange_eyes", "under-rim_eyewear" ] }, { "id": 4, - "size": 6, + "size": 29, "tags": [ - "ahoge", - "orange_eyes", - "under-rim_eyewear" + "yellow_eyes" ] }, { "id": 5, - "size": 5, + "size": 15, "tags": [ - "ahoge", - "antenna_hair", - "under-rim_eyewear" + "orange_eyes" ] }, { "id": 6, - "size": 6, + "size": 7, "tags": [ - "black-framed_eyewear", - "orange_eyes", - "under-rim_eyewear" + "ahoge" ] }, { "id": 7, - "size": 3, + "size": 8, "tags": [ - "antenna_hair", - "black-framed_eyewear", - "under-rim_eyewear" + "black-framed_eyewear" ] }, { "id": 8, - "size": 3, - "tags": [ - "black-framed_eyewear", - "under-rim_eyewear", - "yellow_eyes" - ] - }, - { - "id": 9, - "size": 5, - "tags": [ - "orange_eyes", - "under-rim_eyewear" - ] - }, - { - "id": 10, - "size": 5, - "tags": [ - "black-framed_eyewear", - "yellow_eyes" - ] - }, - { - "id": 11, - "size": 3, - "tags": [ - "black-framed_eyewear", - "orange_eyes" - ] - }, - { - "id": 12, - "size": 3, - "tags": [ - "antenna_hair", - "orange_eyes" - ] - }, - { - "id": 13, "size": 9, - "tags": [ - "ahoge", - "under-rim_eyewear" - ] - }, - { - "id": 14, - "size": 4, - "tags": [ - "black-framed_eyewear", - "under-rim_eyewear" - ] - }, - { - "id": 15, - "size": 8, - "tags": [ - "under-rim_eyewear", - "yellow_eyes" - ] - }, - { - "id": 16, - "size": 3, - "tags": [ - "long_hair", - "yellow_eyes" - ] - }, - { - "id": 17, - "size": 3, - "tags": [ - "breasts", - "orange_eyes" - ] - }, - { - "id": 18, - "size": 3, "tags": [ "breasts", "medium_breasts" ] }, { - "id": 19, - "size": 3, - "tags": [ - "ahoge", - "black-framed_eyewear" - ] - }, - { - "id": 20, - "size": 3, - "tags": [ - "ahoge", - "under-rim_eyewear", - "yellow_eyes" - ] - }, - { - "id": 21, - "size": 3, + "id": 9, + "size": 7, "tags": [ "breasts", "small_breasts" ] - }, - { - "id": 22, - "size": 5, - "tags": [ - "animal_ears", - "yellow_eyes", - "breasts", - "ahoge", - "earrings", - "long_hair", - "medium_breasts" - ] - }, - { - "id": 23, - "size": 6, - "tags": [ - "ahoge" - ] - }, - { - "id": 24, - "size": 22, - "tags": [ - "under-rim_eyewear" - ] - }, - { - "id": 25, - "size": 28, - "tags": [ - "orange_eyes" - ] - }, - { - "id": 26, - "size": 47, - "tags": [ - "yellow_eyes" - ] - }, - { - "id": 27, - "size": 6, - "tags": [ - "breasts", - "large_breasts" - ] - }, - { - "id": 28, - "size": 12, - "tags": [ - "black-framed_eyewear" - ] - }, - { - "id": 29, - "size": 3, - "tags": [ - "antenna_hair" - ] - }, - { - "id": 30, - "size": 3, - "tags": [ - "black-framed_eyewear", - "round_eyewear" - ] - }, - { - "id": 31, - "size": 3, - "tags": [ - "medium_hair" - ] - }, - { - "id": 32, - "size": 4, - "tags": [ - "black_headwear", - "hat", - "yellow_eyes" - ] - }, - { - "id": 33, - "size": 3, - "tags": [ - "wings" - ] - }, - { - "id": 34, - "size": 3, - "tags": [ - "hair_bun", - "single_hair_bun" - ] } ], "core_tags": [ @@ -294,48 +85,48 @@ "glasses", "feather_hair", "bangs", - "owl_ears", "hair_between_eyes", "brown_eyes", - "semi-rimless_eyewear" + "semi-rimless_eyewear", + "owl_ears" ], "display_name": "silence/サイレンス/赫默 (Arknights)", "name": "silence (Arknights)", "packages": { - "pruned": { - "description": "Raw data with meta information, core character tags pruned.", - "filename": "dataset-pruned.zip", - "size": 482 - }, - "pruned-stage3": { - "description": "3-stage cropped raw data with meta information, core character tags pruned.", - "filename": "dataset-pruned-stage3.zip", - "size": 1176 + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 434787447, + "size": 289, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 246916871, + "size": 289, + "type": "IMG+TXT" }, "raw": { "description": "Raw data with meta information (min edge aligned to 1400 if larger).", "filename": "dataset-raw.zip", - "size": 482 - }, - "stage3-1200": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-1200.zip", - "size": 1176 - }, - "stage3-800": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-800.zip", - "size": 1176 + "package_size": 513956270, + "size": 289, + "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": 1101 + "package_size": 850215860, + "size": 701, + "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": 1101 + "package_size": 541254912, + "size": 701, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png index 14b2bd0e838c0435f2560278cf8af4502239ddca..70ba85b8cea996f87523c74de6af0de9608bbce2 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:fedb94e12c507c1d4c5fade2a54b096064552fc625e97997abe1d4bceb0e3bc7 -size 476038 +oid sha256:f47eacdaae8e198dcec03a5bd0b96f995a015d7e2c1ceebf80b9398068c2459d +size 407248 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png index 31084700979defcd980068d61477f8e824a6c26a..b48ae04ce37941550a859958cd91d850530c3a52 100644 --- a/samples/0/clu0-sample1.png +++ b/samples/0/clu0-sample1.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:449874d68eb926382f98aebe4705d4857dd47f33c9473c4df18a32a6340f5a67 -size 286250 +oid sha256:45bf0e024c66686f02636ffa6bc978940ec67994e511c7161adb62f539c45962 +size 378722 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index 7f3db98160763943d100c680ea38bb3dc9925285..b98e781b0a87159f2462afed6c057efcb1d957a5 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:5c7e7fd0d3f1d1fcb831dfdcbaa2a6b23d4863a26b43927f3d9b0950a24a29ae -size 373865 +oid sha256:d39b3597edaa672a7fca8cfdb997f85818ba4101ad467f897d2af3ec7085c682 +size 352993 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..fc36ee8bacced98536717291094393b735237cf4 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ddf5e9fadb027922fa9fe9c5d7e93a09df088804e19de20cc0d58d7ff42309 +size 510330 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..ea9bda5ca792f1a92a5113b930fc462188044345 --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ef54ebd8ba5ee794e1a2f6b2180376d5d747957b7a96eccc1c9bdee434fa4d +size 617605 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index ede96406f94eae221b8d446776bbca84e329cdae..63490decf2ff58a74bdceada8af06eec4f148b32 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:48636339db14ad5c1243eff5ec360c935bd4a9a1a946f84159c12974babf918a -size 401977 +oid sha256:d6e80c5b6cc7988d99ab5bc50eb1d82df1a9f2d06dcdd95e3a472fe2f2962ebc +size 396979 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index ed406626004cf608215b9ba1ea7f8549024fce0d..6aab151d53f4576f2f1fcd32054ca27c3b7e3879 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:a66baaa6cf016e8dba0dadea7316e51c08e753ac4c4b7cb177db15c8cdd2005e -size 669514 +oid sha256:c8fb0c4c50f6a9f6a7cfc97c9a44cbddfc95b12d1b43561b775e85a2c73403ee +size 248784 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index 208fd8a59f4a988131202c0211afd142ff50827c..b3122a8f4f4959b79d25f1792bd66655c4dd54a0 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:cabc9d6030853de6485ebcfb812a61559b67edae01669a47bef1b55f69bca5b0 -size 290613 +oid sha256:0c9939215ddb7c64512a0fd4c65c38b5ffb7bbef55272107218ca102d2fc4143 +size 486391 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..a264b1781b346b90f8ed729400b0be1c78c46f84 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ff10584a5e6c17662155f564bd2d83a37cf9b1aa273934c80d716947740239 +size 243915 diff --git a/samples/14/clu14-sample0.png b/samples/1/clu1-sample4.png similarity index 100% rename from samples/14/clu14-sample0.png rename to samples/1/clu1-sample4.png diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png deleted file mode 100644 index 5971b54fd98aca56eac3dc65703dd725d9dace04..0000000000000000000000000000000000000000 --- a/samples/10/clu10-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2863149d6f168dc4b1f28f8a42566d79b469228bf16f94754c9c91a0a9f6ec7 -size 228136 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png deleted file mode 100644 index 5089c85b01677d65e21d7706b8cbe5f1f0d553b0..0000000000000000000000000000000000000000 --- a/samples/10/clu10-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6a91ebad663ec63793a7c6fdafdb883154d1d98869fec3516504345950f5693 -size 212551 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png deleted file mode 100644 index 81fd1b574e2a781033c0d1817ae5cb43933852de..0000000000000000000000000000000000000000 --- a/samples/10/clu10-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c58ea0e0d9a85f8ec8d9cb049b77dcaeef79f1c93a2cf03f376585c217a5c33e -size 211910 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png deleted file mode 100644 index 5d3543150ab5073370c1ceecd25eb65eb137063a..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64ed682bdd38c126096576b15857c9a2779768a159079be0e372fa7916e7b9b2 -size 527211 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png deleted file mode 100644 index b0881f58afb068dcf21f5a17a74c5a047ce86dae..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bd6f9d0fa0f0fd9ed59658791cdcff4e7bea87b64e6a79be146025b6a9182e9 -size 383956 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png deleted file mode 100644 index c597f7f8f1699e9f640c768e6a958a2ecd47deaf..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:336c6df11c6b7dc73fb70ca8d6c2a4b81a4cabf5f9847a4df25806af6f7ec5a2 -size 419505 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png deleted file mode 100644 index bf9a593adfbc3af5d4f65c8375eca9cf09d0019c..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f18dc5e533c56a72f17c6e6ef938b90c5f2fa539fac59a286b80b2edce38bfb1 -size 254340 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png deleted file mode 100644 index 92269b677777aa9599994431b773c0e6a7e71a67..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15ca84956a0d2edff368a27210cda2f65f12e77dd795ab186cd91ac18c8cc5d1 -size 188668 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png deleted file mode 100644 index 5486cdbcae7bb787ebc56fbd8243c2aabedae845..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:864d31b3a3e390ccb82ea3f5046933998244e3b7721f43a86ac37378a689cc8d -size 361383 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png deleted file mode 100644 index eafaeb59c0c3399df873dd8675ef5b4e29319547..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a41d3035ccd8b084947a8a8452b6f4dcf90dbda728037fe22817cbbe00f7df79 -size 237315 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png deleted file mode 100644 index 0aa8aa914af6aa40c1c8466ce0cfc05ed57bf546..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd51dfa658f3cadd9a23d164151b75ca568ab4b9f82139a20450d0d9604cf0dc -size 270678 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png deleted file mode 100644 index cc9fac763c163553e4b623cb89fb6330f6cba243..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:976bd4b7554e8d2a6533f2b139fb6e8beb1ff651294a828bd0c4f218f87d6ab6 -size 372686 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png deleted file mode 100644 index 6aab151d53f4576f2f1fcd32054ca27c3b7e3879..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8fb0c4c50f6a9f6a7cfc97c9a44cbddfc95b12d1b43561b775e85a2c73403ee -size 248784 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png deleted file mode 100644 index 63490decf2ff58a74bdceada8af06eec4f148b32..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6e80c5b6cc7988d99ab5bc50eb1d82df1a9f2d06dcdd95e3a472fe2f2962ebc -size 396979 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png deleted file mode 100644 index 180d2e22dbca9da9b1a1011b7c3362fa29ee461a..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f82a05d0a094a64d2683dd1c403df551dd986623294e788cfdcb00c22f21e26 -size 279694 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png deleted file mode 100644 index 36e2781a54172f29d4a2fb537c8496b555a13561..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2a6db0d9741995a47742f1e73d59b6d542fb268c1b755b2c42cc88d16dfce9e -size 293376 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png deleted file mode 100644 index 753c37b8c426799ebbbec7d4d71d9f9b601e73ae..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:877f85476ace8c8af45b627f68b791442de7f745e92ff5febfb0ecca8a7d2699 -size 545192 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png deleted file mode 100644 index 6d076cfaa0458bd7bf6e24f9cc7567dbd8d38358..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8537db78946833d9e5a58e8dd6a70bc4c1392baa231143af3f4de3c5835d1948 -size 448401 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png deleted file mode 100644 index 849c569cfcea5e60b67bc43f74b69b772e089c26..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88b1e153172e6f8e61714cdde16a0adbb1c3eb5f3158121b8a0723c2b09c68fe -size 299571 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png deleted file mode 100644 index 0b90ff41184cfc378ddd12080be440ef04abbfc5..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:259a268cb960ba634d0c90f3552b0b09d674257d46b261e889c40ad4f089ca30 -size 395537 diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png deleted file mode 100644 index 60a3ad760da94e1354c808be1319d21f09498041..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f55c9dde07350ce24b736dff99a2f66b1a2d9abddffb6eecbaabcc990e0d6bd0 -size 178638 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png deleted file mode 100644 index 21238b9320648d2adffac0ba862b7b89e3c40491..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0423c623bad86c85f97a50ed9e00a6b036720c66b97697984a063a2fba93072 -size 640896 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png deleted file mode 100644 index c2b4860e7c856ecdf5b65aff3da6f9c7d4f040c7..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f96c04b11d8cb7c8329d16e7d94275f0e924d27be3b38c7d1988c15adb0ee76 -size 273683 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png deleted file mode 100644 index 39af0bc3bfb92311c9780880cdaf24274d332d88..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cde81e5b10525b70026f4e76448f853ff2dc2952e84b33a348706ed3acfa77e0 -size 391062 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png deleted file mode 100644 index 51d6243d1b23704e75256a24d3a97e7797cf5fee..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd6ea2e42b4744f023320f85652f72fd1991bc06adf03ef55f79ae90010588b5 -size 265083 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png deleted file mode 100644 index 5a77cfe207a61ad7ef4f69998349e12b2e23d3f6..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55bd8d8ff4e2278b3e7f4baf69a21abb0a649ddd7f376422a70aa5c06a1a3ac2 -size 182491 diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png deleted file mode 100644 index a7a65ae6fe19b48162e749664f3ef7058d459c0b..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87471dee366965c8bce82379944d4bf75233f2b593b2a3974b0b32057d5cc9ed -size 460872 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png deleted file mode 100644 index 3505be17f96ba344b84e78a63f42aed1083dd8de..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c325e5614ab41666702db70f35432be91ad5953aa0dac1b5d6a85599bec79228 -size 340757 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png deleted file mode 100644 index 04a10a51fb98d3260d667b44fb2104e7a99f9dbe..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3da92d9c1e67d4fc096fcc01c9ee5d56aa9f4db419d331e4cc190b17f1fedea -size 313231 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index 5ac9b749d8c8b160783a2ac5b2e3a8596057d441..ffb1b6b155f2a799ca978dfbfac0ec6007bfaca7 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:71ace70a64fe907c006fa1fa6c253d1d1e9081c4cd42ebe70f9d6a2e007c3e96 -size 416870 +oid sha256:9411086dc5e848edb247ffec30d91002e9ad4fd53349812bfde633571c48fbe2 +size 330298 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index 0df926d7ef03a1c6b9a0768ba3f562f6fca58461..eafaeb59c0c3399df873dd8675ef5b4e29319547 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:92f2aeb14b3c810c62b1f2fb4cab08c143f963c1dbcfe87dedbfb708fa4e6e70 -size 306322 +oid sha256:a41d3035ccd8b084947a8a8452b6f4dcf90dbda728037fe22817cbbe00f7df79 +size 237315 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index 98518f6cced593a7828e2e2844eaeaf166360c6f..0aa8aa914af6aa40c1c8466ce0cfc05ed57bf546 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:dcbfa0c4134d0d79144167e07adc7d33f4c3c431469a0d6cc06f0e25368de990 -size 242715 +oid sha256:fd51dfa658f3cadd9a23d164151b75ca568ab4b9f82139a20450d0d9604cf0dc +size 270678 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..80e8369c7798d666bee0844eb7676c5772e5e1ff --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed58d99ece5273c8c5560734e59eac21649ef57c92958ff5c3cf1f07349a9898 +size 444845 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..93609883f5462e1577eb879c243dbe0da02755b9 --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9c07a12bf7cdb80454c1eaadf2ff4963133c2a4bac1c6fb54b4d11420e698f +size 307065 diff --git a/samples/20/clu20-sample0.png b/samples/20/clu20-sample0.png deleted file mode 100644 index 5a6f230a2666ca1fef9ac902fa99fc02ca300ff6..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e372a4d4ba9a74ef29bfafde2abca77a840b63ae8e283191d56632714a62bd1 -size 249520 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png deleted file mode 100644 index 7b737d147459f84c3e13c302852a8f4c09e37903..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:263877dac8abbc0dc3fee0c1b7fdb4348b9cf2fc9312346441cf0d030bf43b3d -size 424971 diff --git a/samples/20/clu20-sample2.png b/samples/20/clu20-sample2.png deleted file mode 100644 index e405ec5a00f1a8723f97de2a0c90deb93b44a874..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4850faf39ac4a250a6c49fc8467c668bbc7605f6d043b47cc857074910dc758b -size 303888 diff --git a/samples/21/clu21-sample0.png b/samples/21/clu21-sample0.png deleted file mode 100644 index 52666809dd2ca7a346771d5cff5d8e93da12df9b..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dd1c4138a1e3f6175521d703c3de0a3ea5a17e2fa60c771900dc39207d472a4 -size 439411 diff --git a/samples/21/clu21-sample2.png b/samples/21/clu21-sample2.png deleted file mode 100644 index 73c02f0d5636332fb5531d1bfd4e642f9c597c77..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e3619de139a05696ac90b9205debb567a5830fd9c1fc40fd1b1bfce49dac725 -size 304559 diff --git a/samples/22/clu22-sample0.png b/samples/22/clu22-sample0.png deleted file mode 100644 index b434f67b41bbbc09eb81fafd8e6bada403ab928b..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:19f3239f9b1a793ba92f8dd124ab71935edfa300028f8ef3691baf59ead5319d -size 267694 diff --git a/samples/22/clu22-sample1.png b/samples/22/clu22-sample1.png deleted file mode 100644 index f829c1c214e90bf9f9034cd106d53a17f973e82c..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6998d3b8bf42c8ca8b98652a6495b2157ec977e611fa639fb05ebc095f2ee886 -size 523319 diff --git a/samples/22/clu22-sample2.png b/samples/22/clu22-sample2.png deleted file mode 100644 index 4a5d94feb147b6c24cf20a18a9635af28cd58e55..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:301e361a305585d2ca6849f8e0e8ecf2a4f9c6a2ef10e1940e844fff30c9706f -size 370949 diff --git a/samples/23/clu23-sample1.png b/samples/23/clu23-sample1.png deleted file mode 100644 index b1bb62d368ff714dba177f28cc2e8a97c06d453f..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3367de603e6964785fe2a0cb91e31df4535e865702c47e096eccbbbfe8a3c5b -size 202943 diff --git a/samples/23/clu23-sample2.png b/samples/23/clu23-sample2.png deleted file mode 100644 index f20865fb356b2fb174822062087118806fe03c29..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63f287659907347441a9bfeeefc31d2442eb0f56382b665101630341ea95505c -size 363939 diff --git a/samples/24/clu24-sample0.png b/samples/24/clu24-sample0.png deleted file mode 100644 index ba4a4ac736cb104f1b664a22645c1ccea8611e98..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97213e8c790e48e601f8fe4f20d2c198775bbb49d4a8be731e2922dff696f869 -size 220976 diff --git a/samples/24/clu24-sample1.png b/samples/24/clu24-sample1.png deleted file mode 100644 index e46d8db2cf2deadc44daf165eba9e59fd7feefd7..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64d080d175c04a5b8cef0572961867a8704d4946978bac9a767040d97f9e4b5d -size 385231 diff --git a/samples/24/clu24-sample2.png b/samples/24/clu24-sample2.png deleted file mode 100644 index beaf54ef19bbfae349653cc6d789745c5c53a550..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b79cb606c939bb9ca0e2965978a2898bb7addcf08785c0e44deade7926c9a9ea -size 113693 diff --git a/samples/25/clu25-sample0.png b/samples/25/clu25-sample0.png deleted file mode 100644 index cc586fc30087607a9e18758f3bc36817959f97c2..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6807169733b724ac314d9e0cf4ac17569a1508f7dec42746a7c3f823be61c5b3 -size 367000 diff --git a/samples/25/clu25-sample1.png b/samples/25/clu25-sample1.png deleted file mode 100644 index b9cbb3b8a750eebc4cd05663839579d16c024685..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:001e142307836a506d68ba595377b0a27b7d3065d8ad1585fddc7daa2d8e589a -size 418871 diff --git a/samples/25/clu25-sample2.png b/samples/25/clu25-sample2.png deleted file mode 100644 index 93aeb86ec3faa4546e019cfbae4d52324189515d..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:526a8bf60cc90276aed21060970f905a9d3522e968df6fccc8a7e5f7e4ce4779 -size 293790 diff --git a/samples/26/clu26-sample0.png b/samples/26/clu26-sample0.png deleted file mode 100644 index fa685af0dc22f35f43e4ebae6fad5378cf46e751..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c91395a0900d74e9a2c4da5d6907e4c504fe04a16535985892adf8dd4682338 -size 179056 diff --git a/samples/26/clu26-sample1.png b/samples/26/clu26-sample1.png deleted file mode 100644 index f519163fd855378fe4ac81ccd209ee1d20987a14..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02d0950f5056a8bdb45c9baafb2551a00e93ea037b84fa15851c56fb566c6fde -size 502569 diff --git a/samples/26/clu26-sample2.png b/samples/26/clu26-sample2.png deleted file mode 100644 index 86a059bbf8e78bb2294bc659e84962ce9ef06254..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62e5e2bb2f4484728312559c814ed5d1b94d30ed9abd7d6022a14de11a93e522 -size 186153 diff --git a/samples/27/clu27-sample0.png b/samples/27/clu27-sample0.png deleted file mode 100644 index f69c726fac7ef5a1e1ac14e0e595a654a29554ed..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a42f75d59daf990590cda3cf5f8d7f6cc037ed5e5740a2a04a8cbf409c47883b -size 323619 diff --git a/samples/27/clu27-sample1.png b/samples/27/clu27-sample1.png deleted file mode 100644 index 81ab01882945ba66c14f7aa76f93a70cd88f65c3..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79c64b61004b4d637378a66bca884a2da70e653a814bcedb173aa1413a2c3323 -size 188305 diff --git a/samples/27/clu27-sample2.png b/samples/27/clu27-sample2.png deleted file mode 100644 index ab971b99b0c29b7e9733aa5404b8b2d67c007511..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98679c3763f3f878744452e242dd7ea32c986138b8e363750ac333fc8f31fe1a -size 336751 diff --git a/samples/28/clu28-sample0.png b/samples/28/clu28-sample0.png deleted file mode 100644 index 4811cf224443d9b4a0ea7973942a9de74046c24d..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ea8e233b146c2e13591060725da50a3f9406ebd82668d59f511910d0b479e0b -size 339840 diff --git a/samples/28/clu28-sample1.png b/samples/28/clu28-sample1.png deleted file mode 100644 index 2271ee049d343a78622ab024e4af97462741303b..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61849a15e06c4ad97b9cd60afb2c3cb21d27489c2ec938ea8f30ea0ed2a52a1d -size 209767 diff --git a/samples/28/clu28-sample2.png b/samples/28/clu28-sample2.png deleted file mode 100644 index 4a0792224f38deaf78b5bbf5246224f25256a2f9..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eec21c6471090793e1e0e25517c34cb144cad66c1462855d150594d7a9faf19f -size 512066 diff --git a/samples/29/clu29-sample0.png b/samples/29/clu29-sample0.png deleted file mode 100644 index 2768f5cf7f6a267372b31a3350879b072c4a4de0..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82409d1c6eb2da76e0c7444d5c2d8d18a6465ab31dab3f95bb07ff6e51ef76ab -size 320348 diff --git a/samples/29/clu29-sample1.png b/samples/29/clu29-sample1.png deleted file mode 100644 index 42d3200ae1050941c24ed4102693d27e2281ed50..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0314b3155997d0ad75ece4396d38e9994a13db0b53c410a0565fb6ffbc33fbe -size 426946 diff --git a/samples/29/clu29-sample2.png b/samples/29/clu29-sample2.png deleted file mode 100644 index 33feaa6a449d9e1a6da644c4eb1d6582dc84630e..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bccd1cfff44c387da917e0bf8356023b94796269611c392ab2915923f782b040 -size 510328 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index 4aee9eb63edd64d5365daa8fa9fbf4c0255e9d52..61202dcec591dfae54b734b90216af4483c25a94 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:551c100d0986b6af3519f003c99978fb7dd2a75a065f718cb3ecf321d3613a46 -size 310134 +oid sha256:d3046a966ff59c5f591498629b07323d36bc0bf1393994cb0955cac13f0676dd +size 373255 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index 4f64cad2f9dd903f684e1acf6136e5b872ee3881..e46d8db2cf2deadc44daf165eba9e59fd7feefd7 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:46f70b768dfab12233326240ebd739f8211c2e34473ac772e85140aa5eff0efa -size 374178 +oid sha256:64d080d175c04a5b8cef0572961867a8704d4946978bac9a767040d97f9e4b5d +size 385231 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index 2f829350355b9dc4e8becddd8c57584e51603eb4..bf6e4f2a869b895bfb1e0ff8de8163027099b5af 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:5b86c89fd5e900e4ae911cad7a7aec7ecddf365e5009cef2e317a0a0749ed4a8 -size 216012 +oid sha256:0baccb7f9d54fb33635be6853fe5184ab511a2172653f57389dcd5ce500ff5dc +size 233987 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..145d3b0eee0e522040aea50a713655aa465f51cd --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5004d02b7b47f37a869616bbf030f668cef72105cfd72f5608517a2e5e72f5 +size 234684 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..93d5f31974c8219645a63efb0c347bf7ce9d469d --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f864d4f7ee95f441464b5011068a51cd7431f0ee87409b8d377db51535eed0c +size 282104 diff --git a/samples/30/clu30-sample0.png b/samples/30/clu30-sample0.png deleted file mode 100644 index b28c0e7acf9464778bebf51b78ea68b8ef969c61..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c3dcf8473288895a6381d1a8e7242c619f0d4e65987fc9398273776367a88e -size 349643 diff --git a/samples/30/clu30-sample1.png b/samples/30/clu30-sample1.png deleted file mode 100644 index af89f856a5b33923acbb6b11046d8eed16ab7391..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c91969243385ddec59531b8e77511e33ea978c0e798b7799eb30758e521e6b77 -size 515399 diff --git a/samples/30/clu30-sample2.png b/samples/30/clu30-sample2.png deleted file mode 100644 index 1d9f30f87c4c2bb57c3419ba5461e24d67a36460..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0295d1e8885d06043f2683dd84235266763e6232bd238f5df043e4583613f43 -size 373626 diff --git a/samples/31/clu31-sample0.png b/samples/31/clu31-sample0.png deleted file mode 100644 index cc7493de7bea3aafea3cdcd574d53bebcb51a172..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a773963c6db0f64c9a6de731c8400448fe6f5ab508c8dd37c2e23292287fcbb -size 528659 diff --git a/samples/31/clu31-sample1.png b/samples/31/clu31-sample1.png deleted file mode 100644 index 0b7856e1d21623d38d6b34152981a5cfe7652e21..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18c543e2d71eacfd768f30195b013dbc9138c0398441d4b112408d2ad3826e43 -size 502260 diff --git a/samples/31/clu31-sample2.png b/samples/31/clu31-sample2.png deleted file mode 100644 index ab82485f8e871522c418403d0b29a2c69f781ec3..0000000000000000000000000000000000000000 --- a/samples/31/clu31-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:257eb4891824d1575871dd7e921e2e62bb52484070a8a7e8c400789d5a434a26 -size 384170 diff --git a/samples/32/clu32-sample0.png b/samples/32/clu32-sample0.png deleted file mode 100644 index d735b8e326ed2a17fe1f658d6a8c153d4f4c215e..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:769b6c2f38b7bf9acc031b3f5413769db3213634db867e1ae0aa25849bfd50d6 -size 297331 diff --git a/samples/32/clu32-sample1.png b/samples/32/clu32-sample1.png deleted file mode 100644 index 81742957d5bbcf1dd4b7c31411c5f18ad24a13e0..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:813d56f77a01c4dee14b687cc99b0fa8b8dd6dff2d9ba22c361ddfb0d5e8c5dd -size 183003 diff --git a/samples/32/clu32-sample2.png b/samples/32/clu32-sample2.png deleted file mode 100644 index a4d6a1c7c1e466be4683094ce9acbe9bfe39bbcc..0000000000000000000000000000000000000000 --- a/samples/32/clu32-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57a6aa3dfd5662dca6d13944941785a56596bee680ed34030afa416e49560c24 -size 278814 diff --git a/samples/33/clu33-sample0.png b/samples/33/clu33-sample0.png deleted file mode 100644 index bb605645792a3d0a86b9b8927a1cdfe25218d824..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f417a6d78c81d27aec4e42a0b918c7abc6f6f00ef80d9ec8966b8fa9b416f45 -size 173295 diff --git a/samples/33/clu33-sample1.png b/samples/33/clu33-sample1.png deleted file mode 100644 index e07c7fad94200e8f2343b8cd96573baa7957377a..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:85065779f0e1860b4eb284c043c3a1b4ee1726a3d519cfb3f533ab61214e6c9a -size 441260 diff --git a/samples/33/clu33-sample2.png b/samples/33/clu33-sample2.png deleted file mode 100644 index 016225aa3941e462b410b4ef2f10239573258234..0000000000000000000000000000000000000000 --- a/samples/33/clu33-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:13259dfafe73fe1ba20f590239a95abc4bcff3d9d22107f4ba59830f02ebae09 -size 212828 diff --git a/samples/34/clu34-sample0.png b/samples/34/clu34-sample0.png deleted file mode 100644 index 88339aa345db20b4f47dddb9e1eebad4bb728e23..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a591c2cc2216fb048b5a1642715378a013bb42f51f669693a26acf193b65b9a -size 509494 diff --git a/samples/34/clu34-sample1.png b/samples/34/clu34-sample1.png deleted file mode 100644 index c136419aa0f665165e1ef895b193f3d80424f7a8..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d5df531791e31987277fa5892b3f744b4405d689643f69025632879255ae35f -size 324384 diff --git a/samples/34/clu34-sample2.png b/samples/34/clu34-sample2.png deleted file mode 100644 index 9ee669f9b10c46db5f35acb8ffc9de2964cafcf6..0000000000000000000000000000000000000000 --- a/samples/34/clu34-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e720d7b7313a1f0b4cbdb6e37fd7e2441b111eda2eb0cb80fba2a9b87ff48632 -size 154710 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index efb9dcb390be009e0b97419894e709f87dee2368..0995b763a1f38ee5f0618fa2679c4059338e6f5c 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:ab7e6ba9a78620744885fa8fcfd972601827e0b252c4db1c5f0e008b9c052454 -size 190396 +oid sha256:c5845e3e55edc4d8c5b0f297b8945731e87fcf3b4a2209523cc81f89b653b17b +size 262983 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index 81521b7b114fddb8c93057b3b2ce67c75a2b9bda..83e86383a09fc903956dcfc571df242bb79067e9 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:05f8ec666dcb8dc66c0f25fb29d2e88c1e997b49ea773714d352391c29a86dc2 -size 300058 +oid sha256:d90116a67393de4c5b65d743105ce294eed0aefed83c481f1166bb09a96c8271 +size 344867 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index 748629a2d491c39a5db66133546999cc991be1db..4cb4df7b367f45613e9b7751517469c346e56866 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:f652d575536e47d1f0149192711913acb22d46072a3d1013bf4d19ea6e78e20c -size 335751 +oid sha256:a9613b6649cf559f44b5d20872f1da3c3c1f947acbd297bf0c0ad9a5e073bfbb +size 480611 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca316f75d83facc969fd25f490ef9cdf213113b --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32de8a94509ab6378c250d0dcc6c578cc9060975204e90dd061076c399ff9753 +size 332096 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..c9c9987d97b7f3cefb0f022ad73ececa878040a8 --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2811e1d7fc4290a68951a7d35c869bd7ee1c816390a086f4feacd98a88b44217 +size 317778 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index 18141e8936c79848d37402108ddc54b9c1958d8f..658b33f1a14ea9f897dfb79ee459e39573e1d291 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:d1d7bcce14d60bb5349f0b67259ae1409a2faf493f17ca55d7b490b27ab3c4d4 -size 321629 +oid sha256:2d80ce32fd0ef5ac035e021dfb7c5209b7f318e818459044788c8c3fe4981f03 +size 450202 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index 85a76acc316e361d61fa4bcc8f9db6a6ba8ec85e..31c0c55aef6cc97f69371084fbcf679955ebe8a4 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:9775286c566471dde489be0179160ab5f07523c1ebcb38ebc6ec935d6f8037cf -size 440839 +oid sha256:1fc405a3e1e0016005b4bcddf9f47abcc5c0e0789a258bbb73b1a80d68316a29 +size 483481 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index cd3fc32a987ee49df062b505ea7be260edbf0a31..b9cbb3b8a750eebc4cd05663839579d16c024685 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:fe8fa5bbaf3699ca323a8387fb682657f5e4863849f729cde2a640ede323e812 -size 310995 +oid sha256:001e142307836a506d68ba595377b0a27b7d3065d8ad1585fddc7daa2d8e589a +size 418871 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..e8600796500e16084cf67be8dfbef0ed0c5573f6 --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fc7034bdb380ac9011650690b816802f4ed13901f2a2aea987de1565d25262 +size 369425 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..f66ac72cfdb4e061bfdb014d152706fbcfcaaa4a --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64471bf9da60021f6393002bfb04fcd8e8059af63a01248f615bbf2285b45714 +size 159495 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index 70ba85b8cea996f87523c74de6af0de9608bbce2..10fec2e28e02c1aa13c45b6c9f985d45b35086ee 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:f47eacdaae8e198dcec03a5bd0b96f995a015d7e2c1ceebf80b9398068c2459d -size 407248 +oid sha256:42e2df4ecc6b6efc2b3aca2ed1ef3febabab5a4934b20f30b415d0ce3e83cd18 +size 186491 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index 673ea869d391c7be51e232b935788835a7d0eb51..b1bb62d368ff714dba177f28cc2e8a97c06d453f 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:0f4be39632b67a223364eb56574a428302b319cf80af3fffaef1776f3b8d79d0 -size 253893 +oid sha256:e3367de603e6964785fe2a0cb91e31df4535e865702c47e096eccbbbfe8a3c5b +size 202943 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index fc36ee8bacced98536717291094393b735237cf4..742135be8e10a22ab9685a3235b344ec9deedcfc 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:63ddf5e9fadb027922fa9fe9c5d7e93a09df088804e19de20cc0d58d7ff42309 -size 510330 +oid sha256:2e6ce42e082ec27c5c5d45169c0d1bc450ddd35d69b1b6ab77b98bd79a3a2b46 +size 194953 diff --git a/samples/23/clu23-sample0.png b/samples/6/clu6-sample3.png similarity index 100% rename from samples/23/clu23-sample0.png rename to samples/6/clu6-sample3.png diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..d96e25347886ecc11056331d009061e1292158d4 --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:898b97507f08aca6cde7c991430a60e0d25a9e900853372d413c917251d40d30 +size 426444 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png index 9437b401948e4e939dc6f47aa2b9b1b10b97c679..6912986dbbcaf2ebb5b34e40d3bcdf9ed7f4a762 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:7718eb465eb4ca1c7d0b8b446521c9d8147068c70862f0b76f0fa4207b53c675 -size 383051 +oid sha256:7239c8bd0656d24b97a91efa63df2010dca92cd52b3393b24d96423b8ddf2221 +size 413917 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index 8f7b9dd92a1afc06963e553a2c9d11b182ed20d1..2271ee049d343a78622ab024e4af97462741303b 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:65da4c2e0ef1f3dad0cfa2ece38b0a5c28df57231472b856c74fc3810f22dc83 -size 288729 +oid sha256:61849a15e06c4ad97b9cd60afb2c3cb21d27489c2ec938ea8f30ea0ed2a52a1d +size 209767 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index 82ae22ecc6b73dac9e904a27d23662414130e5ac..fef213943cea0f3281787d1c9f2b020d618b57d5 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:f4010d6c0bc0085eb1167542463d34452d0e6603e66a34ee3860f98e4a03a021 -size 606840 +oid sha256:7993f67acaf23148dafbcc29b05604cb395ffb860c44832c438313fcde9d1df8 +size 373970 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..300d68594d36f878b1f170485091a0aa4def7288 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949ecd58480d5fddfe85fcf35c43feb884ed2caee0352ad05aac861ecb9a8608 +size 175654 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..319fa17c0ef010a539a4fbd86ab551e8fad5ed4f --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5ddfbd41806c89f0a311977779d4e68fcefc52b1ab8878c4edfb207838119e +size 347061 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index b0d6e3f692535f21070ee59ce089f6f10fc5cca0..6b9cc145af7cbb6437c519a61306409d4d93efc8 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:266e94a736ff2b4705a81306acc38fc0cc0e4c78146ff28d1092368d90bf545d -size 381345 +oid sha256:5cb38c9e80b457a4ae2fd080381be648513635d620e5592b7d91d36660b11a83 +size 364921 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index 459639f09b7d91397056e65bf4ca40d9c8463178..8fd5ef9532d20259331534f6d0f7ab2a0cb2b519 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:40875fa109589668d63fd990c2f795bba88c5bca7a90ecf658a12fa809a90adf -size 487842 +oid sha256:210844223f642386490b06cf9546d23d86224dc30e98f3fa12c2d4bac191e761 +size 405411 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index 1a1d43d551abb18c5d3c2caa4bca41692465ccb4..008adc1fe1bc6c52b193d5e999235ff326dafe59 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:4a6df0b24b213851e3b0f3a1c14b7ddbc846a7b5c2dbddfd7daf3cae8518e09d -size 567978 +oid sha256:1b6f2a66eb6fec1d53db8abda6d044036a17957335ab1975361848ca62533daf +size 189477 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..0417a36c03852570134af470cba4f4f3778dc0de --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31aebe7602e7cd4182d1cd3bf2bbfdfc5214bd0579762875c7725f76fa345b3 +size 255259 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..fc8dc6b528895f32cc9d7c396e61b66dc0731943 --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bc3dee47c2a83d13fdc89dd8ae1ad6064e7216d225ed4f772ab8aa84d4f3b8 +size 473290 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index 4b28cf9ba8cb370a85edd8e3711b212f0eaace12..40c46e5a7139276f77d746ce95dc6740d7e15598 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:8a4f151c2c30aa539c64d7cf3d9e6ff6b49cf8ee4a706b1b0624a67c3b49621c -size 540255 +oid sha256:9353e4f3a5b0931b4e215226a4e7efc9b514a38b5a4b3e710783853f671bbc8b +size 176916 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index bdb1054e5a06e6e5bf4927d20957d691a6a18454..52666809dd2ca7a346771d5cff5d8e93da12df9b 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:e3f598a939a097fd71cd09c0382d1e8076ec057b48e3bc4bed7d7bc9fb01fbab -size 267894 +oid sha256:6dd1c4138a1e3f6175521d703c3de0a3ea5a17e2fa60c771900dc39207d472a4 +size 439411 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index 4c154cbf2a173baaa773c86d2c1c5b69cc0ddd43..a4ecfd33bbd547842615c8aab915e95f464ca01c 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:94ab629f46794bf3e25395492676651da1efe076d749b80645cb026655ab83f1 -size 349892 +oid sha256:9f8371efd5d41f74db8d0e7335b6c4dbd10c86693f0498152eecfbc38460ca2f +size 433714 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..85ab6b62db04f21a155b894d09130095c7235de1 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bb0411d5caf3776e66dcc5c186df9a313e64e6a1551a75d88dfc8d40ed29e4 +size 195203 diff --git a/samples/21/clu21-sample1.png b/samples/9/clu9-sample4.png similarity index 100% rename from samples/21/clu21-sample1.png rename to samples/9/clu9-sample4.png