diff --git a/README.md b/README.md index 00a6c03332285780af279c7840cb268f2625861a..8cdbe838f1d28df1db6ef681805b175ba57b7a6b 100644 --- a/README.md +++ b/README.md @@ -13,93 +13,87 @@ size_categories: This is the dataset of schwarz/シュヴァルツ/黑 (Arknights), containing 500 images and their tags. -The core tags of this character are `animal_ears, cat_ears, long_hair, grey_hair, breasts, yellow_eyes, bangs, ponytail, large_breasts, tail, cat_tail, hair_between_eyes, very_long_hair`, which are pruned in this dataset. +The core tags of this character are `animal_ears, cat_ears, long_hair, grey_hair, yellow_eyes, breasts, bangs, ponytail, large_breasts, hair_between_eyes, cat_tail, tail, very_long_hair`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). ## List of Packages -| Name | Images | Download | Description | -|:-----------------|---------:|:-----------------------------------------|:----------------------------------------------------------------------------| -| raw | 500 | [Download](dataset-raw.zip) | Raw data with meta information (min edge aligned to 1400 if larger). | -| pruned | 500 | [Download](dataset-pruned.zip) | Raw data with meta information, core character tags pruned. | -| pruned-stage3 | 1392 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 1392 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 1361 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 1392 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 1361 | [Download](dataset-stage3-p480-1200.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| Name | Images | Size | Download | Type | Description | +|:-----------------|---------:|:-----------|:-------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------| +| raw | 500 | 1.02 GiB | [Download](https://huggingface.co/datasets/CyberHarem/schwarz_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 500 | 452.90 MiB | [Download](https://huggingface.co/datasets/CyberHarem/schwarz_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1375 | 1.05 GiB | [Download](https://huggingface.co/datasets/CyberHarem/schwarz_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 500 | 849.72 MiB | [Download](https://huggingface.co/datasets/CyberHarem/schwarz_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 1375 | 1.67 GiB | [Download](https://huggingface.co/datasets/CyberHarem/schwarz_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/schwarz_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 | 10 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | hair_over_one_eye, animal_ear_fluff, eyes_visible_through_hair | -| 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | animal_ear_fluff, hair_over_one_eye | -| 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | eyes_visible_through_hair, hair_over_one_eye | -| 3 | 16 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | animal_ear_fluff, medium_breasts | -| 4 | 3 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | animal_ear_fluff, cat_girl, medium_breasts | -| 5 | 4 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | animal_ear_fluff, cat_girl | -| 6 | 8 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | hair_over_one_eye, medium_breasts | -| 7 | 4 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | black_hair, medium_breasts | -| 8 | 4 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | gradient_hair, multicolored_hair | -| 9 | 3 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | animal_ear_fluff, gradient_hair, multicolored_hair | -| 10 | 3 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | animal_ear_fluff, gradient_hair | -| 11 | 39 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | animal_ear_fluff | -| 12 | 26 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | hair_over_one_eye | -| 13 | 39 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | medium_breasts | -| 14 | 4 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | black_hair | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | bow | -| 16 | 3 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | black_headwear, cat_girl, ears_through_headwear, hat | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | black_headwear, cabbie_hat, cat_girl, ears_through_headwear, hat | -| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | black_headwear, hat | -| 19 | 4 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | black_headwear, eyewear_on_head, hat, sunglasses, cat_girl, tinted_eyewear, animal_ear_fluff, eyes_visible_through_hair, hair_over_one_eye, visor_cap | -| 20 | 3 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | cat_girl, sunglasses, visor_cap, eyewear_on_head | -| 21 | 6 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | eyewear_on_head, sunglasses | -| 22 | 12 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | bow, hair_bow, animal_ear_fluff | -| 23 | 3 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | multicolored_hair | -| 24 | 4 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | cat_girl | -| 25 | 5 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | ear_piercing | -| 26 | 3 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | black_hair, cat_girl, extra_ears, hair_bun, sidelocks, single_hair_bun | -| 27 | 3 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | cat_girl, earrings, extra_ears, hair_bun, single_hair_bun | -| 28 | 7 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | animal_ear_fluff, cat_girl, extra_ears, earrings, sidelocks | -| 29 | 3 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | dark-skinned_male, dark_skin, animal_ear_fluff | -| 30 | 4 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | grey_eyes | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:---------------------------------------------------------------------------------------------------| +| 0 | 12 | ![](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) | animal_ear_fluff, medium_breasts | +| 1 | 13 | ![](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) | hair_over_one_eye, medium_breasts | +| 2 | 10 | ![](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) | animal_ear_fluff, hair_over_one_eye | +| 3 | 5 | ![](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) | animal_ear_fluff, eyes_visible_through_hair, hair_over_one_eye | +| 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | cat_girl | +| 5 | 46 | ![](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) | medium_breasts | +| 6 | 19 | ![](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) | hair_over_one_eye | +| 7 | 5 | ![](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_hair, cat_girl | +| 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) | drinking_glass | +| 9 | 9 | ![](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) | bow, hair_bow, animal_ear_fluff | +| 10 | 11 | ![](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) | black_headwear, cat_girl, ears_through_headwear, hat, cabbie_hat | +| 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) | eyewear_on_head, sunglasses, tinted_eyewear | +| 12 | 7 | ![](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) | cat_girl, sunglasses, visor_cap, eyewear_on_head, black_headwear, hat | +| 13 | 13 | ![](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) | hair_bun, single_hair_bun, black_hair, cat_girl, earrings, extra_ears, sidelocks, animal_ear_fluff | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | hair_over_one_eye | animal_ear_fluff | eyes_visible_through_hair | medium_breasts | cat_girl | black_hair | gradient_hair | multicolored_hair | bow | black_headwear | ears_through_headwear | hat | cabbie_hat | eyewear_on_head | sunglasses | tinted_eyewear | visor_cap | hair_bow | ear_piercing | extra_ears | hair_bun | sidelocks | single_hair_bun | earrings | dark-skinned_male | dark_skin | grey_eyes | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:--------------------|:-------------------|:----------------------------|:-----------------|:-----------|:-------------|:----------------|:--------------------|:------|:-----------------|:------------------------|:------|:-------------|:------------------|:-------------|:-----------------|:------------|:-----------|:---------------|:-------------|:-----------|:------------|:------------------|:-----------|:--------------------|:------------|:------------| -| 0 | 10 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | -| 1 | 11 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | -| 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | X | | X | | | | | | | | | | | | | | | | | | | | | | | | | -| 3 | 16 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | | X | | X | | | | | | | | | | | | | | | | | | | | | | | | -| 4 | 3 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | | X | | X | X | | | | | | | | | | | | | | | | | | | | | | | -| 5 | 4 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | | X | | | X | | | | | | | | | | | | | | | | | | | | | | | -| 6 | 8 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | -| 7 | 4 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | | | | X | | X | | | | | | | | | | | | | | | | | | | | | | -| 8 | 4 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | | | | | | | X | X | | | | | | | | | | | | | | | | | | | | -| 9 | 3 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | | X | | | | | X | X | | | | | | | | | | | | | | | | | | | | -| 10 | 3 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | | X | | | | | X | | | | | | | | | | | | | | | | | | | | | -| 11 | 39 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | X | | | | | | | | | | | | | | | | | | | | | | | | | | -| 12 | 26 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | X | | | | | | | | | | | | | | | | | | | | | | | | | | | -| 13 | 39 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | | | | X | | | | | | | | | | | | | | | | | | | | | | | | -| 14 | 4 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | | | | | X | | | | | | | | | | | | | | | | | | | | | | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | | | | | | | | X | | | | | | | | | | | | | | | | | | | -| 16 | 3 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | | | | | X | | | | | X | X | X | | | | | | | | | | | | | | | | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | | | | | X | | | | | X | X | X | X | | | | | | | | | | | | | | | -| 18 | 3 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | | | | | | | | | | X | | X | | | | | | | | | | | | | | | | -| 19 | 4 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | X | X | X | | X | | | | | X | | X | | X | X | X | X | | | | | | | | | | | -| 20 | 3 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | | | | X | | | | | | | | | X | X | | X | | | | | | | | | | | -| 21 | 6 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | | | | | | | | | | | | | | X | X | | | | | | | | | | | | | -| 22 | 12 | ![](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 | | | | | | | | | | | | | | | | | | | | -| 24 | 4 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | | | | | X | | | | | | | | | | | | | | | | | | | | | | | -| 25 | 5 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | | | | | | | | | | | | | | | | | | | X | | | | | | | | | -| 26 | 3 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | | | | | X | X | | | | | | | | | | | | | | X | X | X | X | | | | | -| 27 | 3 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | | | | | X | | | | | | | | | | | | | | | X | X | | X | X | | | | -| 28 | 7 | ![](samples/28/clu28-sample0.png) | ![](samples/28/clu28-sample1.png) | ![](samples/28/clu28-sample2.png) | | X | | | X | | | | | | | | | | | | | | | X | | X | | X | | | | -| 29 | 3 | ![](samples/29/clu29-sample0.png) | ![](samples/29/clu29-sample1.png) | ![](samples/29/clu29-sample2.png) | | X | | | | | | | | | | | | | | | | | | | | | | | X | X | | -| 30 | 4 | ![](samples/30/clu30-sample0.png) | ![](samples/30/clu30-sample1.png) | ![](samples/30/clu30-sample2.png) | | | | | | | | | | | | | | | | | | | | | | | | | | | X | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | animal_ear_fluff | medium_breasts | hair_over_one_eye | eyes_visible_through_hair | cat_girl | black_hair | drinking_glass | bow | hair_bow | black_headwear | ears_through_headwear | hat | cabbie_hat | eyewear_on_head | sunglasses | tinted_eyewear | visor_cap | hair_bun | single_hair_bun | earrings | extra_ears | sidelocks | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:-------------------|:-----------------|:--------------------|:----------------------------|:-----------|:-------------|:-----------------|:------|:-----------|:-----------------|:------------------------|:------|:-------------|:------------------|:-------------|:-----------------|:------------|:-----------|:------------------|:-----------|:-------------|:------------| +| 0 | 12 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | | | | | | | | | | | | | | | | | | | | | +| 1 | 13 | ![](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 | 10 | ![](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 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | X | X | | | | | | | | | | | | | | | | | | | +| 4 | 5 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | | | | | X | | | | | | | | | | | | | | | | | | +| 5 | 46 | ![](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 | 19 | ![](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 | 5 | ![](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 | | | | | | | | | | | | | | | | | +| 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 | | | | | | | | | | | | | | | | +| 9 | 9 | ![](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 | 11 | ![](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 | | | | | X | X | X | 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 | X | X | | | | | | | +| 12 | 7 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | | | | | X | | | | | X | | X | | X | X | | X | | | | | | +| 13 | 13 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ![](samples/13/clu13-sample3.png) | ![](samples/13/clu13-sample4.png) | X | | | | X | X | | | | | | | | | | | | X | X | X | X | X | diff --git a/dataset-1200.zip b/dataset-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..67a2d83584ab8c2a2de2f5fdbc417b7db1b8db72 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac0a9f4eb0785435a8c62608de2f7aefecbb9eac7974a3d22e308547b8bec02 +size 890997089 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..9ace2f61f0f3aed4c98b458a6c52e96c53f46c48 --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c92c1484493a84b56f0117e7546e58aea5283c349158057af956457ceed2a1b +size 474902756 diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index bd253839ea52d0d39c1bb95a6bbaf5fccd39eb8a..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3baca9ad4e76985fd6d97466d36978460f12a53be4a87643da87ff902d26f56 -size 2015996791 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index 11aa7377e8209553e898ac89c6e26be5e79d3d27..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d917daa257aaf539a49f37c7296ffd55e5b24f0d3281a04c2e761efc2a9c7330 -size 1076477895 diff --git a/dataset-raw.zip b/dataset-raw.zip index 401d20778990e96ef6bbfb49301551df4e26b12b..255a0e695d831dd7c22121ae7a695e96ee3a4254 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:204fca3b182c8ecdd1a5c140c6a4bcecaf88e0c9fe9e6b940b9e2602e32c03de -size 1076590970 +oid sha256:46a4e759559173e743e329fe83e7801a7b56ada4d28e39bbe7655a4e4d2d6885 +size 1094906197 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index 740d2f756cc0d1e545fdf43a4126ba778f421d42..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8541d5a3889964db5e22004eb75092c5b45fdc17a3c3aaf3cac5565dbbd317f6 -size 1797720970 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index fd5eb4660720a3c674d2101400e8f1c91e470cac..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cb5eb5d2d8ef04ae7dbb860fc583fe38a1c31878824ba4f5758597af92ab23b2 -size 1136552949 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index 2b7a6a05777b612cc7d128c054d5dd1c806d370b..edb437d70718c60dcb8c904406037f4cc51f6b53 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:8265e5db60838a1935a4680f375604fddd5d585f678703a5b10ea81b98e390dd -size 1789915667 +oid sha256:fa06c4615b1062108fc9f410e7aca29e29bd483347784da15ac3e7474e02074b +size 1795235298 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index 8b2735f314f221147c5e0eb2a2bab60c9abde448..06eec898f4300248710e46205d1d87dc72c2fec3 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:8a6455ea88f5f8c266faa2f28ed486173b321ea698de0276c214571e22bc166d -size 1128747646 +oid sha256:b31c799e4d0eaf51301820cd7e3a75d5fdf904f5d4e4a4865cf1de7dd3c537a0 +size 1128679714 diff --git a/meta.json b/meta.json index b717cd772042f47b2ce9cfa8f8b4b5ee1fc314e8..c758b0f31d2facb04cde4a18f3a95d5b228d9e55 100644 --- a/meta.json +++ b/meta.json @@ -4,272 +4,127 @@ "clusters": [ { "id": 0, - "size": 10, + "size": 12, "tags": [ - "hair_over_one_eye", "animal_ear_fluff", - "eyes_visible_through_hair" + "medium_breasts" ] }, { "id": 1, - "size": 11, + "size": 13, "tags": [ - "animal_ear_fluff", - "hair_over_one_eye" + "hair_over_one_eye", + "medium_breasts" ] }, { "id": 2, - "size": 5, + "size": 10, "tags": [ - "eyes_visible_through_hair", + "animal_ear_fluff", "hair_over_one_eye" ] }, { "id": 3, - "size": 16, + "size": 5, "tags": [ "animal_ear_fluff", - "medium_breasts" + "eyes_visible_through_hair", + "hair_over_one_eye" ] }, { "id": 4, - "size": 3, + "size": 5, "tags": [ - "animal_ear_fluff", - "cat_girl", - "medium_breasts" + "cat_girl" ] }, { "id": 5, - "size": 4, + "size": 46, "tags": [ - "animal_ear_fluff", - "cat_girl" + "medium_breasts" ] }, { "id": 6, - "size": 8, + "size": 19, "tags": [ - "hair_over_one_eye", - "medium_breasts" + "hair_over_one_eye" ] }, { "id": 7, - "size": 4, + "size": 5, "tags": [ "black_hair", - "medium_breasts" + "cat_girl" ] }, { "id": 8, - "size": 4, + "size": 5, "tags": [ - "gradient_hair", - "multicolored_hair" + "drinking_glass" ] }, { "id": 9, - "size": 3, - "tags": [ - "animal_ear_fluff", - "gradient_hair", - "multicolored_hair" - ] - }, - { - "id": 10, - "size": 3, - "tags": [ - "animal_ear_fluff", - "gradient_hair" - ] - }, - { - "id": 11, - "size": 39, + "size": 9, "tags": [ + "bow", + "hair_bow", "animal_ear_fluff" ] }, { - "id": 12, - "size": 26, - "tags": [ - "hair_over_one_eye" - ] - }, - { - "id": 13, - "size": 39, - "tags": [ - "medium_breasts" - ] - }, - { - "id": 14, - "size": 4, - "tags": [ - "black_hair" - ] - }, - { - "id": 15, - "size": 3, - "tags": [ - "bow" - ] - }, - { - "id": 16, - "size": 3, - "tags": [ - "black_headwear", - "cat_girl", - "ears_through_headwear", - "hat" - ] - }, - { - "id": 17, - "size": 3, + "id": 10, + "size": 11, "tags": [ "black_headwear", - "cabbie_hat", "cat_girl", "ears_through_headwear", - "hat" - ] - }, - { - "id": 18, - "size": 3, - "tags": [ - "black_headwear", - "hat" + "hat", + "cabbie_hat" ] }, { - "id": 19, - "size": 4, + "id": 11, + "size": 6, "tags": [ - "black_headwear", "eyewear_on_head", - "hat", "sunglasses", - "cat_girl", - "tinted_eyewear", - "animal_ear_fluff", - "eyes_visible_through_hair", - "hair_over_one_eye", - "visor_cap" + "tinted_eyewear" ] }, { - "id": 20, - "size": 3, + "id": 12, + "size": 7, "tags": [ "cat_girl", "sunglasses", "visor_cap", - "eyewear_on_head" - ] - }, - { - "id": 21, - "size": 6, - "tags": [ "eyewear_on_head", - "sunglasses" - ] - }, - { - "id": 22, - "size": 12, - "tags": [ - "bow", - "hair_bow", - "animal_ear_fluff" - ] - }, - { - "id": 23, - "size": 3, - "tags": [ - "multicolored_hair" - ] - }, - { - "id": 24, - "size": 4, - "tags": [ - "cat_girl" - ] - }, - { - "id": 25, - "size": 5, - "tags": [ - "ear_piercing" + "black_headwear", + "hat" ] }, { - "id": 26, - "size": 3, + "id": 13, + "size": 13, "tags": [ - "black_hair", - "cat_girl", - "extra_ears", "hair_bun", - "sidelocks", - "single_hair_bun" - ] - }, - { - "id": 27, - "size": 3, - "tags": [ + "single_hair_bun", + "black_hair", "cat_girl", "earrings", "extra_ears", - "hair_bun", - "single_hair_bun" - ] - }, - { - "id": 28, - "size": 7, - "tags": [ - "animal_ear_fluff", - "cat_girl", - "extra_ears", - "earrings", - "sidelocks" - ] - }, - { - "id": 29, - "size": 3, - "tags": [ - "dark-skinned_male", - "dark_skin", + "sidelocks", "animal_ear_fluff" ] - }, - { - "id": 30, - "size": 4, - "tags": [ - "grey_eyes" - ] } ], "core_tags": [ @@ -277,53 +132,53 @@ "cat_ears", "long_hair", "grey_hair", - "breasts", "yellow_eyes", + "breasts", "bangs", "ponytail", "large_breasts", - "tail", - "cat_tail", "hair_between_eyes", + "cat_tail", + "tail", "very_long_hair" ], "display_name": "schwarz/シュヴァルツ/黑 (Arknights)", "name": "schwarz (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": 1392 + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 890997089, + "size": 500, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 474902756, + "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": 1392 - }, - "stage3-800": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-800.zip", - "size": 1392 + "package_size": 1094906197, + "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": 1361 + "package_size": 1795235298, + "size": 1375, + "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": 1361 + "package_size": 1128679714, + "size": 1375, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png index ce93bb9b6521f1a180598ba4dd1d2a1f5c352bf2..51e21ee28f1f7c5ecb082b3c938825acb02d83fd 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:c2c92d1e27f3980f81d1c62d154d3c9ebccc857955a8ad97d0eca95fc47eb7bb -size 338684 +oid sha256:5b1ed55084c78eaa8eff2d0ebd867a65bb99e1d7fe5f2be03120ddd11e8d4064 +size 505221 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png index 90795d28adec1f0bda73bd2054a96ea7bc314f25..d6f86f1f70a23d952aa20d371c3d61592481f910 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:2ba39fa9baaef7427cd11ec68ff75423f9e4318369e85112267ac2ccda212be6 -size 317927 +oid sha256:2ae7b371234e0da024a8d37a35c25f7d02c181599791b9f7a30e6fe12f260bf2 +size 478101 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index e43dd7a90d1a9dc48a9fd3fa14b1204059ba5870..aee7e9f7ce96eef1540ab614b17823ba99f8eadb 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:299bf2486dcdc3b2de5943e40ff8efde52e08bb34aa751cb818728030772d3ae -size 491003 +oid sha256:6310a1b36dfafed3a853a770d1f62cba56cf2b67ac9aea9ea6965d727160d655 +size 431213 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..3bced77a922aa1fa6134184fb165961ba106d3fc --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee74b9f8efd07ec3befe268ac47edf36b912251cba011ae6030ac034b8b69ee +size 234651 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..f46370ac18c3b6be94e9c2160517d452b2fe214c --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf27fc1d351ae9e28ef2cec000a038491e74f61f78d7efa15665b8df878842b +size 376031 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index 2ff391af712f4ce36cdacd5d772678a83ede38cb..0ed7b14f6fd4bac947d336d6744f12472aeb97ec 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:30d1d852c54cb7b643bad1cd4bbfcf77ae07530b7b451f332176f697b7bc6615 -size 315820 +oid sha256:019a56c847f5313a907250f38f4efdbf4528b13cbccdb519aedbeea5d3555605 +size 423627 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index 6b864a9ac21706477b08af168baf45d25c554d2e..cbdb0bf7e876812682b4e0b5343c9699d80c4d51 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:4422e396d12f734ec9bf5264866009f3691287ca7dfcd87913edb6564debb882 -size 307353 +oid sha256:94eb173821d6a3b8eaa841805bab2f3308e5e4aa567ff9f51b3a78a8b464b241 +size 421522 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index 5f5ce12729719e48fc4045b4fc49894a317638d8..587e81118babdebaae75dfdc741011d7774af040 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:88b20251c00ad63cedc9f314ded1a6a7b71c4381bbc2473cf0616f797b4dd54d -size 334869 +oid sha256:2ef18455a3f48b38063b0591a19bca592ba8f042fd348de6342bcd386613ade4 +size 393150 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..8a5f8bd2f3158e07323988e0cc95c1be110d99bf --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8600c8c2166e3f0b890f891209410b9317297ecab5b7e266b2035d0da83913b4 +size 311236 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..67282bcef4ef6cea1969a8b7d0878baa6d152bec --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9f0424a11b0129bd674d91f5c066922fa071ab97f3e0db8e5c2c90d46f042a +size 503977 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png index 3e6bb5067b3e1c349ec2388da99a02c74793a634..f2c230a43e4b3c36ae02acc84352b444bcaa48e7 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:cd4f8bfbda369cc234ad04c831796a5525e10f21486268fb78dfe4825eaf2ee4 -size 372572 +oid sha256:1b4350e7018346e521be9f3827b390ae94caca4470726203bc6b59bad9b6aed0 +size 444340 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png index df1834f7af9d4746058d1ad158d573564b895cff..232c8061b57e8152303690c5c4b77c7730fbf43c 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:aae10f94c5435dc3a7d5019af6097647a3845d9c8dfdcf2639274e548bbfabf8 -size 396678 +oid sha256:5432ed88b84d89d14d6dd44b794aadcf6fcf8d3f1dd070345a71c02092857675 +size 272525 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png index c0cdd3ee3ec47c8178dabbf73d13a0988f7b0ea7..72c380f100ddfadf1d65ead80152b852fbb4896f 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:8a32d589c081472658adb0f48637ef6c8b86b9acea2d9c66da5c0b1a0aa07ca7 -size 398020 +oid sha256:c2f181905ee9b4adcc32ad04b1bf22bc9d918c523eb34b1b42af76fa232793bd +size 330899 diff --git a/samples/10/clu10-sample3.png b/samples/10/clu10-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..580326f4aaede906ef91448096e172db5e9d2cd2 --- /dev/null +++ b/samples/10/clu10-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab2c15b8f27aba10c95ec2c842011a750873ecd833016779c4c53cccc7f393c +size 295183 diff --git a/samples/10/clu10-sample4.png b/samples/10/clu10-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..3e0ef10875886e2bb77da98d22844771783e8e0a --- /dev/null +++ b/samples/10/clu10-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e3e3d3b046b2b3abfaa89b89b63fce2c037f018d376a7513c6de1abe36c757 +size 380830 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png index fc5965fcaf8d8113122e9de5e3e22bbb2d2db7c4..7a265126d7513da38949282a7ef5796187e1bbf3 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:0ee3d07c82de476e9dc966c7196e6949e183e40b3630a6df834456372f5c1766 -size 413525 +oid sha256:98b8c95ee1cd0db5fc4535ad68b47ebb8db06be9143c7530d62e57c492f34f6c +size 418060 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png index ebeae89d8194926af3802cc177340af0279e0bc4..4d6d0e70b59b234c9298030489fc16d1d4e8a5ed 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:c4c4427df013955632b654e2277f949be63f61dc01803eced39089f86f397b84 -size 474039 +oid sha256:268fc7dc23f6186dc35a6aca0fc26162df97d9b165607beb90ca9a173cdcb8cb +size 527754 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png index f09fddcaa59a76190aede4b01ecf4d58513055e1..933e4ab8f99cf8f725cd4084818a8aa974710d0e 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:840682c6c652952767bba0233cb34252698ea85e724cf735940889555d57cb84 -size 234172 +oid sha256:0bdaff5c23c8627491f14c2151389abfdd8553e8d7a4aefb48cad0dbfbae26b9 +size 450655 diff --git a/samples/11/clu11-sample3.png b/samples/11/clu11-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6ad734c5249909c4f41500422ac05904a6b38217 --- /dev/null +++ b/samples/11/clu11-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f14feef40ebc29bf7ee7f64028f10bd69894a47c72cff3df9115a80d75befd +size 551918 diff --git a/samples/11/clu11-sample4.png b/samples/11/clu11-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..140963d63e2a3f732a49dbc4345c8ad3439dbdb8 --- /dev/null +++ b/samples/11/clu11-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f9a9f38cda2cff05e73b548f7c307376972256349e3e2145406a8219229831 +size 416970 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png index d336512023abb5f087ab6edb549a5e12e215f7cf..d178e35708b598963c1a2a675819726aa5fd6fe2 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:9d18964c27983fdde70f1235bec1a9b15720a5af194759af36c1edf1e5e904f1 -size 291084 +oid sha256:e0daeaa9c1ab0a0c327db0bc7e5e5af41f5cfdcdf92830e811cedeec70470ccd +size 456937 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png index 032857bc2b4e197e105b1c920578ef16bcca5d00..9bf34ddcb543707b78beb9234bd711348b791b54 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:e7cb6cfdc6ad35779e3472fac50af3f158a2ab01d1c93c86ea9ff70a1092285f -size 336057 +oid sha256:44abb3f996b6165d3d0fdbbb5d1db2b8b657d578a3fcf9519ff1f99bda547d05 +size 359781 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png index d2e1b5cc06d87e01773c7d3990a491063e3659c6..8ae3b987f7827e2b2cb601268879e0d100fac8a4 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:db1287e4fd2fab32351453e97667cc5a43f1b801edf931c4af194aa51e87494d -size 368801 +oid sha256:fc68c7fa52830dc92371ef17c64360957174479e52ffc7cbd791a065138b8220 +size 225102 diff --git a/samples/20/clu20-sample2.png b/samples/12/clu12-sample3.png similarity index 100% rename from samples/20/clu20-sample2.png rename to samples/12/clu12-sample3.png diff --git a/samples/20/clu20-sample0.png b/samples/12/clu12-sample4.png similarity index 100% rename from samples/20/clu20-sample0.png rename to samples/12/clu12-sample4.png diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png index 099e65979f458038369ca35f92da72160e87a39f..2ef82b4a170ce91643f00e90ed4baa4833075813 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:a97596c9928e4726451231e464e6b2eae368e878ee5e4a193a17c90b5e14a5bb -size 332066 +oid sha256:78719160ccd5019642f4cfb170e52a898481b1a6fbfca6e76f325bb0c517c4ee +size 306935 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png index 78a23441a71eef967fa4c2f364b6b6084f4272ae..b77c6787323f54fb978278e87afc674b625082b4 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:817bfa3cf6a184fe3a4d7ebefb9920b71f55c0beff406a105ca2680f03f53df1 -size 373219 +oid sha256:f66f9c682d18204cfa04cae17ead5b5a45d5e5a3c973aea902eb872d47318c26 +size 422220 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png index 25ac03fb0bfabd31c092f06d0efd2be81fbfee87..de274cfdad7f4417052ae3ebfcb7eef9dfb4f5c4 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:6f7ffa34cb901b79cdacb41624aeefde4a0a8a111fd93cf972b1ae7dad16b92e -size 228957 +oid sha256:c658a24530ef697158b6c3b899954828b78b71be21db6e21eb052a9b4da01487 +size 490370 diff --git a/samples/13/clu13-sample3.png b/samples/13/clu13-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..4a5a59a3363d46ede69cd15bfdc9351a0efc9751 --- /dev/null +++ b/samples/13/clu13-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc470aee4d84a93054f05af7a2fa162227ce880d6bc59e167e5de059caa4462b +size 244177 diff --git a/samples/13/clu13-sample4.png b/samples/13/clu13-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..f843b917fdfbd5062792167eba041888acdfacd1 --- /dev/null +++ b/samples/13/clu13-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad5ba0b21fd1dbd1ab2c2053ee49119ae98bff409ae237a53837d0f2c4eaf98 +size 214559 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png deleted file mode 100644 index a9ccac1d69e77424e40fe24a23518dcfe4ef91a2..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60413617c6e76fc2f3376f275b98d728cf0671f3ac7522f316209aca7336966a -size 277845 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png deleted file mode 100644 index 26200c418b1d49deb86c3c10dcf8ca6300b3a525..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5eb693b75b4d64940575000fea735f3617c7dbe1a1b2e48e23a634843334f3f4 -size 593255 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png deleted file mode 100644 index 6e3fd820cf6e1189b8950a57dedb90a257ad13a0..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:444d28840517ac7ca4cb325d7d92d7e79dad9e42d2a77716aeb144e1a919646b -size 404000 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png deleted file mode 100644 index cb37d7c0d707ded0a442bee1f48ab20bd1992546..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39ed4d6dc094144713e05bf3e68f782b197d90c5f68100a5d5fb255a57259fb8 -size 258222 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png deleted file mode 100644 index a0810b7b65eb46322b80c36289e6c071e89a9a8d..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4c4d96ebde35669f4a63e0898440868fc24a56a16679fbea223f113adf0264b -size 259103 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png deleted file mode 100644 index 854a63ecad68e1ec97fef9248351633b9642cbbe..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10ae2b113db05e5d6c6fd6d961771bb623cd95a71918e180dc85e67b582016dc -size 395707 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png deleted file mode 100644 index bc55826c556729875e585f02e6d4f9207fa442fc..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a45604ced03832d023f6364b13f7f2afc669f6ac41f18eafaa09463f9da2bb0e -size 284277 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png deleted file mode 100644 index 90250f4d43253dd0a97e19ae78148dbbac0b4a36..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fb3171f9ecb87a2a77bc4c6b18a1a794dd4972ad60f0d34ab4ddfde4ea86fcf -size 156866 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png deleted file mode 100644 index 44f4aa1d04cd37ab22e81408c6e1671b6d663427..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8cb13ccd52a6ee5dafff84e357a6fc023a7f17306fe10e4745006e73600f858 -size 369246 diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png deleted file mode 100644 index 6825c236e62762ccc6c84daa67bd8e7e554fd58e..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad22a7bfc0a32e7350aff755cac4e99e56df67164a7c88d7269f2abf085325ac -size 414370 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png deleted file mode 100644 index 72c380f100ddfadf1d65ead80152b852fbb4896f..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2f181905ee9b4adcc32ad04b1bf22bc9d918c523eb34b1b42af76fa232793bd -size 330899 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png deleted file mode 100644 index 360ebe3e7b82f49d83fb881c8abbb0f06876b9fe..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faab4374c46459a26cdf58b5e6aed35a45d87f9b3fee36d37e4b3827ba054885 -size 108199 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png deleted file mode 100644 index 547b227502dae8d322e611b1b02a665cea0de12a..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:633070fccad6b6c7bab76a68102811ba57a8b8d2968a0d9e82a3d55b97dd0cb7 -size 273610 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png deleted file mode 100644 index 251dbbad545bdc35b5ff53ef4451907324b6323d..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:834ee514c42a2b16c879e1efb892f1bb09d388f32fea06afdab2ef8e9e86a3b0 -size 391784 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png deleted file mode 100644 index 54b80c2eb14f29154696453b616ddeb4ff9c63d6..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3dba2d6041feb65275ea1b5fa54d911a7be93f43116b3d8ae2583ce95ea7bf6 -size 230058 diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png deleted file mode 100644 index aa34f761871a200d392780d502a64b66ee09e83f..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bf1a9aabb7365d4f457f618717f8caf497cbae875c33d883cea236e919ae368 -size 270382 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png deleted file mode 100644 index 8ae3b987f7827e2b2cb601268879e0d100fac8a4..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc68c7fa52830dc92371ef17c64360957174479e52ffc7cbd791a065138b8220 -size 225102 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png deleted file mode 100644 index 6c57493e0be08c8a288c78187af44de20c2c684d..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caf255da62e14408fdac11903de722c1540b7084cc9448ca73520669c7b02713 -size 212559 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index 7d89f9e2368e298220e9e297c738bf1da698460e..7ebb66fa1c98c46cb5d540edc0d1fd2c97e1e9a4 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:a54c6a7dd19b067daa68c6951f25edd14fc7460d7f2557ce72552b739c5a3b22 -size 539625 +oid sha256:c41c53df10be829dc423a500f1c743c0c93d6b553da03819e3cb27aad0ca99c6 +size 344059 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index 95e5f3b7500b9478e8ef891669f087d44d82913c..93a4591436ff865fb510b4bfaeb4e08c57428914 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:c78060b79a169b937cd53fd4a5992cea80efeb1cb5ce993111a10839b8c1f0cc -size 371214 +oid sha256:6eafbe091014fd0b98b51536da93d01f5f039e3ddfa49651c8ea1b362b1b0ff5 +size 350813 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index c50406451bd3d603ba57a3f63efecfc208408a08..d08100620ca61e0847e0902acd7dd66d24c07f24 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:fbe27035eb0eb81be65573e4419944861808f4c04d67cc36851a79f00ddc437e -size 346553 +oid sha256:c128779df2808bf62dedbf55095112654243c093bb0aa7672f8515c6c613adec +size 299619 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6b864a9ac21706477b08af168baf45d25c554d2e --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4422e396d12f734ec9bf5264866009f3691287ca7dfcd87913edb6564debb882 +size 307353 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..2ff391af712f4ce36cdacd5d772678a83ede38cb --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d1d852c54cb7b643bad1cd4bbfcf77ae07530b7b451f332176f697b7bc6615 +size 315820 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png deleted file mode 100644 index d178e35708b598963c1a2a675819726aa5fd6fe2..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0daeaa9c1ab0a0c327db0bc7e5e5af41f5cfdcdf92830e811cedeec70470ccd -size 456937 diff --git a/samples/21/clu21-sample0.png b/samples/21/clu21-sample0.png deleted file mode 100644 index e96ea96c59dedd6af45060e8ee5a1a594bd8af43..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:285cb891476958e7b68bafdd928e7923d1b42d711bed4bda1f787216f4617858 -size 347986 diff --git a/samples/21/clu21-sample1.png b/samples/21/clu21-sample1.png deleted file mode 100644 index 933e4ab8f99cf8f725cd4084818a8aa974710d0e..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bdaff5c23c8627491f14c2151389abfdd8553e8d7a4aefb48cad0dbfbae26b9 -size 450655 diff --git a/samples/21/clu21-sample2.png b/samples/21/clu21-sample2.png deleted file mode 100644 index 37eea2973e37ff9de5cf934f0223e2adc0f8e400..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ab2da9385ea47b58fc2b2eec2a59b508ead96b4bdc272bcac9ee27ac4eae9fb -size 319814 diff --git a/samples/22/clu22-sample0.png b/samples/22/clu22-sample0.png deleted file mode 100644 index fdc0320e0abfe49fc433b8f69ee71f709d15dcd1..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:adfb5e512c2f16032d73b21ecdaa36a97b1e79fb611a64c0f420471273b7aca7 -size 503547 diff --git a/samples/22/clu22-sample1.png b/samples/22/clu22-sample1.png deleted file mode 100644 index 64e10299ad03512c17b9d9bbd304390307316dc5..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:340db8e3411b1260747b7fb7df447582146720d37695df7096e1afa3901efcf5 -size 315971 diff --git a/samples/22/clu22-sample2.png b/samples/22/clu22-sample2.png deleted file mode 100644 index f5def565318c92e481552bebada38b9f5ac5335e..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b8cb8f1501b2b79f7a7511c247149edcb503b000932ec5eab0d414dbdbd0df1 -size 345484 diff --git a/samples/23/clu23-sample0.png b/samples/23/clu23-sample0.png deleted file mode 100644 index d41fc4a73563bb40a0dfa847162ee22f5f822bd2..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0ada729c03cfe78c0942fd949f4e89cad0f545ed21fd87618d13369c437c311 -size 411096 diff --git a/samples/23/clu23-sample1.png b/samples/23/clu23-sample1.png deleted file mode 100644 index 8e93ab570a923f0b01b84777638b0fdfbc5c6282..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3598638bae07319bfc012d9bd69f191a36bc1c577e8a2a78aa56fecc77aabdd1 -size 233752 diff --git a/samples/23/clu23-sample2.png b/samples/23/clu23-sample2.png deleted file mode 100644 index 99239e3a8c15bf848e8c2fd74f1fe3fb9b73d394..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:097b456e249dee036f68ef6dfbb48e661cb617ae26b97daece61d15f0c360d18 -size 450450 diff --git a/samples/24/clu24-sample1.png b/samples/24/clu24-sample1.png deleted file mode 100644 index 287800592982bf4a093fe2037363355017fee3b6..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4661bc7cb648319a90e504be479869d542c4aefa02034a0492dd72633ab6483c -size 219319 diff --git a/samples/24/clu24-sample2.png b/samples/24/clu24-sample2.png deleted file mode 100644 index 43fa5c3208801d4cd40d2bed82bf420bb576cede..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83cab111a9e09f4e04d2d6bf51ea4e2df09d39d532ea70c50ce2810a0f627f3c -size 418976 diff --git a/samples/25/clu25-sample0.png b/samples/25/clu25-sample0.png deleted file mode 100644 index 446251cf93db6027725440b04ff5d6bc1c1222c1..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a596dd0e6dbdbba21e3bd18b7720b736c1f831a643f927310735c6d01dd04f5 -size 443764 diff --git a/samples/25/clu25-sample1.png b/samples/25/clu25-sample1.png deleted file mode 100644 index ea6686b791f3a74941e3021618913e965608eecd..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:34f3df85cf22adf80073d34e83777f22eb9262489d9f3e8abe140fa952703942 -size 447914 diff --git a/samples/25/clu25-sample2.png b/samples/25/clu25-sample2.png deleted file mode 100644 index 6ebaf1fe2e2650cfd59a43b963295be3cb7948c8..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67356b0a10b2d341c859c915e58de8cf12b8ad22d9e936b502deddac01f60f14 -size 287618 diff --git a/samples/26/clu26-sample0.png b/samples/26/clu26-sample0.png deleted file mode 100644 index b77c6787323f54fb978278e87afc674b625082b4..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f66f9c682d18204cfa04cae17ead5b5a45d5e5a3c973aea902eb872d47318c26 -size 422220 diff --git a/samples/26/clu26-sample1.png b/samples/26/clu26-sample1.png deleted file mode 100644 index 93394d256722d8ba3a6dc711377448e41c0b29ce..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:963d4e5287432c1022af43828547a0029d9e51d4e8d46864dcf21544ef1fb167 -size 276311 diff --git a/samples/26/clu26-sample2.png b/samples/26/clu26-sample2.png deleted file mode 100644 index a3803ccebe3822fcaf833cd7fd3007170f848165..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a101125cac79761ab864d2bb8114c4caa8e159361197098cb683fda288e05ed -size 318273 diff --git a/samples/27/clu27-sample0.png b/samples/27/clu27-sample0.png deleted file mode 100644 index 41e4c3037819e076dc4a4137e94dd89a0316119a..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:368ab4fae55bfb14641416de1c0111979fc42f55475d17e798c24e297c4f90da -size 210848 diff --git a/samples/27/clu27-sample1.png b/samples/27/clu27-sample1.png deleted file mode 100644 index 2f68dd40de7a541dad8c43711088cc46bc756314..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ea69525e24f2c91da358955b0d02dca0ed95fc2f527b37dbf9ced99713412ac -size 281244 diff --git a/samples/27/clu27-sample2.png b/samples/27/clu27-sample2.png deleted file mode 100644 index 41250b9e7d76956d35b0d5c0c0eb04d4b2e8fa19..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe86bfe680487d38889f14990788a902e5a2201cc52ee7866e6b343df42d4871 -size 434536 diff --git a/samples/28/clu28-sample0.png b/samples/28/clu28-sample0.png deleted file mode 100644 index 37aa535916823bcf56722d6bf3e6e8719092bd2f..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1103818273594a0029e20a0758720d0ba56860d5bdf117f27ff9782d2e1d8c2 -size 511909 diff --git a/samples/28/clu28-sample1.png b/samples/28/clu28-sample1.png deleted file mode 100644 index 47ec149566d5f5fa72520f13b8cb3acce9b421b9..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dac006cf0b8204bada04e1dc998ad67dbcdffedf9a85ef39bb9e1200c55789a -size 460541 diff --git a/samples/28/clu28-sample2.png b/samples/28/clu28-sample2.png deleted file mode 100644 index 8853f599eee8a1a10833154f5ea8c4e764bdd2ff..0000000000000000000000000000000000000000 --- a/samples/28/clu28-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec9f80df42388f99b4d58b6b5620d6415b5db8824907bbf8c6d9e853991581e6 -size 422196 diff --git a/samples/29/clu29-sample0.png b/samples/29/clu29-sample0.png deleted file mode 100644 index f834f5631ecc1ce6d3bbadfd9adec466f1b5f903..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b1f20243834422ab6b45f1273693294b5d9011a529acd22e56675200085222c -size 362896 diff --git a/samples/29/clu29-sample1.png b/samples/29/clu29-sample1.png deleted file mode 100644 index 277631f803cbb97826d66ee789a0eeca5030dc80..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c1c741eb7ef86fb99cd81964e459893be7b77d413df76ac96e76f2d4b2cf6a1 -size 248988 diff --git a/samples/29/clu29-sample2.png b/samples/29/clu29-sample2.png deleted file mode 100644 index 459552cc854d7c9915780a6dd6963ae96afaed7c..0000000000000000000000000000000000000000 --- a/samples/29/clu29-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9a7aaf937ab6e7a225d6c85dd76fc4451609e4956d4ec7df7af18be67737a649 -size 390268 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index 768f5c7b39eee10584f88c4568b59af6c4c92655..90795d28adec1f0bda73bd2054a96ea7bc314f25 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:7742e66359bbeb727787c34390765dbb63bfac3d66b496de2f4e76ea1a1a918e -size 472277 +oid sha256:2ba39fa9baaef7427cd11ec68ff75423f9e4318369e85112267ac2ccda212be6 +size 317927 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index afbd6f11d9230884de60221cc9185b1a30e92442..3c2920eae3fed632b62a7f86237aaa03459c2725 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:39317136069de48a6094c014608b3fb45aaf0fd5acad2edc0481409ba3670426 -size 191513 +oid sha256:a7dc5e8432c7f254711c5a889988ffd24f1fd4833c5ba82d8c0d732623099abd +size 481981 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index 38bdbb4217d9acb9753112a59455514008eb9f01..0efeb6f6d95e0b954bd63f2f355a4cddc265bccc 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:7541de050d9b9757b198a064e9195e67365a0f86841586d7fa251ce19ac51f39 -size 497720 +oid sha256:8023b429a93ce37178e057a9ae76186aa7ad4c01240222132d1049f9f05de84f +size 310932 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..ac2ae4b7e70e79769bc2a671b35208953ac48d81 --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df6f052bea4696f098daa9c4f34f2318a9c0856ccd053d40fb4978fe8ea28e6 +size 460901 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..edce7f1b4b867f3a0aaa33a6902ab613a4961eb1 --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6dd628dddb00d5ca2bed46f8bdcc860b4f605dea40895ca819b46e071ffefe +size 297312 diff --git a/samples/30/clu30-sample0.png b/samples/30/clu30-sample0.png deleted file mode 100644 index 37fcb924d94069108761fbf109c1420aa857a37e..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8dc953693a29ed8913606f4afb78aa2cd610d4bafec0804608f11f58643db407 -size 257283 diff --git a/samples/30/clu30-sample1.png b/samples/30/clu30-sample1.png deleted file mode 100644 index 5ddc6f7dcc9c90efc3131f0855a14af2afba6c36..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e9fd74a44927fbbfb13f22340ef4fd71f6cc7b858fde0920c0b6daca9c6d5d3 -size 311164 diff --git a/samples/30/clu30-sample2.png b/samples/30/clu30-sample2.png deleted file mode 100644 index 4173c09fbe6d4ead80b7e3141529336d334f2f2a..0000000000000000000000000000000000000000 --- a/samples/30/clu30-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4b9bf18381c95920576b4bd339135d9d3ddf6e25093d8071e70320de0078b6b -size 488753 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index 1d5e2bcf1d2b3bdf42f3b68bc51655e2ff8d1f4a..f6c2c048db6dc4fdbb68e6ece5366c401ad5946f 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:a970af5b0c1f611afb0a2bcd3b6ffa63729e09fdf8e96050eef62c320d9e6b36 -size 321319 +oid sha256:5de725be1a008eddd9397dd7cc5d961c91d929bb118ea66c23e58b800f9395b8 +size 375356 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index 24982f60e606a3cd70a954cb320e826f98fe62fe..7206068d1d8d4f0f970a2809498da54461d5a2a7 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:9e7f84e5860bdfbfadc64bd0c8f35213f6817113419e579f0fe547992bcd5854 -size 304291 +oid sha256:df99f7838cfa67efc08936829a3d9f528e28d2fb390ce8d007f5831c052bf70e +size 278825 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index fc22b48c85c4471b752eb62e6296b9bbb9f09ca8..43fa5c3208801d4cd40d2bed82bf420bb576cede 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:6bcb4f0efc76932bcb557c000856cccee351bbdd485c78b7d8a97c3c02baa6a6 -size 225677 +oid sha256:83cab111a9e09f4e04d2d6bf51ea4e2df09d39d532ea70c50ce2810a0f627f3c +size 418976 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..941917cd29659629877bfdb1a13e93c3913afc76 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58817d00485abe6612865fc4732141564dedc5073fb1757092b0a906d49ab61 +size 142984 diff --git a/samples/24/clu24-sample0.png b/samples/4/clu4-sample4.png similarity index 100% rename from samples/24/clu24-sample0.png rename to samples/4/clu4-sample4.png diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index 23f8b6fb8d65beb96c6673b6f098ac803e9dc88d..91536aac8a1d91ad293ea3078e5fcf4d7c8e5bf9 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:1683c8ea1e52ae1bedb19913141623f58a000b4d3aa4e164372d9bf374afb6eb -size 517394 +oid sha256:b82ec17638fefb683c1e5c796e94036a6eca3b118076a7353d91664f4bbe3ebd +size 560152 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index ad3e1a1582f980f820b8997a72a439d3e06527ff..aafff11d9827e3bd19c21c41f83e05b2561499b8 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:bf0e49b4efd1e69c945879edfe7882374fe3201bfaaa2016a3e9555754359464 -size 221043 +oid sha256:9642d58919645c6833b1446a8464f87aac213e352dab0588f42e0a531b131a93 +size 246967 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index f4a77e9a58afd6af7b563d2a3260c0b9b0f33a30..e653c94f8170926898495eaca98d523aca004caa 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:f028000dd1e29e8ebb0f65357b9b45d29f78821a7fe02951fe278827198ea750 -size 249564 +oid sha256:55561c1c8de485228b572517bbe796a024bbda75dc8412880f2abae76a2a00d9 +size 551294 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..a0a665aa4d7fdcd9f6450db3d83adbc4449f1d67 --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6789b96edce2808ba5ea0b38b19153c18e63fd5c134aa8243b009b65df866cc +size 382350 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..9274e74ef155e637c03758f8f43f1bb38fe95c8b --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b2db3e49c0c0443d9da3434ab464a4a1448d45f2e7e2895059bd9bc1aea9bda +size 286155 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index 8a5f8bd2f3158e07323988e0cc95c1be110d99bf..032857bc2b4e197e105b1c920578ef16bcca5d00 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:8600c8c2166e3f0b890f891209410b9317297ecab5b7e266b2035d0da83913b4 -size 311236 +oid sha256:e7cb6cfdc6ad35779e3472fac50af3f158a2ab01d1c93c86ea9ff70a1092285f +size 336057 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index 997f8d91b7a205a1b9015546b197b6433f119465..176e95a7e27e9abc0ed6ba491dec4eabc93b01c0 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:54f3266ab61ec2a8dff63889857b9546bdc2fb7dc8351929f49087d8d01aaa68 -size 336729 +oid sha256:a1c096c9dd4992839b605daf05c23bfea29c8f967c92e08adc1e35657b4d6008 +size 492344 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index 891ff65f018c9338a552e39bff626da37ad88f0f..e5ac3e124896e097ddc9b34dd4e311241c8fc0c7 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:89c30739d7c10fac7a81396cc1b175622c704c25c5d8663c077c44834b78be73 -size 365241 +oid sha256:cbc16d8f788e9fdf2a879a448a32c7a8c820904e1d7e66418361d0e6b87f40d0 +size 385994 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..c12d5d081b5b5fef22ee2a41831787392f97a282 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815f14dbb89b9b1b845e1353b96ef15c458f091f74c732d048bc7f420b1fc41e +size 415401 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..f72e2e932839c5b14c8681b7a8d6937d0ba7a1fc --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153855e7d1bc03f02f9ada292a3ed13e72e956cdf8f63d1856bcff902f2dc98f +size 446668 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png index 09bdf89eb64ad8a9e1eb937996d25ec722f5e267..a409fff369520f22e884d3518448a81c3bdf23db 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:dcfa869d62aeb1498a9a94ab38e6bf53503ea4f473b1ade04f734da2b4c74506 -size 302399 +oid sha256:5caaca04340a46da85fc3b262a7192770e40ec67f2eec939a1110545cec16ef9 +size 403806 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index c6ba62103b15aa409101ee49c5ba7c7019606d88..7457e461148f7649b1b9fd0c0d640ed73af525e0 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:e23b20b475d33c9c01c16d3f012d225ed6e83db650274a2a5b8eb1f231282ecb -size 184266 +oid sha256:90bf23d5388b99b79fa77365f58bfdc58a7e446c9f058c5043f5838cb6131cd4 +size 428351 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index 104b09cf6d66a21a770713cfd98745f360367783..3de8738e3ae485d103aabd81018b9ea9933a1ea5 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:a2b77090f8720667d3c0ab482bb23ac7119a1c4319c3a5664b2c93de61f36fd8 -size 528785 +oid sha256:c4c1ccbce68ad1948c97faede0b9b35b70812f88c2f406a7d004106fb911d491 +size 392733 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..8fe30bfd1af699c1a2e333d313435e919f332129 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be5517667a64ab047a789f763418bef17b6d585753c1e73b2f23b89bf3adbcb +size 309823 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..7d6f72746369c4ea3480778a1395aa8d17faeda9 --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40165fe3dd411160eff0ae834af8cc7080fd227fc63872936393c9fbc98ce8ca +size 328091 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index a6b7d8895a8bef3be2e7e432d759bba706b6e749..19765ff8bb53675e225145c5d8ab484bfe32d996 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:b2d58690c39fb0a9b29cba3af817fdd0f377e838d625486f297271c68eb3b4a2 -size 298081 +oid sha256:af7dd693f0c676c6d41d518a2fd6982bcfeb4824b95d4676a0391213be8f02ea +size 436498 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index 85ccc627613ee4d8024c405a6ffcd26c49cd5dda..48e26bec2b96f03adf2cc2d433d7b931e39efd97 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:e1d6c99d44d216c8f80686f0ac599eca72868d85196c9b9638eaf1bc715cb765 -size 253428 +oid sha256:a4340c5142b7824d7c98b6f0bc33cf0af3e8d255d31396675cfc7703004de419 +size 286831 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index 9e6006f078e9fc17dfe1cec981a0a20aa749cfe4..967711ee31f3607d1f113c7a5cc01f52044675a1 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:8ccf246877eb8286c55f5abc072c26d92f73cf1157bc36eeb8f0ee79c04cf4f4 -size 219655 +oid sha256:2eacb42d8e8337169cc2e5435f2b3702cb6fe83a4ca7b1c5602f7d89dd227e89 +size 274499 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..369a58dd42beeb1978680cec6daa8974819ad0ff --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6de892e32405942885ae795ae588b7cc275eb0322e78ca6a6df6f6f58da737 +size 303428 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..25ec3e1aa994c59526054c2b313e3ae135861e6e --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3727a7a4152859cae9cb5f0d4ac04b45f2605fbf14c30f387510771c299239b0 +size 336542 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index 250c2246bdf9e19149b716ccc9bef4fdaf5e6d9a..f5def565318c92e481552bebada38b9f5ac5335e 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:e24662d1d7b6c15e2d7d49836b37a2fd7eb87597ef601b382c8d9aef13e5c472 -size 111319 +oid sha256:1b8cb8f1501b2b79f7a7511c247149edcb503b000932ec5eab0d414dbdbd0df1 +size 345484 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index 27d442810ada5fd1348a66cd257aa19d33e3418a..eb39e78698bf7be5cce20582352de4b363f1029d 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:f900902c15c21c45ef6069be505397b6513933f278f27c2dda92bc3e15505e2b -size 358001 +oid sha256:c5598fad34e71d25dd24209b7ce448a0e694ea645139c3b308ef1a7f0ae08221 +size 361380 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index faef34c18d4822d605a9cbdc05769b3395c0e0fb..2c12f59342679f9d54ca20e709329b67777db7da 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:3a00db3ff10bc9eadcd1e0f3fabeb733378d03f4bd7cfdc968e1a35fd74ab228 -size 373378 +oid sha256:1767fb2aaaa9d78e8657e54ad2f41a7e08de8430a3d4a558771257405c1a2c14 +size 392428 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..090a77a968962ed69c2d7ece885180cf2a86d135 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194dc104421d31faa1d92ea85047d923ef6ec9a6b09395beed93b3b43accdab5 +size 432089 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..9b3572ae1cd0d4b5f7c0fdec069b378ac19dd7a4 --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3657487ae9b18a6046ac1fbe235832e424ea015b2e4b81e6b790adc6e2494d7f +size 434381