diff --git a/README.md b/README.md index ef89d9e9088f0fdffa433f6eff45b0054c65808d..157633559f1f90e8a91a25b0ae51bd2bf2dc1240 100644 --- a/README.md +++ b/README.md @@ -13,87 +13,81 @@ size_categories: This is the dataset of dusk/シー/夕 (Arknights), containing 500 images and their tags. -The core tags of this character are `horns, black_hair, dragon_horns, long_hair, pointy_ears, multicolored_hair, colored_skin, red_eyes, earrings, breasts, dragon_girl, tail, green_skin, very_long_hair, dragon_tail, streaked_hair, hair_over_one_eye, green_hair, medium_breasts, bangs`, which are pruned in this dataset. +The core tags of this character are `black_hair, horns, dragon_horns, pointy_ears, long_hair, multicolored_hair, red_eyes, colored_skin, earrings, breasts, dragon_girl, very_long_hair, streaked_hair, tail, green_skin, dragon_tail, hair_over_one_eye, medium_breasts, green_hair, bangs, tassel_earrings, tassel`, 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 | 1373 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 1373 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 1317 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 1373 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 1317 | [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.23 GiB | [Download](https://huggingface.co/datasets/CyberHarem/dusk_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 500 | 514.83 MiB | [Download](https://huggingface.co/datasets/CyberHarem/dusk_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1336 | 1.13 GiB | [Download](https://huggingface.co/datasets/CyberHarem/dusk_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 500 | 996.84 MiB | [Download](https://huggingface.co/datasets/CyberHarem/dusk_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 1336 | 1.83 GiB | [Download](https://huggingface.co/datasets/CyberHarem/dusk_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/dusk_arknights', + repo_type='dataset', + filename='dataset-raw.zip', +) + +# extract files to your directory +dataset_dir = 'dataset_dir' +os.makedirs(dataset_dir, exist_ok=True) +with zipfile.ZipFile(zip_file, 'r') as zf: + zf.extractall(dataset_dir) + +# load the dataset with waifuc +source = LocalSource(dataset_dir) +for item in source: + print(item.image, item.meta['filename'], item.meta['tags']) +``` ## List of Clusters ### Raw Text Version -| # | Samples | Img-1 | Img-2 | Img-3 | Tags | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:------------------------------------------------------------------------------------| -| 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | hair_between_eyes, large_breasts | -| 1 | 4 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | floating_hair, large_breasts | -| 2 | 3 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | large_breasts, tassel_earrings | -| 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | large_breasts, tassel, tassel_earrings | -| 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | blue_skin, tassel, tassel_earrings, two-tone_hair | -| 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | blue_skin, tassel, tassel_earrings, neck_ribbon, red_ribbon, two-tone_hair | -| 6 | 4 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | blue_skin, hair_between_eyes, tassel, tassel_earrings, two-tone_hair, tail_ornament | -| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | blue_skin, neck_ribbon, tassel, tassel_earrings | -| 8 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | floating_hair, tassel, tassel_earrings | -| 9 | 12 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | blue_skin, tassel, tassel_earrings | -| 10 | 4 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | hair_between_eyes, large_breasts, tassel, tassel_earrings | -| 11 | 4 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | large_breasts, tassel | -| 12 | 19 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | tassel, tassel_earrings | -| 13 | 6 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | blue_skin, large_breasts | -| 14 | 3 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | floating_hair, tassel_earrings | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | orange_eyes, tassel, tassel_earrings | -| 16 | 3 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | orange_eyes, tassel | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | animal_ears, fake_animal_ears, rabbit_ears, tassel, tassel_earrings, two-tone_hair | -| 18 | 4 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | large_breasts, two-tone_hair | -| 19 | 7 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | large_breasts, orange_eyes | -| 20 | 13 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | tassel_earrings | -| 21 | 41 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | large_breasts | -| 22 | 24 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | floating_hair | -| 23 | 6 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | large_breasts, ponytail, sidelocks | -| 24 | 8 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | orange_eyes | -| 25 | 8 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | hair_between_eyes | -| 26 | 3 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | yellow_eyes | -| 27 | 3 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | hair_between_eyes, orange_eyes | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------------------------------------------------| +| 0 | 10 | ![](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) | hair_between_eyes, large_breasts | +| 1 | 10 | ![](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) | blue_skin, large_breasts | +| 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | floating_hair, large_breasts | +| 3 | 12 | ![](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) | blue_skin, neck_ribbon, red_ribbon, two-tone_hair | +| 4 | 10 | ![](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) | blue_skin, two-tone_hair | +| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | floating_hair, hair_between_eyes | +| 6 | 37 | ![](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) | floating_hair | +| 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) | two-tone_hair | +| 8 | 46 | ![](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) | large_breasts | +| 9 | 20 | ![](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) | blue_skin | +| 10 | 12 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | orange_eyes | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | hair_between_eyes | large_breasts | floating_hair | tassel_earrings | tassel | blue_skin | two-tone_hair | neck_ribbon | red_ribbon | tail_ornament | orange_eyes | animal_ears | fake_animal_ears | rabbit_ears | ponytail | sidelocks | yellow_eyes | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:--------------------|:----------------|:----------------|:------------------|:---------|:------------|:----------------|:--------------|:-------------|:----------------|:--------------|:--------------|:-------------------|:--------------|:-----------|:------------|:--------------| -| 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | | | | | | | | | | | | | | | | -| 1 | 4 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | | X | X | | | | | | | | | | | | | | | -| 2 | 3 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | | X | | X | | | | | | | | | | | | | | -| 3 | 7 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | | X | | X | X | | | | | | | | | | | | | -| 4 | 8 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | | | | X | X | X | X | | | | | | | | | | | -| 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | | | | X | X | X | X | X | X | | | | | | | | | -| 6 | 4 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | X | | | X | X | X | X | | | X | | | | | | | | -| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | | | | X | X | X | | X | | | | | | | | | | -| 8 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | | | X | X | X | | | | | | | | | | | | | -| 9 | 12 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | | | | X | X | X | | | | | | | | | | | | -| 10 | 4 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | X | X | | X | X | | | | | | | | | | | | | -| 11 | 4 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | X | | | X | | | | | | | | | | | | | -| 12 | 19 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | | | | X | X | | | | | | | | | | | | | -| 13 | 6 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | | X | | | | X | | | | | | | | | | | | -| 14 | 3 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | | X | X | | | | | | | | | | | | | | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | | | X | 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 | | X | | | | | X | X | X | | | | -| 18 | 4 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | | X | | | | | X | | | | | | | | | | | -| 19 | 7 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | | X | | | | | | | | | X | | | | | | | -| 20 | 13 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | | | X | | | | | | | | | | | | | | -| 21 | 41 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | | X | | | | | | | | | | | | | | | | -| 22 | 24 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | | | X | | | | | | | | | | | | | | | -| 23 | 6 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | | X | | | | | | | | | | | | | X | X | | -| 24 | 8 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | | | | | | | | | | | X | | | | | | | -| 25 | 8 | ![](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 | -| 27 | 3 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | X | | | | | | | | | | X | | | | | | | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | hair_between_eyes | large_breasts | blue_skin | floating_hair | neck_ribbon | red_ribbon | two-tone_hair | orange_eyes | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------------------|:----------------|:------------|:----------------|:--------------|:-------------|:----------------|:--------------| +| 0 | 10 | ![](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 | 10 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | | X | X | | | | | | +| 2 | 6 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | | X | | X | | | | | +| 3 | 12 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | | | X | | X | X | X | | +| 4 | 10 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | | | X | | | | X | | +| 5 | 5 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | X | | | X | | | | | +| 6 | 37 | ![](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 | | +| 8 | 46 | ![](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 | 20 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | | | X | | | | | | +| 10 | 12 | ![](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 | diff --git a/dataset-1200.zip b/dataset-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..8a0cc6e524b9f9e7652da7a5dd5a5b0eb9cb466e --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc00b7eacb94a8a7c23e33fbaf984cf03f7d1660a1b1ff478558bebd5080ea1e +size 1045262078 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..c8a1f6f1555a10c2ee9eaddbef2a4644881ff83b --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34df50755ea0833377a2f789588299927c3365670a991b7fff78b5eedbbdcbcb +size 539838324 diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index e675ad3198fbf555a2213b4b0a178b48f724e410..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b355c6586d3148090422f5d9c6a1f751fa68948a327a3db93b96999852a939d0 -size 2174353125 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index 4bb6588cb3613f4e92fce46ae030a6830b160357..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8bce06dab397e8f5725aabade909d2a991443e91a7237f3924bdb3cab6ef7d5 -size 1263788698 diff --git a/dataset-raw.zip b/dataset-raw.zip index cf63097c9c04aa3c205d5ba4631d9ddf7bdd5b08..bd9ce5748581e2a019a3de09313cef1568df99d6 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5467a64e274206098797ded3fa80b3e95c2d4f73deb633220d1794d27417162d -size 1263953133 +oid sha256:3b39600fe400ab5670962a28b417556da571298baad8d914ac92a1f80775d11a +size 1321533995 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index 5d6189fbb35a6e71cf30a1de83e2092f60055a22..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea4e83b9091e2ea919940db5652b92364ef4e9598a07614a414356805c0f4427 -size 1898002040 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index d48b9dbb06e010affa881a9f35acb549d11a80ae..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ef10ac96f387063a5a70865fd3be379430ef345d03bb8b801172a6621024b49 -size 1190525906 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index 35afa2e6ac1065efad57cf7f7c3bc9a23f21e9af..e7ba6f9ce7a4cda6e7c67d3c8df874f31bbf506f 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:a5c5694bd5a17cfcbb271ac3a4fda93973fa52213006e7d53732d32eef4ee0e8 -size 1884253271 +oid sha256:5910ce44873093af038d3393c9a22d988f1527ba854e2e3ad7d179f1e52df602 +size 1964234531 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index 27c49998a08544235a1fd78d34f68eddc9417534..26b7cc45c428111966421ce5b42c63787e5ffac6 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:346956d5ec4ed685edd6a203be245d71ea64db765a0a30e46270cbf20f9e3d7d -size 1176777137 +oid sha256:da6a7bac48219e0346f66a06f88e38ed712ecd26945ebe1501e2bbb21c54517a +size 1209571710 diff --git a/meta.json b/meta.json index e971409c5f9700f896c523fd694359654afbc930..feef693226de1353bf9cfa8800ba0aea365bf411 100644 --- a/meta.json +++ b/meta.json @@ -4,7 +4,7 @@ "clusters": [ { "id": 0, - "size": 5, + "size": 10, "tags": [ "hair_between_eyes", "large_breasts" @@ -12,297 +12,143 @@ }, { "id": 1, - "size": 4, + "size": 10, "tags": [ - "floating_hair", + "blue_skin", "large_breasts" ] }, { "id": 2, - "size": 3, + "size": 6, "tags": [ - "large_breasts", - "tassel_earrings" + "floating_hair", + "large_breasts" ] }, { "id": 3, - "size": 7, - "tags": [ - "large_breasts", - "tassel", - "tassel_earrings" - ] - }, - { - "id": 4, - "size": 8, - "tags": [ - "blue_skin", - "tassel", - "tassel_earrings", - "two-tone_hair" - ] - }, - { - "id": 5, - "size": 7, + "size": 12, "tags": [ "blue_skin", - "tassel", - "tassel_earrings", "neck_ribbon", "red_ribbon", "two-tone_hair" ] }, { - "id": 6, - "size": 4, - "tags": [ - "blue_skin", - "hair_between_eyes", - "tassel", - "tassel_earrings", - "two-tone_hair", - "tail_ornament" - ] - }, - { - "id": 7, - "size": 3, + "id": 4, + "size": 10, "tags": [ "blue_skin", - "neck_ribbon", - "tassel", - "tassel_earrings" + "two-tone_hair" ] }, { - "id": 8, + "id": 5, "size": 5, "tags": [ "floating_hair", - "tassel", - "tassel_earrings" - ] - }, - { - "id": 9, - "size": 12, - "tags": [ - "blue_skin", - "tassel", - "tassel_earrings" - ] - }, - { - "id": 10, - "size": 4, - "tags": [ - "hair_between_eyes", - "large_breasts", - "tassel", - "tassel_earrings" - ] - }, - { - "id": 11, - "size": 4, - "tags": [ - "large_breasts", - "tassel" - ] - }, - { - "id": 12, - "size": 19, - "tags": [ - "tassel", - "tassel_earrings" - ] - }, - { - "id": 13, - "size": 6, - "tags": [ - "blue_skin", - "large_breasts" - ] - }, - { - "id": 14, - "size": 3, - "tags": [ - "floating_hair", - "tassel_earrings" - ] - }, - { - "id": 15, - "size": 3, - "tags": [ - "orange_eyes", - "tassel", - "tassel_earrings" - ] - }, - { - "id": 16, - "size": 3, - "tags": [ - "orange_eyes", - "tassel" + "hair_between_eyes" ] }, { - "id": 17, - "size": 3, + "id": 6, + "size": 37, "tags": [ - "animal_ears", - "fake_animal_ears", - "rabbit_ears", - "tassel", - "tassel_earrings", - "two-tone_hair" + "floating_hair" ] }, { - "id": 18, - "size": 4, + "id": 7, + "size": 5, "tags": [ - "large_breasts", "two-tone_hair" ] }, { - "id": 19, - "size": 7, - "tags": [ - "large_breasts", - "orange_eyes" - ] - }, - { - "id": 20, - "size": 13, - "tags": [ - "tassel_earrings" - ] - }, - { - "id": 21, - "size": 41, + "id": 8, + "size": 46, "tags": [ "large_breasts" ] }, { - "id": 22, - "size": 24, - "tags": [ - "floating_hair" - ] - }, - { - "id": 23, - "size": 6, - "tags": [ - "large_breasts", - "ponytail", - "sidelocks" - ] - }, - { - "id": 24, - "size": 8, - "tags": [ - "orange_eyes" - ] - }, - { - "id": 25, - "size": 8, - "tags": [ - "hair_between_eyes" - ] - }, - { - "id": 26, - "size": 3, + "id": 9, + "size": 20, "tags": [ - "yellow_eyes" + "blue_skin" ] }, { - "id": 27, - "size": 3, + "id": 10, + "size": 12, "tags": [ - "hair_between_eyes", "orange_eyes" ] } ], "core_tags": [ - "horns", "black_hair", + "horns", "dragon_horns", - "long_hair", "pointy_ears", + "long_hair", "multicolored_hair", - "colored_skin", "red_eyes", + "colored_skin", "earrings", "breasts", "dragon_girl", + "very_long_hair", + "streaked_hair", "tail", "green_skin", - "very_long_hair", "dragon_tail", - "streaked_hair", "hair_over_one_eye", - "green_hair", "medium_breasts", - "bangs" + "green_hair", + "bangs", + "tassel_earrings", + "tassel" ], "display_name": "dusk/シー/夕 (Arknights)", "name": "dusk (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": 1373 + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 1045262078, + "size": 500, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 539838324, + "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": 1373 - }, - "stage3-800": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-800.zip", - "size": 1373 + "package_size": 1321533995, + "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": 1317 + "package_size": 1964234531, + "size": 1336, + "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": 1317 + "package_size": 1209571710, + "size": 1336, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png index a90eb249db853b71cbd4684587b1f89566aa716c..e2f9e7fd5c73a76275e362f49eedc037f893c8fa 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:d4b23b116ff3d9b89e275e7b454b9bbcb3b4ff63a1122822bde17e5ae582b695 -size 259445 +oid sha256:a3ac7f77c89f80b607214c7af6ea204ba5bd00e491dbd8f97ba6bd5dbe10bccf +size 261530 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png index 41d0642e5375156d90da001c980daeba966f7850..f23e8174b6cf5c78e2812994bb268b4f816862e0 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:38d1d7485b62b653819cba716d89c01a3a4a7646f2ddca31852ceda8c85e5263 -size 383399 +oid sha256:ac797dd7f7f6c0407b84559207a8889d86e1759bd5f91305b470b18e4f6bc0cb +size 295303 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index bab04c709d89b0879011825f6abf9584f8de2fdd..4b73585a8f118328437dd0694cb3acb6cb4fcbf1 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:ef83e402280ae0a8428813a6be06a93c471edba9a3d1bcb3225785ec8fa0baeb -size 471988 +oid sha256:db60ca6d00f77b4a6d63fe81bf3e4319406b6082299789158649af2d15ce0d56 +size 357826 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..93e2698b7445fcb598d6fe0b97eedf8abf9cfc96 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c58f9b35d526cedd5565ddde15fb37d19c9db529fa1e49861396cb36df7b2f0 +size 325705 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..335cff85a57535388ba544964809ee2fadd2e34f --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d49f38b41e83063f949f06b59073309207dadc762a0e3ecb2bb97713d0aefd3 +size 605433 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index cc5dad0b7d56c38bd9da031c8bca51778237a5f8..adf80112ed0cac9a12cef715d8ffb89a18df66b8 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:f77ac5f5c07acdd5abdee0c2dd283fd9a9bbcde35332be158470354de21df6c0 -size 319940 +oid sha256:37226f7d0b9c81d6004896cc0f027fc0939d70e75647d1b087da3bf7e465954d +size 388056 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index f4a66a3bd1e78ad2d18c75cf418ae3ba10bd2923..98134418ba51bf152fd3daf75909ebf911bab373 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:d9deb43a74f025cc252df7558c39abe5315eba05c84629611e04232df7e6bc89 -size 420734 +oid sha256:4bdafa8b0ca09980d310cbcbadca75448b115670db01b0503725ea09acba1d47 +size 537195 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index 5c110b155cdca3496fade80997742fba5c365dbd..ad1b96fcb4412714f46dd4327f07b81d7c1e03b6 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:3ce827d8f75ae43c7d3ee264687028c388fa02d70d2962737220fd971277d56b -size 371857 +oid sha256:3e796c0b5eb6df47ff71bf573a4eabdaf9fa5aa65c3a52c106f370e4c42cb0a0 +size 197724 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..9bdf8e0b5c19018f325d5a3c7554631813980550 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349ea5508e0d8a5836694b9b4e6cd9bb1cd7a987fd010d6e7f8b55ee30eccbcd +size 337966 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..d6de20ee892285177d8980635c884a2a87ee8674 --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210d49145a487f9dfaaf3fcb997ba659b48c404d8d9e1cd4dae7095fc13b9df4 +size 253399 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png index 93e2698b7445fcb598d6fe0b97eedf8abf9cfc96..72ab144afb6fc1646565ed329af752e2cd997d00 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:1c58f9b35d526cedd5565ddde15fb37d19c9db529fa1e49861396cb36df7b2f0 -size 325705 +oid sha256:e6237af5f95e5e49f2f62647920e4a817144911eef90d2d57ee19723a16ac739 +size 494260 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png index e2f9e7fd5c73a76275e362f49eedc037f893c8fa..c24a1bf653e654dbae91a003d992c52503e11487 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:a3ac7f77c89f80b607214c7af6ea204ba5bd00e491dbd8f97ba6bd5dbe10bccf -size 261530 +oid sha256:4a1380aff368e726ac2b1956ce4a008827bc508b10d4e3358bb435c41dcb1a9d +size 152992 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png index 5ca7f99fb16260b5c899accc3ed52cfff21ae0fc..743e0ef7ce653401042e90a0a8f5a353a639aee4 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:6e4b1b0f195b8378709bf3880521e5db9313681eb2b5d4c1fd7bf99dd287849c -size 293162 +oid sha256:facd40412b33f17e1769e3f6f844c9f13cbf148b97b05ce6da4660dc9fb33a7e +size 362388 diff --git a/samples/16/clu16-sample1.png b/samples/10/clu10-sample3.png similarity index 100% rename from samples/16/clu16-sample1.png rename to samples/10/clu10-sample3.png diff --git a/samples/10/clu10-sample4.png b/samples/10/clu10-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..ec6b92a83cdade92c0a10da61b1d190a3290fe11 --- /dev/null +++ b/samples/10/clu10-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf09a35409c14f424d00975c3dc939fb908686ef2f9dabacfdb45ebc6c7655c +size 526347 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png deleted file mode 100644 index 285b19e2121738140105e2761eecfa14c0c96397..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebb8525a9136a18277b4dea31e9d9d4422248e323190f173d34ff49a5b6f349e -size 479517 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png deleted file mode 100644 index 2ada8840bda845c9f6856a09df482830c13385c8..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e6c63c55c6ebf9ca5fdd8be58766fd7c9620606814c08b3d32dd808604710d2f -size 496317 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png deleted file mode 100644 index 8d334eec9c47af1b2b75200420cbff5f67adea9d..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a253cefa60c5c81c171e4e1dcffc6e7b2d5d0dfb04e35d6f862024595fe52b74 -size 280285 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png deleted file mode 100644 index 84d0451015188808094b3b8b68208d99b1780de7..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51f3e45420de3755483259c6d3910623fc5e60ccc33a725235281d3d8d1ecc4c -size 282300 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png deleted file mode 100644 index 04018944caa972f8c8733cf285a3a1cc32c06bda..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:797c8e58f265ca26c4dffad2b2d4614e5cb22c5fe39d241ed1ade761826627bd -size 299614 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png deleted file mode 100644 index a8a280f3703c9ef2827ecec257709f2808d6e901..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fcaa7d44be52652d976c50b12417141d21d01cea91517fab7792a9419027177 -size 229973 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png deleted file mode 100644 index d04eec609251e15d42e675326cd5a88796cbce07..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1405844362982b7c93b59c511df09c916d6215c252034c2a76cec82ba14384f9 -size 260392 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png deleted file mode 100644 index 672ce05194434081b76021d9b249e10d6075740a..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:558d95695eeca26108671c45b4111fa3ef6fba75d757eb499ded78e8df51001c -size 276273 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png deleted file mode 100644 index 97e2d65fd2d497ea023862165b0e762210cac1fb..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa93433eb564dc3d8953a771211913aa85979c5d6cdd56b09dc76eeece79e00c -size 492222 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png deleted file mode 100644 index f51eb420a6a75e1986967d15302803f39ba33af4..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4257a49e0a34f053172709d98ec1343909f266f4b3b1487ec13e09a703bb6ca -size 506643 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png deleted file mode 100644 index fb453533effc15cb65e75fd482750139e55ed7c1..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8e5a02db339b311af1a645ae359e02e6c983022a020f5b8e1933b8d9cce4687 -size 530890 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png deleted file mode 100644 index bb6fe56810214e446f430f5b4b2683a5cac67b1a..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab4bfdc46e9a6cd59286ed6ebaa8e518c3091d6d4ae78a678020a9af4cfbb468 -size 524316 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png deleted file mode 100644 index 5a0ef96fd3529fef964df693ba82248309d8b06c..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e84b760c5d0a4a03ce52daea83e8f47f51b2b67757cb9abf546fb614c8e3d540 -size 367128 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png deleted file mode 100644 index 4ce51c59418c8e61fd9528008e57cb12e24e925f..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2850ba424d860d99fb3701ef09fa5d3ad83a262de6d55039616090ae6482c4b5 -size 643998 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png deleted file mode 100644 index 80e8090e4fb77b2bf4485bf130e58068166419dc..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c80dd6c16596ed0348383bb1b999a3cc3a7078422df193762b0e747ddb855a07 -size 413975 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png deleted file mode 100644 index 628344c3d8077b6b298f3a260f1e5a59179d98a3..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:508d07d63d87dd9a442203330cb7b77e707eba08536fbd1d5a426cdb3122231d -size 305738 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png deleted file mode 100644 index 2a0b313bfd21ed69eaba93497db27aaddf0680dc..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55a4648b3675c6dcd644e948afb9ca691ac61724dff14da7d993110d2cc804c5 -size 446239 diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png deleted file mode 100644 index d3dafc3c3bff08e84f103f345b1af5678aee9d20..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf9d6245efe27f1e486ee7b0dda67b64dff605cf7d3e5e488329837cb56fd9d7 -size 256919 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png deleted file mode 100644 index 77a4b5b80926cbb952a9f9c547413b4c2009f487..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e996f76530c08cf1c7d089c4d4c91d3b7e5ce6f762883cb7dd2458894be6e7cd -size 256105 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png deleted file mode 100644 index 9ba5ce60397e6f73812343e5dbe2224971ee7d95..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8a4c35ab60654ebb9b6bfbf18c3fd2b83edb3a90da3dd3b4ea4b093f9e886fd -size 133537 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png deleted file mode 100644 index 4f67289bab74022caad00362e360ee157b1a22d2..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a19bbfeb831af23372231665670bfdda738b79c544f075ca6ababeccfb411bd -size 343281 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png deleted file mode 100644 index a6d59782f74b30540bdfe48c1c0eecc16ea51f60..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee4e854c8b48ef0b8a675ea940dc514047a45c857937ad754010e6237b4a4c24 -size 327254 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png deleted file mode 100644 index a6b0298f77652a109687a46e6e7e94ca5d96c7ba..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fac719b83b5ac5d4275c428da1d77a2b69c14f4388026d866939a829fa91a7b3 -size 333547 diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png deleted file mode 100644 index df232d79d0fb62a536099e0da070b873b7759866..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b569596738982c3f3a765dd31825342eecfb0d5b8a6687311ea0e89cbee189ac -size 351600 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png deleted file mode 100644 index fd80840c25057e874c83f9cb5449df0b87f64aff..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ce0dfae33a4692e7cb8c2ed5976d785afff25ab7e813f7c472e39b661390e7d -size 105145 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png deleted file mode 100644 index 345ee8560b49630e6e99e09a75c753865599af09..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5cc4fb4a5a55765a650fbb28975c955b1f51325ec938557b25aeddfce29417de -size 199461 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index e06b2e1906471c22c16af08b5121121c2f1316db..f4a66a3bd1e78ad2d18c75cf418ae3ba10bd2923 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:69f719d74ea0aa374775987fb631d17b13782c9f756aaadeea941a9980d2285e -size 453051 +oid sha256:d9deb43a74f025cc252df7558c39abe5315eba05c84629611e04232df7e6bc89 +size 420734 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index c56910dbf8bd6782e5f93593835d332eb7111ca8..4ae4b2c494e08986903d319f69104b052d3a9afa 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:3364d55e2dc648c7abd1b2a8e6bcd4150926e717d142db795c2af55e0bc84a33 -size 404653 +oid sha256:e6bc3354b4bc541081381c4aea2bf6a9adda696d3992d58829c57226ae08a700 +size 591314 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index 8303519bd422e025abc57c6310a82831d789cead..cc5dad0b7d56c38bd9da031c8bca51778237a5f8 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:29a4c3970212719fad5162b4f8001867bac2a4cbf7285298ba951566acaa3741 -size 342013 +oid sha256:f77ac5f5c07acdd5abdee0c2dd283fd9a9bbcde35332be158470354de21df6c0 +size 319940 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..906ea8d40193dc579f8771c4d289229a0f3a0326 --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a866ecadd0e0bb868c7977dd378306a0685b7206b24d2a5271274c38b0f2a2 +size 489067 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..941bcdb3c289406fd7cc5e3ecae4e9d673b9739d --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e720946525fe2525a251a8db651f164a7b483b49e466b37fb5591d584cce48 +size 191072 diff --git a/samples/20/clu20-sample0.png b/samples/20/clu20-sample0.png deleted file mode 100644 index 806f0b6e407534873416fcb02d8ab065af15dc5f..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8abbb85fe569dba5a6ab685a022f8ac2783c76307001e1f3d008f388680df2ca -size 349419 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png deleted file mode 100644 index 954216c3ba4eb4d37a78a1946801f2422b63a4dd..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:220d0851d87f1243b7ed23833ef4f42983650ece9b46216fb0f8470816907529 -size 438778 diff --git a/samples/20/clu20-sample2.png b/samples/20/clu20-sample2.png deleted file mode 100644 index e6e508c22e4ed42ede7485b47283698814fde4ac..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91af33b7f969adbd7aa23bf85c45ec285e321f3cd399131c00364770002509e7 -size 422440 diff --git a/samples/21/clu21-sample0.png b/samples/21/clu21-sample0.png deleted file mode 100644 index 08463740fb911a8c70399e180a210ab9779f5e08..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67d4a49f09d823af17da613be3a0bfe9e4f5b0e566557114aa40d94b629722b6 -size 316540 diff --git a/samples/21/clu21-sample1.png b/samples/21/clu21-sample1.png deleted file mode 100644 index 8da983bea5f5f2b60e897611782822d74ad48b7f..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd879859baec0a6aba1629b733f1d63db8649f7fee97c76ba19f4c1330304ef4 -size 305082 diff --git a/samples/21/clu21-sample2.png b/samples/21/clu21-sample2.png deleted file mode 100644 index 96757d768d5f10cdabaf27a9a8384aca26061343..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fc329c6fd1d0cca26841cc4f05306b26436a8cf6fec430cc41374b3909fd2dd -size 178210 diff --git a/samples/22/clu22-sample0.png b/samples/22/clu22-sample0.png deleted file mode 100644 index 1b8478f455b3a6dfdec7ba5173ea9dd8d4f56aa8..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac39e1a9ac661081e8f6a6e21c8854a30767b3bff7b04e3afbb4e7344769f6f0 -size 346119 diff --git a/samples/22/clu22-sample1.png b/samples/22/clu22-sample1.png deleted file mode 100644 index 30bd36e166aa504df955121772bfcb7171656871..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2209e935e9427b279dcafac5f35ba9ef919689c70e94a61d40d5c58b23e4c4c7 -size 570980 diff --git a/samples/22/clu22-sample2.png b/samples/22/clu22-sample2.png deleted file mode 100644 index 9c712ffb4fb2c3db4b2792f60596cdb5f7ecc45b..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3a092e2a541b2bf04caeaad9728af0be08b15029f9963e2e63a1f3d5dcaeb7e -size 455553 diff --git a/samples/23/clu23-sample0.png b/samples/23/clu23-sample0.png deleted file mode 100644 index b5e7e9cee68f535d5624f8fc06caebffcac1d886..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d6ff383a66c46df85534e2e0231b799c7f603afba53d27dda6ca21fe6c8a7f5 -size 374005 diff --git a/samples/23/clu23-sample1.png b/samples/23/clu23-sample1.png deleted file mode 100644 index 535e2592b6100fd77e45c89b6d7aaee68ed9c496..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:50331f081ccc255765e1fc33f56f59c5c2be1d846c91004e79f519265aad2b5d -size 310439 diff --git a/samples/23/clu23-sample2.png b/samples/23/clu23-sample2.png deleted file mode 100644 index adf12890512491a9f092b66258a0a20781fbed18..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c63169d73bc48bb0ffb62b87240ac6284f1442c8d746948fc7cef6c4684cc91 -size 339315 diff --git a/samples/24/clu24-sample0.png b/samples/24/clu24-sample0.png deleted file mode 100644 index df649651760720816f3e4b5caaba890d83f5f0b2..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c38c14045338e72c46f292aec3c6fd5fb052bce18135a6fff64e8fd1182acfb0 -size 400632 diff --git a/samples/24/clu24-sample1.png b/samples/24/clu24-sample1.png deleted file mode 100644 index 743e0ef7ce653401042e90a0a8f5a353a639aee4..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:facd40412b33f17e1769e3f6f844c9f13cbf148b97b05ce6da4660dc9fb33a7e -size 362388 diff --git a/samples/24/clu24-sample2.png b/samples/24/clu24-sample2.png deleted file mode 100644 index cd3a0e5ae58cfbbb1270f30425de0ddebf3f7761..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:665e5396a5fa7ab3c20d396cb069af4c1113d5a8d206f4bf10200cbbfcb5fa25 -size 281166 diff --git a/samples/25/clu25-sample0.png b/samples/25/clu25-sample0.png deleted file mode 100644 index 23ea079ad850482b3067a72dfe0f6138212631aa..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7603144316cd29229fe443e38208afb8cf5f9b00560823750b332b691c80ec0c -size 204177 diff --git a/samples/25/clu25-sample1.png b/samples/25/clu25-sample1.png deleted file mode 100644 index e64296eb23bc710e2b9d696dbe34c486d3131f34..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d21f94f476e0b92a1d1df680627ba8d3d59fb1b5e957e19beb4f17f3ce9396a -size 472941 diff --git a/samples/25/clu25-sample2.png b/samples/25/clu25-sample2.png deleted file mode 100644 index 413f1593a849eddb6ce59dace5e0fb4bee6e711b..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef3a8f767982fe7bf29c02378be4505d4b4cf1ca117ebe7e3af3d22cf97ca5c3 -size 255925 diff --git a/samples/26/clu26-sample0.png b/samples/26/clu26-sample0.png deleted file mode 100644 index a3d2176e846a2852b9ab92900a6753303148ebba..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7bc5523e54b005f812c61816fe9f7e4e0f7096a6d6c65be586373ebb281c2b3 -size 290881 diff --git a/samples/26/clu26-sample1.png b/samples/26/clu26-sample1.png deleted file mode 100644 index be12c33a31ce72927996749c3b7cc4b9e08c5089..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5e6a6a472606d694b241505ffd8d34989c8a540f9c6185cafaea158a32c32f2 -size 366330 diff --git a/samples/26/clu26-sample2.png b/samples/26/clu26-sample2.png deleted file mode 100644 index a640e446cdee2b15abedb8c07abf4c09b5d7a574..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12ce9f3a32ed618e2e55e0e374f341bdb37a0a6c4bdcdedf5d24b63586fbf30f -size 487381 diff --git a/samples/27/clu27-sample0.png b/samples/27/clu27-sample0.png deleted file mode 100644 index 064323f7837274f32b2e1dc3a974c9da791861a9..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d563f48bbc2e5b2411732ead0eaf6dd5e0b2c8e41eb14e5cc6bcf7222585a094 -size 222167 diff --git a/samples/27/clu27-sample1.png b/samples/27/clu27-sample1.png deleted file mode 100644 index 6204326f94a33a0d5b4d4fc93d466cade2ceba1c..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:deb7023735549748ad2d7bc15affbdace4f41345dcc88f8deed1985ba62a6a4a -size 417245 diff --git a/samples/27/clu27-sample2.png b/samples/27/clu27-sample2.png deleted file mode 100644 index 10225e22ea4d8665de4b2f541fdbe5c8e64acdcc..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3faed2e4f29dc7e8246a02954fe5a006e8b95e1c1f8561c8fd54fc8571bf9e7 -size 522600 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index 7ce150c3a1c203d2eb7051865515d1989811d9a7..6cd69eef63f8ca086e78ceddf613af0ab1785211 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:5dfc1fb91b5662005ee44209d3e61bad279fca2e09571eeed67f5b47939ff852 -size 472217 +oid sha256:667e2d396eeaf59a674d15e6768703acb310c318e9c3b9a6b83a549962c16d6a +size 631955 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index 00b4d1b9bcbb02b0e0c7a0d12de04e8143bb1f54..8a0a3904b123dc265936d17d27d14477730498b8 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:7751168e03d46b37b4fc1c1abfd86eeae6e03b0b00f2aed91ea7c93392bfd03d -size 323351 +oid sha256:25d2c1bf97d7128c8efce76b1350b6bbf4f653802d2cccd3f55a6a2b352d41d5 +size 438908 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index b17d43851d885ef16d34bf4988afb3b8972a1316..01553787fc3351c81cafa9821899febc9d3f3188 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:0ced863b1834540b18d83938dd430821bafbc062cb0fdcda506adea314d6ae92 -size 319288 +oid sha256:399ab5a742f6da3ebd0e5f2227522e08799398b8a1640ba7eec30a854b6c3c73 +size 362234 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..baa25e736058adc68f646fb95c4ece619b65bb0d --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff8bf728396aad83d4d38b9d304863e2c9a2a37959a382ea54d9e5df9e75848 +size 277269 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..6865f652d56d9a26bc0f72843ea72b71b873b280 --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b472e5d96c92532156c67b2b5eb9d92a7e64ff069106880161021fb31c5fcd +size 266381 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index 1282560bd126b1edb4316645c5bb3754412eb6c1..d94c1e0ce12a2514f4bfd4b83d8104a2f24306e6 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:8a124e0fb98587b960ad576e76b457faab76db0ae0098d3daf2a79c873ed734c -size 429579 +oid sha256:f5f6e6d7f2ca859dc702bdd920752916194704ef971a08d60333b1f67313ceb3 +size 468560 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index b3a80cca18abca7b4ed882ab31e752efd57cf0fd..340de2f54fd2408cfc0b1a723002e0c42aa22eac 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:cff936b9649876e9318f3eed03184c8ed830e382e3d89f623b98ab0d57ef99e8 -size 320838 +oid sha256:946b72c7cd09c8b1aa9301d6b55df12151966cb8ebfe1acf71de8c8a9e29c7ab +size 274664 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index 7dc6adeb820fbdbb86bac94856da5c21cc44a494..b3a80cca18abca7b4ed882ab31e752efd57cf0fd 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:ac96cc59b855241b362e15723242aecb25097c6ad8008ba59ad9d23d30d95062 -size 399868 +oid sha256:cff936b9649876e9318f3eed03184c8ed830e382e3d89f623b98ab0d57ef99e8 +size 320838 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..1282560bd126b1edb4316645c5bb3754412eb6c1 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a124e0fb98587b960ad576e76b457faab76db0ae0098d3daf2a79c873ed734c +size 429579 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..8f83b39adfa4f08c65f5dc3ae6c3ba018e767575 --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8078b68892b53a69b28f59472e4c0351702b6e3582ca10c62141734d2d08a12d +size 446996 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index 3352997321aa61e44138483988652eff73f73829..f20f78367256ea6cdd977adaf0d2058c4a43fcee 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:4aabc3f8f01439b8e3920e080a8100bb898da3f2fda444d2e061b6aa8fb384d3 -size 477196 +oid sha256:5978616485e2d1e537ac1e661bd277a76258eaa22838b3459b64d4186b18b2fd +size 443741 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index 45fa4dd2ace3cef73882e4c57ceb79cf051d1170..ea7629c84accee611f247bcc8126c960f62cce56 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:3ebdb3a1b52fdb01ed6e113c68da7af8e778dbe0a105daefb9b1bb0b197375ac -size 476704 +oid sha256:541e5776cc8ad06d8215d2a58581a5485f88964fc5b1d9ad6725fff743dee4dc +size 335578 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index 127462d1fe1ab63649234714a83b5595b7a914c5..1fc9c9a26185c929729f77e34833c597e2011b6e 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:21d876934fa38b157b6345b3e2fd4643cc669ce86a1aaa562a7fc5d731701aa0 -size 410788 +oid sha256:20ecb3e8d32bf76542d87f856d08e4485c086d5e6d90cd5056730149e29eda4b +size 463714 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..0a03117a76b98e6a16a0c73437c8b6b4a8dc2e8a --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a21343498545475303fdd3692c935a45af194d02b08ff559ecf750e54b69d99 +size 572268 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..a936ca22acdaddd42c944d2b64d6fb08dbcb9ffe --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316af8fd48133ebaf3ff04169a8f38060e8822ae3ebd22270569769f016cf623 +size 291414 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index 1271df3f28636fa8f6d1d52bcc69804f043efc63..425d85c3e8773d60de79fff908ffc00ce0cb61d1 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:631e648606ea5d1c14137f32cdf39ae8e6717ac3f15e8fbde067fb754ca6df9b -size 296245 +oid sha256:1dc2d6cc784ca4f59f74092b74df0d0f91354da2d47c6597358099773819049b +size 336444 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index 2de6d5b3472a798612d3c63e276b6592a612f205..7394aed7da05c19f694526dcc8a0214773cd3a00 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:6e8351addc6310e1affc348954cfa4300352764cee83d5371ac5eb3023384246 -size 273027 +oid sha256:cb30ca434ffb05821ff22abd3ca609aae5dc4ea9e5860d159db7f774999f6942 +size 604036 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index 726ea1c44f2132c9d09b45e44b547e4f7b6ceef4..1e4ac1b6c9da46b4a2fb4d0b89c76f47549e2841 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:3d25d4c33d46f1373cc65d5286ee10ca67b5f5d4c0aa3771f3395a1f5ed035e3 -size 485979 +oid sha256:ca6e9376a977c15bc66e1b79b9584f2e8400a820e047e3c01f597d33223ad55c +size 445133 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..4b3c001240116cb954405bbd0f0d68c6920a4807 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d05a54419f473cbc2b95eaee7cf651b0ea062a6074d65375b95860ce95a3dc9 +size 576833 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..749cdb8ac79275aeced51fadc765b1c005e21d77 --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ab7a4a775d8ac4a3b08cf411017efad14ef9b141dc1cc5d7ce7a7a5c9e663e +size 476509 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png index 6d8d948aa86d77faf16f3491e3458f3e57124d39..cc67518c6364114349a98d5a74a40678997454b4 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:23d762bdecbf522cf76c371c3e98495f8dae45a8d21aff67b0c47456c94b2dfe -size 364107 +oid sha256:1827fde97e65c75e3fec85cd0123e4a187a535a0c2ef6ad13112cd9d9c38fb72 +size 478381 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index 4f89f1bd2da0fe5bfed9f3ce464d2814cbf359d6..962e2468f6a62bf18d66cca76c45e2a606b836d9 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:1a4f579c632bc91b9d3dfe78298480b44219a5a2a076657a895ac3f3d3207d53 -size 617493 +oid sha256:29670eb0071a3470de1e0a03c6cc8cc95a55a5b4f49f1d7b0e2ee8764a533f65 +size 233851 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index 6a9ccc2c72dcbd2e9725297cd1e85d112be046c8..8754d977026220b8a430bb87bb03cd1560d46acb 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:f77e5a84c821fd0835b46f84c30a056f71932a7b327660e8795989d8d2609c66 -size 399822 +oid sha256:44fb5f756246e3dc81d7860107f1df54149be5b42147638a53ff7b9c7c1c5cf1 +size 302893 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..25a696c01bfae15f449cb72b4c4988fd75ce682d --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4325a29957767005e6ccfe2b6aff4833968a03b5050ac6965a7c25a567bba362 +size 601705 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..ae7a82152d5eb8ba3594c2fb68893b042956e15e --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c8e47fb0b4a244a288bd4cfea9264f8e793278fbc73a9c2261ab6d42a602f2d +size 476574 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index 8d126684c1fe6c7e8ff326f94115be336adbfd21..69e7e6fbaedb382066ff6631847be12369597037 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:bf5d55837ba2e49396809ceadfb6bcd014820bf3cf43cea59b61e500f5f407b2 -size 663257 +oid sha256:74bee48719a72bb3037e11e278c31275e1a6d1bfc882433402fa8ae259c5f2dd +size 333254 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index 8afb5a0443703fbb11ed5055b9d46e06f53e5647..2ada8840bda845c9f6856a09df482830c13385c8 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:f0aa6d2c0689dc15f07ef3b9df7616e553a9491b0b662c3312d94ee2dc33a65f -size 237116 +oid sha256:e6c63c55c6ebf9ca5fdd8be58766fd7c9620606814c08b3d32dd808604710d2f +size 496317 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index 65273082cedcac2e16d2fb1b809596eb738337f5..589ef01f2c9665aeeb91401687ed86152cef98fa 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:7e83d6f233d538716bceb440e8178da656f1bea0f9f0f386dfd02970827a20a4 -size 423331 +oid sha256:9715db203a8f2735a1252507bce1a9cb306b18a45a9b3400645141ca9dfe1911 +size 286875 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..1b7e44f5cefc7ff062937087d48f22dbf8f2623f --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7271f31249f0328406a3803034e408c74891738bbaf622aff87ee5dba73b40 +size 332876 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..95d0669e920f5ad809c112ce62b6040bb2d84594 --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa70ce36073a95f2f3d33b41b59e1707b28298b694743c6320b877aaccc5b511 +size 286051 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index f10c18cc4682bc9a15a4f3706be9aa41201635c8..b87de0f06cb92b1e6201337d4a43218977519d99 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:0d401ab69d345f12e3695c3efa1d9765a47e212d28e568b192221df12393af40 -size 459510 +oid sha256:fa34713df4ab85e9c679c91bd18442dbff708390ba2a0e221e688424b0d68d27 +size 467690 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index 13e8baa9c150b67a9dfbc88b46422b9a9f3695fb..f2e14b8cabbf737ac57b6f42eb28b0d18da88f89 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:bd915042fa088f146563cd22beb12ec732fd7941e20ddfe58a09598e413f9e3b -size 500506 +oid sha256:922f79d7cff06cf4d86621375f483873b00a3f5350cb566b1c1b1da139739768 +size 523102 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index 9f60e17f6397e0978fe72993fe04f28bb0956360..835a4adf13da17068fe47ce34b20454ccf95bf75 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:3495fec3b2bb1f882f67f3b04c25f599baaa30c355641236f1af870ca75e71e4 -size 453191 +oid sha256:cc1e815673f235628d1961bea31af09e0c19d4fbcf588bd77f31c2b6eccd6d33 +size 559426 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..0fda48df6a94fb665033ad6ce73c845c328e7e76 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce7524af5deda4b9d58c64b9bf1fd9ef6611155905fc2ac9e77f75b21731e9a +size 341563 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..d56dfaf41a0b08b39d6dd9e815c1fe1569af9766 --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b0904f70361b6632e5e5c0e1534dbae71c2ede66f7add17992ebbbe81684ef +size 425097