diff --git a/README.md b/README.md index 428c4c195b024f1169cf2d48fbbeaa955c12c252..fa42100c2a3c0533c246c10d811f1813e1f38489 100644 --- a/README.md +++ b/README.md @@ -11,89 +11,81 @@ size_categories: # Dataset of jessica/ジェシカ/杰西卡 (Arknights) -This is the dataset of jessica/ジェシカ/杰西卡 (Arknights), containing 335 images and their tags. +This is the dataset of jessica/ジェシカ/杰西卡 (Arknights), containing 321 images and their tags. -The core tags of this character are `animal_ears, cat_ears, ponytail, green_eyes, bangs, blue_hair, multicolored_hair, tail, cat_girl, cat_tail, black_hair, breasts`, which are pruned in this dataset. +The core tags of this character are `animal_ears, cat_ears, green_eyes, ponytail, bangs, blue_hair, multicolored_hair, tail, cat_tail, cat_girl, breasts, black_hair, 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 | 335 | [Download](dataset-raw.zip) | Raw data with meta information (min edge aligned to 1400 if larger). | -| pruned | 335 | [Download](dataset-pruned.zip) | Raw data with meta information, core character tags pruned. | -| pruned-stage3 | 871 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 871 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 824 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 871 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 824 | [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 | 321 | 505.51 MiB | [Download](https://huggingface.co/datasets/CyberHarem/jessica_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 321 | 233.09 MiB | [Download](https://huggingface.co/datasets/CyberHarem/jessica_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 827 | 543.27 MiB | [Download](https://huggingface.co/datasets/CyberHarem/jessica_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 321 | 419.75 MiB | [Download](https://huggingface.co/datasets/CyberHarem/jessica_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 827 | 867.61 MiB | [Download](https://huggingface.co/datasets/CyberHarem/jessica_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/jessica_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 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | large_breasts, long_hair, purple_hair, blunt_bangs, hair_ornament | -| 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | large_breasts, long_hair | -| 2 | 3 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | headphones, long_hair | -| 3 | 4 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | headphones, pink_hair, streaked_hair | -| 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | long_hair, pink_hair | -| 5 | 10 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | pink_hair, streaked_hair | -| 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | long_hair, pink_hair, streaked_hair | -| 7 | 4 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | hair_flower, hair_ornament, long_hair | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | extra_ears, pink_hair, streaked_hair | -| 9 | 7 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | headphones, red_hair, streaked_hair | -| 10 | 4 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | red_hair, streaked_hair | -| 11 | 3 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | hair_flower, hair_ornament, pink_hair | -| 12 | 4 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | long_hair, medium_breasts, purple_hair, sidelocks, blunt_bangs | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | large_breasts, short_hair | -| 14 | 6 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | streaked_hair, two-tone_hair, large_breasts, red_hair | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | blunt_bangs, long_hair, medium_breasts | -| 16 | 4 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | large_breasts, medium_breasts, short_hair, two-tone_hair, pink_hair, short_ponytail | -| 17 | 9 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | pink_hair, purple_hair, two-tone_hair, medium_breasts | -| 18 | 8 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | long_hair | -| 19 | 15 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | pink_hair | -| 20 | 4 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | short_hair | -| 21 | 11 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | headphones | -| 22 | 6 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | streaked_hair | -| 23 | 3 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | blunt_bangs | -| 24 | 3 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | heart-shaped_pupils, large_breasts, symbol-shaped_pupils, streaked_hair | -| 25 | 3 | ![](samples/25/clu25-sample0.png) | ![](samples/25/clu25-sample1.png) | ![](samples/25/clu25-sample2.png) | red_hair | -| 26 | 3 | ![](samples/26/clu26-sample0.png) | ![](samples/26/clu26-sample1.png) | ![](samples/26/clu26-sample2.png) | purple_hair | -| 27 | 3 | ![](samples/27/clu27-sample0.png) | ![](samples/27/clu27-sample1.png) | ![](samples/27/clu27-sample2.png) | hat | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | +|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------| +| 0 | 8 | ![](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) | headphones, streaked_hair, pink_hair | +| 1 | 15 | ![](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) | pink_hair, streaked_hair | +| 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | headphones, red_hair, streaked_hair | +| 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) | red_hair, streaked_hair | +| 4 | 13 | ![](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) | hair_flower, hair_ornament | +| 5 | 18 | ![](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) | pink_hair | +| 6 | 9 | ![](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) | large_breasts | +| 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) | red_hair | +| 8 | 6 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | purple_hair | +| 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | streaked_hair | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | large_breasts | long_hair | purple_hair | blunt_bangs | hair_ornament | headphones | pink_hair | streaked_hair | hair_flower | extra_ears | red_hair | medium_breasts | sidelocks | short_hair | two-tone_hair | short_ponytail | heart-shaped_pupils | symbol-shaped_pupils | hat | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------|:------------|:--------------|:--------------|:----------------|:-------------|:------------|:----------------|:--------------|:-------------|:-----------|:-----------------|:------------|:-------------|:----------------|:-----------------|:----------------------|:-----------------------|:------| -| 0 | 6 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | X | X | X | | | | | | | | | | | | | | | -| 1 | 7 | ![](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 | 4 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | | | | | | X | X | X | | | | | | | | | | | | -| 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | | X | | | | | X | | | | | | | | | | | | | -| 5 | 10 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | | | | | | | X | X | | | | | | | | | | | | -| 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | | X | | | | | X | X | | | | | | | | | | | | -| 7 | 4 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | | X | | | X | | | | X | | | | | | | | | | | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | | | | | | | X | X | | X | | | | | | | | | | -| 9 | 7 | ![](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 | | | | | | | | | -| 11 | 3 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | | | | X | | X | | X | | | | | | | | | | | -| 12 | 4 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | | X | X | X | | | | | | | | X | X | | | | | | | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | X | | | | | | | | | | | | | X | | | | | | -| 14 | 6 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | X | | | | | | | X | | | X | | | | X | | | | | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | X | | X | | | | | | | | X | | | | | | | | -| 16 | 4 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | X | | | | | | X | | | | | X | | X | X | X | | | | -| 17 | 9 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | | | X | | | | X | | | | | X | | | X | | | | | -| 18 | 8 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | | X | | | | | | | | | | | | | | | | | | -| 19 | 15 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | | | | | | | X | | | | | | | | | | | | | -| 20 | 4 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | | | | | | | | | | | | | X | | | | | | -| 21 | 11 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | | | | | | X | | | | | | | | | | | | | | -| 22 | 6 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | | | | | | | | X | | | | | | | | | | | | -| 23 | 3 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | | | | X | | | | | | | | | | | | | | | | -| 24 | 3 | ![](samples/24/clu24-sample0.png) | ![](samples/24/clu24-sample1.png) | ![](samples/24/clu24-sample2.png) | X | | | | | | | X | | | | | | | | | X | X | | -| 25 | 3 | ![](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 | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | headphones | streaked_hair | pink_hair | red_hair | hair_flower | hair_ornament | large_breasts | purple_hair | +|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------|:----------------|:------------|:-----------|:--------------|:----------------|:----------------|:--------------| +| 0 | 8 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | | | | | | +| 1 | 15 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | | X | X | | | | | | +| 2 | 8 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | | 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 | | | | | +| 4 | 13 | ![](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 | 18 | ![](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 | 9 | ![](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 | 6 | ![](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 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | | X | | | | | | | diff --git a/dataset-1200.zip b/dataset-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..48e37f9f231218622e54393279877e71d8c9a42a --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad71a20caecfc9a75c919dae3a7182b186a676c5d692685828cd01383524e340 +size 440143238 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..9dff3fcbc942dac13a8ef6fec19c872fb1410cd4 --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c382d55c97cd8568b02cdce4ceadc399b164c67d76a26c3e9ebe709b927c9c +size 244417167 diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index a283ebad94cc321b7c019d7e5a4558c5c27ac7d5..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84f2d02e1b89db3a2037242264f51a6f17d079f1090721defdf46495a0862916 -size 967771498 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index 67d7422a699ed9b72dc2c89b4ab07d56135dd01e..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2e643767136d82dce08df77a1012b0fcdbcb6feb945ddd21a7295fdcd85eacc -size 500366127 diff --git a/dataset-raw.zip b/dataset-raw.zip index affec37251f27b82410ccbf41353a16204d621e6..4460271bc1446a05c8c89193a332737a4f209a49 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da3c25375fd8a7a81570d686bc7a18f1503dc4391cb7c280fc3df43eff8ba677 -size 500435504 +oid sha256:d05b96ba3470bc85ae0c147c2dc8f22736d215c00568e5d67dc20b943384ac45 +size 530060669 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index a84b2b20139f24f83b4b94ddd1a6b1731406cd7b..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc97e0c928d272d30ee9f9e5b6589d3f3c6c0de604baedddfc56efb4e53260f8 -size 877141435 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index cf47746a45d9981e285234141ad8372b65a62c8a..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28daa4163858c20b9a1541f36e00569b5d1a9c3d1770ddc577695986f7d5ed43 -size 573371342 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index ff595f54bff60110a7cbe6c6b761d2ca5eb006c1..ccee0059071df5103c27ecbc7bc49f2ca8bf804c 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:c09324f3ff54b8e9f26399e75d6ae71fcd8b82e7e9fce0e5ad8dc4bab364135e -size 867404777 +oid sha256:9a9334e93cd6e9aa59f582794757a39e34bfeac744625c6a3fc9bf9bf5f08b15 +size 909756755 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index 1730a30fbf501e24f911f6596ef5bd83884a4a24..faeef5e814cfec91f17379d906ba88a8a88ae495 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:e24c14d22107d67fd55f4ba4c25f354ca115957797322896162864668cf7c752 -size 563634684 +oid sha256:69e2c84a27c5be2e1baab8c81d3bd5d62899ea409eda06a1cfe052e30b62ac65 +size 569660870 diff --git a/meta.json b/meta.json index 72e042764d644e4422ee8d9148ffbfdf034744ca..1348ebda8184ba2ef7fdf928d632c7f1584428cd 100644 --- a/meta.json +++ b/meta.json @@ -1,89 +1,27 @@ { "bangumi": null, - "base_size": 335, + "base_size": 321, "clusters": [ { "id": 0, - "size": 6, - "tags": [ - "large_breasts", - "long_hair", - "purple_hair", - "blunt_bangs", - "hair_ornament" - ] - }, - { - "id": 1, - "size": 7, - "tags": [ - "large_breasts", - "long_hair" - ] - }, - { - "id": 2, - "size": 3, - "tags": [ - "headphones", - "long_hair" - ] - }, - { - "id": 3, - "size": 4, + "size": 8, "tags": [ "headphones", - "pink_hair", - "streaked_hair" - ] - }, - { - "id": 4, - "size": 6, - "tags": [ - "long_hair", + "streaked_hair", "pink_hair" ] }, { - "id": 5, - "size": 10, - "tags": [ - "pink_hair", - "streaked_hair" - ] - }, - { - "id": 6, - "size": 5, - "tags": [ - "long_hair", - "pink_hair", - "streaked_hair" - ] - }, - { - "id": 7, - "size": 4, - "tags": [ - "hair_flower", - "hair_ornament", - "long_hair" - ] - }, - { - "id": 8, - "size": 3, + "id": 1, + "size": 15, "tags": [ - "extra_ears", "pink_hair", "streaked_hair" ] }, { - "id": 9, - "size": 7, + "id": 2, + "size": 8, "tags": [ "headphones", "red_hair", @@ -91,207 +29,109 @@ ] }, { - "id": 10, - "size": 4, + "id": 3, + "size": 5, "tags": [ "red_hair", "streaked_hair" ] }, { - "id": 11, - "size": 3, + "id": 4, + "size": 13, "tags": [ "hair_flower", - "hair_ornament", - "pink_hair" - ] - }, - { - "id": 12, - "size": 4, - "tags": [ - "long_hair", - "medium_breasts", - "purple_hair", - "sidelocks", - "blunt_bangs" - ] - }, - { - "id": 13, - "size": 3, - "tags": [ - "large_breasts", - "short_hair" - ] - }, - { - "id": 14, - "size": 6, - "tags": [ - "streaked_hair", - "two-tone_hair", - "large_breasts", - "red_hair" - ] - }, - { - "id": 15, - "size": 3, - "tags": [ - "blunt_bangs", - "long_hair", - "medium_breasts" - ] - }, - { - "id": 16, - "size": 4, - "tags": [ - "large_breasts", - "medium_breasts", - "short_hair", - "two-tone_hair", - "pink_hair", - "short_ponytail" - ] - }, - { - "id": 17, - "size": 9, - "tags": [ - "pink_hair", - "purple_hair", - "two-tone_hair", - "medium_breasts" - ] - }, - { - "id": 18, - "size": 8, - "tags": [ - "long_hair" + "hair_ornament" ] }, { - "id": 19, - "size": 15, + "id": 5, + "size": 18, "tags": [ "pink_hair" ] }, { - "id": 20, - "size": 4, - "tags": [ - "short_hair" - ] - }, - { - "id": 21, - "size": 11, - "tags": [ - "headphones" - ] - }, - { - "id": 22, - "size": 6, - "tags": [ - "streaked_hair" - ] - }, - { - "id": 23, - "size": 3, - "tags": [ - "blunt_bangs" - ] - }, - { - "id": 24, - "size": 3, + "id": 6, + "size": 9, "tags": [ - "heart-shaped_pupils", - "large_breasts", - "symbol-shaped_pupils", - "streaked_hair" + "large_breasts" ] }, { - "id": 25, - "size": 3, + "id": 7, + "size": 5, "tags": [ "red_hair" ] }, { - "id": 26, - "size": 3, + "id": 8, + "size": 6, "tags": [ "purple_hair" ] }, { - "id": 27, - "size": 3, + "id": 9, + "size": 6, "tags": [ - "hat" + "streaked_hair" ] } ], "core_tags": [ "animal_ears", "cat_ears", - "ponytail", "green_eyes", + "ponytail", "bangs", "blue_hair", "multicolored_hair", "tail", - "cat_girl", "cat_tail", + "cat_girl", + "breasts", "black_hair", - "breasts" + "long_hair" ], "display_name": "jessica/ジェシカ/杰西卡 (Arknights)", "name": "jessica (Arknights)", "packages": { - "pruned": { - "description": "Raw data with meta information, core character tags pruned.", - "filename": "dataset-pruned.zip", - "size": 335 - }, - "pruned-stage3": { - "description": "3-stage cropped raw data with meta information, core character tags pruned.", - "filename": "dataset-pruned-stage3.zip", - "size": 871 + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 440143238, + "size": 321, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 244417167, + "size": 321, + "type": "IMG+TXT" }, "raw": { "description": "Raw data with meta information (min edge aligned to 1400 if larger).", "filename": "dataset-raw.zip", - "size": 335 - }, - "stage3-1200": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-1200.zip", - "size": 871 - }, - "stage3-800": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-800.zip", - "size": 871 + "package_size": 530060669, + "size": 321, + "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": 824 + "package_size": 909756755, + "size": 827, + "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": 824 + "package_size": 569660870, + "size": 827, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png index 0af4283d95966cdd6880be32c67c846c57072db1..12ea05c02a7f17a70084072f5973bdb23ec91c63 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:091be7d2d7bbf5ea8553bfe05661b99e9bdca66beb3085fc8aa065cc0ec24248 -size 170868 +oid sha256:240e89cb2d9b9690c9d048aa523aeca4ab866b6c39c7a83589de294415d8159e +size 288563 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png index e1ef3283b2f44e45c33b98669f9d4c2481821c7a..973bdc6a2c3020a25dfcc0ed74639bd84f8a04b8 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:bc7212b185e106d130619a976cf14687d5cac5c53351ebe294982bc9f345f595 -size 414807 +oid sha256:9b4a019749b26c8e8a08930e88bd4497bdb534058d0c67ed23146045e7a54c8d +size 163459 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index 56a89ccac126bb2e1ea98fa232fccccb36e32aeb..fda605c82ac841206cdbc99c55629f2a86ddcc91 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:232884e148994d846e8231c6153c8f2703a1cb7b0e05b08246a8047631efcc57 -size 232838 +oid sha256:6ec463137c28c28d8879428887870587d1d44d6185a9603cddfd1b75ab697c82 +size 183773 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..7f1f948df7f70684a3fb1ccdfc10f213b97d0f52 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f85b214b8ca105dc2c20d84b9544181de4306fa9e6e79d0a62da1192db24a3a +size 228113 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..4cbc8d42ce4ca22f4edcd7f3c457ad09892e83c4 --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf50d84053e30ef08a3573aa5bdae6781d173853cdd05721ee58ad6762176fc +size 372093 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index 095233f03e24298d807f3906b5e81109392ba006..4d54b8e44bc645d3cfa8a1c2f08975bc0203df41 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:534c2d17f701d8e615734cf1e1d170c96ed1ac37cfa510452841f6047f91290e -size 345217 +oid sha256:8c9d42acf347abe54a8434f82ff0e295f2176f9897470863d6ec065fcd427362 +size 298497 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index 8f5087862be55b3022b6cafe15012336af418081..2338c3d5b8fb1d251e277aba560678e46bb47089 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:49ba39297731150e9d554cdd73e0917f6a9fb33629bcba0e93ae2955188d921c -size 476755 +oid sha256:635800116b4fd36ab4f4982a9982020af0d1bd08a69ab3ef1bd3e911207025dc +size 111390 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index 0f6fd5b46c6da4cf48fa44835f47b931f7cb769a..b39963e2d2dfbd007d2928ab45785a6e687d7c81 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:3a80da48be3d6b6ddf2f143acca4c7be16176c29e13d0fe626fd81614168fd73 -size 395572 +oid sha256:b2084b60dfdc8be725a27e122fe8d806aa39755423a4d40eca9e0bed6d31319b +size 123935 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..693000b14326efb1b0792735e068a1727c2c1623 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cf1317257469533e1a80a6947c02c6bd1f1fd1b3422cefdc792bc770d5329f +size 327673 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a73aa001c75f4c959f78c3c82f3ce93e62f08f --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939fd3bb9a209a0f1cfef1ab2fc01588d874863bcddfb7e3ceef0fafa9816d44 +size 432119 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png deleted file mode 100644 index 98d2d21231728d6a4a1e7955aebbc95d9758e9ea..0000000000000000000000000000000000000000 --- a/samples/10/clu10-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:503e42e5668a64db39de0d897fa02bf3b981820baec1f6092bd9e3b970d204df -size 213337 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png deleted file mode 100644 index 3c4decf8be0ec2749d696c434934611e0955ad9c..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ae00d955eb5e4df5e6af8055928843db6e562f46af123d1d506e6e6c56670b0 -size 249328 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png deleted file mode 100644 index 81813dd96809e0058a6ee77358c9727f4c5e397f..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae8277f1cf0c5ec9805eb1519ad47cfd98213a014dc9f51ce90d699e4d502248 -size 381097 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png deleted file mode 100644 index eead6330c1ed52a83403e7ba1cba674267d47a31..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2cea88ee1257a7bb2381f62cd3a497b4ea482d6bb0729b1f6d992af306bef1e -size 361121 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png deleted file mode 100644 index ed6e645e550c9b256a9f16e0d42a8ccb579611b3..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9927faeed8092049a127e5806b2ae5c7ff1a6191e87854c35eebd066c3f82a1f -size 528066 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png deleted file mode 100644 index 46198282f98b6ac46913ba7f6e313ff526be3071..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a9b9c67a186034daf374c72dd14acb0a8292a5c3164affa23b17ff729b2914a -size 278772 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png deleted file mode 100644 index 239f9af750413dbf65107ced142b65b0d2032712..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82a5112a4d16df6aecc6c5c5e4e62cd2eebd7e60e8dd991c21f412351277c317 -size 426880 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png deleted file mode 100644 index c86c38337382ed25e87b920cc121e888c3ac1c59..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1976e372b32ee09b2c05d1ccd2b1781ec9a8099484e11243b04d4ece6f74d6d8 -size 376516 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png deleted file mode 100644 index 9b06f7e558c1b0481709c09e3c07adc64d2a63f4..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aec6b0480a1271eb7cd41114877d9f0049addd45803aea6a13cc36c99b93f0f1 -size 259942 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png deleted file mode 100644 index ac10886b250f22d059861cffe9a0134e7e7846c6..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f3eef6288ecc8a01a82625892ecc5fd69799d571ce945e52c09f10aea8ba2cd -size 196105 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png deleted file mode 100644 index a28d6152ec802aa62bc73c7cf281a40b37468681..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5067d18e0ee9d46f43c806632a2e1939cd11edb6bf92d1392f94dc817fd8954 -size 321529 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png deleted file mode 100644 index 7e799489cdf70b5080a0badc4ff6f2381055feef..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c2927448089dac124b9cd4881d05b85245da69789e00fd672fb043dca73ffb1 -size 274303 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png deleted file mode 100644 index 9528a1b188cc3ecfb2450efffaaee7cfc99ba649..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c16680c6ea5702636e548482f6dd9b495eeb99cba2a587beb73a975c6aa480c -size 262360 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png deleted file mode 100644 index e8779b3071af3aff2aa2e81ef3f4a8e86be2859f..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26ad2de5dcd1d427e6600726af9bd9fe936b38106932762147067de7cbead945 -size 301294 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png deleted file mode 100644 index 8f359239072a82665555d8b9454d370cd4cc496f..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1bf3535270334416a89a3db80b4ba8853d10085b7b8d5cf5834d1adf1e97faf -size 537656 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png deleted file mode 100644 index e2d94166aa56f85fcfaa9733c99f4f99bd11b840..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1888000ff27dee10199081a5c441f43f30ed9767d49a17a3b1910a7a5bec82d -size 272301 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png deleted file mode 100644 index 8061638d4896a8218664c35eb6a1a9991e49bd66..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5827a9c3c121010037ce7152ff7c1e1220c22a56b9c060a9aedc506e83ed5bc4 -size 304011 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png deleted file mode 100644 index f2dba9a71d704c22bdefd4e02ce3ba080aa8d3e4..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c317ca7b497d41ed401ae7c7ca941fa05b5d5a49c6de19810762880c0fcc7676 -size 479958 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png deleted file mode 100644 index 5a3b6331ac826b9dc167fab5c27a18f694ef62f7..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d77a5e6589a8d9b9b238d86132a74fc179486bb0888f11f2b709871d97af3151 -size 440605 diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png deleted file mode 100644 index 856ee9ac664eac2351c3154b2bbcdf08506a3bb1..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:219e1465ae986f194b7c88197e6fc40c4ed23e1f7904eaa0df961c5f9760f0f3 -size 502209 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png deleted file mode 100644 index 1c0f4940e62a1149a45ade9e6ab6bf30c8617fab..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68e7f9492f6725b0c96c4670b21f258d725f7ba64ac6005ef5fb04cff929bdc7 -size 300458 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png deleted file mode 100644 index bf4febe95e7e02c9def5f76796f20b9fca8b3bfe..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e044cb0f0f14f444cc0c8f4b9965f0e9d30a8f953e03c3c0ad6b6253f9f46698 -size 285292 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png deleted file mode 100644 index 62f63896a2b36772ef602b4159f5cf80346a88fe..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3942cbfb75ca6c160cd2bf6b26ff1edc9a076737aba3acf43ada32f0bc9940f5 -size 394637 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png deleted file mode 100644 index ef9d0a5a6028dba605f4946113c2981337fb9acd..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdd0e0c6368532e458312bd03a440c795389b9682bee9e35d0b08fa45c581b1f -size 182654 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png deleted file mode 100644 index b39223344f44ffa49b5edb8e8ac50f085f2f684b..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9693a3625ad08f9a1d066e10aaba9e2b8bde5010021510ae6a5fb1b1b1cd74c2 -size 467150 diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png deleted file mode 100644 index a081f225cfe0798d58a5593f48c6121bc726470b..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40066170a513edb7c4c1d736b52cbdaf2f4926459ff2721b7a8a8c33da42d283 -size 258298 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png deleted file mode 100644 index c8b51bdbaa32c77337dcaebd3b4e232c83bdf8a8..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c1b8f9ec0750f770897fa06df77ca2eddea2fe2318e0f4aad814d6ac5abfa76 -size 286615 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png deleted file mode 100644 index 7561a2a17c650a1f1dd01de409a843e778ca7bfb..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc8aaf021409f5a3f58ca656903b0231e109aefdce3835f84efb809583e62668 -size 374685 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index f5121332e2c776dc13567f5db2b24ebe45baa566..c0904ad40488592b15372cf3f671e9c11923c601 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:230d3c0b6a25e317ced5a327fca1196d29ea55a539c56f14c35af7ff9aa60e5b -size 245509 +oid sha256:910fec3e3a9057f32f1461f06e6235be776d9bb9302a86b87949aa60a2766528 +size 259060 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index f8f0eb8b3ccf9b1ffa9d59cdfa5546ee200b9352..becfb3937c0536e567b4c34eaa1d15b2e67ec04b 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:f5b766f9421207fac694f4b216cfc672c0e28e7d14752ac5cde408f071f118f7 -size 171335 +oid sha256:75e139e9cca6ff8b79a91328243e84c61e40ebce1cf142e576e00e1dae6e148d +size 189602 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index 5f9b11b85c7975bc870b39638d68308c10792a87..878fc3d0c49714ae653fdf591b5453b076ac1c8a 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:a382708984817a2fa2d3aee8b4c2bbddcf22d146c890846939e6deb6c97b5f42 -size 341190 +oid sha256:eaeb90d3ac7d75b78d170163256a80622698b32d600705ec91a28fdb42794b4d +size 169316 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..3eeaa5e16a49d5040e27dfc8af0b2a61d42844b4 --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4779333c3bf413a5e71b3808de90dee2e363f81a3cf0a07d4cd62d0a55b4ee6d +size 322011 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..3ac870cadbe4c2996c674c887c99b119f8555d3b --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c65b648b36cc14d4472f32159ec5e66e3b8537e6b77ecf07da1a76d7c4a487 +size 212191 diff --git a/samples/20/clu20-sample0.png b/samples/20/clu20-sample0.png deleted file mode 100644 index 790b955cb2b84984483f5516b49f75a5f05630ff..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00acb77c99abe47a6933c3101f299456d1bd060ab074dd5be66e15c04ad59971 -size 270139 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png deleted file mode 100644 index 0ccb6ff3990ae6c4aa61d715452eb5c71102fb79..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3edfe611846be721df48198154de6e27dee3c88b8071d379bbcf3b9dee24c59f -size 504034 diff --git a/samples/20/clu20-sample2.png b/samples/20/clu20-sample2.png deleted file mode 100644 index 998de0eb1c8ebb2cd3525d2ed10a671dd36d8c25..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8349efdd7440db37c0e8f9e3128ab90c4bd0b2d4ba1a77de18edec11954d21b9 -size 231412 diff --git a/samples/21/clu21-sample0.png b/samples/21/clu21-sample0.png deleted file mode 100644 index c4a74cc59f962db10475e0ae3443d928767875be..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:abddeb6ebdd5692a9bb942d07348edfed603b2c2c6165bb31e4b8cae4ef3532d -size 492268 diff --git a/samples/21/clu21-sample1.png b/samples/21/clu21-sample1.png deleted file mode 100644 index 5f3dabae39ec73d1d185aa06f894df39b9412a77..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d9b02046b6107a44d39115b13d0b5bf0b54fb0f240ecc079e754728ffb38c22 -size 316890 diff --git a/samples/21/clu21-sample2.png b/samples/21/clu21-sample2.png deleted file mode 100644 index 1a06debb11bcd8db5771995eb3f30e8aeea32702..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10e87acc93d442dea7872f3f9835ec65eeb25b56078a6c13a4cb8e1b8eede6f0 -size 117806 diff --git a/samples/22/clu22-sample0.png b/samples/22/clu22-sample0.png deleted file mode 100644 index 91c936c7ebcfd4aefe4214c61804e030dc9d46c2..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:046104cdd8d6861f910d77ddbef9040458da1e7a6e86d9e97f7e8307e734681b -size 301511 diff --git a/samples/22/clu22-sample1.png b/samples/22/clu22-sample1.png deleted file mode 100644 index 5077d19844227f2bff554eecc85057dd6485f0ce..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ffc691db8a3ac2bfae482aaa36ce27766e4b1a2ae088f29f81aa3f73d21d003 -size 421145 diff --git a/samples/22/clu22-sample2.png b/samples/22/clu22-sample2.png deleted file mode 100644 index 9875d818342e45b7b40c9401187d133b8a23143a..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e79f84bac4180caa3719fabfb1da7e6f4dc592169b3ff6963709680c8338b773 -size 252396 diff --git a/samples/23/clu23-sample0.png b/samples/23/clu23-sample0.png deleted file mode 100644 index b56598b31d31f259e608134d99fb7fb8ff77c445..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b8c882334f305f238f2060b781b7a371f17090f9e7b5f9bfd566bbb832592f0 -size 414432 diff --git a/samples/23/clu23-sample1.png b/samples/23/clu23-sample1.png deleted file mode 100644 index 891639fa1e37a33f5af849406ffedc74bc89acc1..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a01697544055b9d59c99d8c6f45e7ac8d9470889fbe162f54a8f2b695c63680 -size 186093 diff --git a/samples/23/clu23-sample2.png b/samples/23/clu23-sample2.png deleted file mode 100644 index 5a8a3335d06af4fd9fe39df72a76e0957df3caec..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be6c92cd8dd5afa73a2972b0db6eeceb9f2d0676bc22fb618babab3f0eb5d17f -size 349088 diff --git a/samples/24/clu24-sample0.png b/samples/24/clu24-sample0.png deleted file mode 100644 index 46c3a4798b02d48358fb8292b878f992c721c101..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecdcbefe2f46885f3ba8b1f11f7026c9bf06c1d18c6dfc0f8df8fbff38b85aec -size 531998 diff --git a/samples/24/clu24-sample1.png b/samples/24/clu24-sample1.png deleted file mode 100644 index 417c2f8b0d322a0967d5bccafc54a33aa52b4885..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0b1241a3819167faec04cf6c41064ec41ea1bf2a50989e48a76a767d5e07387 -size 300113 diff --git a/samples/24/clu24-sample2.png b/samples/24/clu24-sample2.png deleted file mode 100644 index b3bc95b5f36f7b213f291bcbb48710cee17b8e67..0000000000000000000000000000000000000000 --- a/samples/24/clu24-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd20ed60a18c37ea34c3b7490cb7d2b6dc38a7037c0ed33d9fd3515b4a324287 -size 189493 diff --git a/samples/25/clu25-sample0.png b/samples/25/clu25-sample0.png deleted file mode 100644 index 3a41ad147bddb92cb09e4cb5998e08c5761cac01..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79723222b42b23787423bb15de8e2161274900f8dd1b3a470d9ffda221ecdef7 -size 291490 diff --git a/samples/25/clu25-sample1.png b/samples/25/clu25-sample1.png deleted file mode 100644 index da4ce4a544f3d16b52ff115f8aec2e22bb419632..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73aad3a4c34b6d1f374168e2a22f2e8e2c982ef6779ab37d38ab73b7c85c9d91 -size 187134 diff --git a/samples/25/clu25-sample2.png b/samples/25/clu25-sample2.png deleted file mode 100644 index 84e00100c039adc81de3d24dab599d4c2a44819a..0000000000000000000000000000000000000000 --- a/samples/25/clu25-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:715b9385df3852000ba89fe6a863053ea330d79afbfefdab94c8cbf9c813c645 -size 368577 diff --git a/samples/26/clu26-sample0.png b/samples/26/clu26-sample0.png deleted file mode 100644 index df55f64b54ea11a692597b9440338b1dbd7d7426..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f42f2c27b46d1837511f3102f902efadcaffd838ef657041679517b62e49100 -size 327140 diff --git a/samples/26/clu26-sample1.png b/samples/26/clu26-sample1.png deleted file mode 100644 index f01cbde11b95297518ff49bf076035887896f832..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02e8086930a6cb08efed33b4f3d6b237ea782b044c261deef799c4a6751a6033 -size 304396 diff --git a/samples/26/clu26-sample2.png b/samples/26/clu26-sample2.png deleted file mode 100644 index cecffab8b9c8484b530fe67863a7e01bb623abff..0000000000000000000000000000000000000000 --- a/samples/26/clu26-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:801d4334491b70d7dd3d760825619ec22c69fc8e8e9ed25554625913343572d9 -size 272003 diff --git a/samples/27/clu27-sample0.png b/samples/27/clu27-sample0.png deleted file mode 100644 index 7ca768513d4a495a4c8f49b22d93a8b7a416c8a5..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3db71e56767bb42ccd9a4b811f17880076336cdfbdb45c8b3ec0470fc034e40 -size 158370 diff --git a/samples/27/clu27-sample1.png b/samples/27/clu27-sample1.png deleted file mode 100644 index c24db5edced634e29eee0ebcfae25f7271977215..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90432ff13cbe39136a0c4261690430607f9d037162b50babe368e243d5566ef5 -size 469763 diff --git a/samples/27/clu27-sample2.png b/samples/27/clu27-sample2.png deleted file mode 100644 index 98648357cc151ccf38c64d8c91beab0583df2dae..0000000000000000000000000000000000000000 --- a/samples/27/clu27-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2c40f55e9ac160e299496d67c8b41b7823dc1ef226de51099404d9b91670dbf -size 193252 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index da60fd73bf571e42d24d5b5d6ae4109e2ac6273a..7f181daeb791a9304d8b5c9cc1cebde888be906e 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:c31a04fcfe6b073be1ff0c722283bd8c17339067f12d8061b25c674c7821fda0 -size 316122 +oid sha256:1be998388b681250c14c8d3ac7590342aa557bf04ac3687cdb16964fb1dfb895 +size 251749 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index 12ea05c02a7f17a70084072f5973bdb23ec91c63..67e6ca8aeee4f5ed581acea5f3d2abe05b898deb 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:240e89cb2d9b9690c9d048aa523aeca4ab866b6c39c7a83589de294415d8159e -size 288563 +oid sha256:aee7335c8fb3c3c56f6a52e4ce2992a213efe23d4dc68c4f6cc5a8033ea2122c +size 324049 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index fda605c82ac841206cdbc99c55629f2a86ddcc91..c195e4705d2289b880f7fb0754115a5c0e7f1c94 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:6ec463137c28c28d8879428887870587d1d44d6185a9603cddfd1b75ab697c82 -size 183773 +oid sha256:a06a7045a0b758adfe383eb2b392198008e5fcccabd6db259f6c39b8bba5ee5b +size 211588 diff --git a/samples/10/clu10-sample0.png b/samples/3/clu3-sample3.png similarity index 100% rename from samples/10/clu10-sample0.png rename to samples/3/clu3-sample3.png diff --git a/samples/10/clu10-sample1.png b/samples/3/clu3-sample4.png similarity index 100% rename from samples/10/clu10-sample1.png rename to samples/3/clu3-sample4.png diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index ea6611d8b36bab4098709e9970587e3de361e59c..fb606c8c27033b25e525f985ec4a76e741a438b2 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:08dc43c28b06ae7c9d734fee49ba0a6acdcac6f48d66fc51112aab3995578e61 -size 336193 +oid sha256:b7dc92058a602214bc921280fce1fc26c6e06e0d11fe2f30e0f558ced3eed270 +size 294242 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index 3c5ca6f574e3a21b3ebd32d7c243949c1fa4e788..3e308282ae303fdfbb0fd9f36c5f0d4e11b59753 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:36ecf85ba56f3219b8ae6c32833f3cb4e827b0e3acbcb15d8d43105affcd1c27 -size 155044 +oid sha256:c595cd42e928b1d98714cc2eb43a2f62582815d034dea682e22497c45c005d7b +size 295885 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index 2afd031705fcce6bbc401ad1618cccdc0feea9c5..15aeb4c0c2a388548b7783d0b39887ed0d1dcf0b 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:c38bb713523ff9e60556aed08dd374dbe391314a7f1b6acca04dcc0b8be23712 -size 408447 +oid sha256:ef93861affad4da28de197fa334062cfa90453ae84a8657694f034ef0f4fc2bd +size 368368 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..06a663a92db3268739ca91883aac874a6f15ee44 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae508f4dd5b3c50748bc6c844b68a0b24d7a17e0696c535da9741d9d1920b8f +size 261787 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..cd9e8eb2543657ae7b0096050e7aa658bae9cfc1 --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a065185ae36bcdfa27f87340667b4c6410b0b3a7e453b4e392a2b216d274f9c3 +size 340866 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index 4d54b8e44bc645d3cfa8a1c2f08975bc0203df41..2640a08b1d026f12d010dc7244c47cbbb8bab51e 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:8c9d42acf347abe54a8434f82ff0e295f2176f9897470863d6ec065fcd427362 -size 298497 +oid sha256:bf99019f93215866a2ae0b377ae1f4451f8f2851e7f361f2d552c4b97e0b4b3f +size 268202 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index 9969760e4518ba479def93bb4675936e7e4d57fe..7484baed5aae2a86707b6089ed4646f80bf98474 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:ca6982399fdea46cf6b126ce784a8af6b6cdaf73dd693e027527e8845c6aedef -size 155482 +oid sha256:f101017ef6ee965cf66a6c24b1ed1d6a821e4c012cf6b64a985a855443344b89 +size 224224 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index 81f26f40d8dfefad17d38d2a46993892380b1940..1e3ed86ef61345595b79599fb987f41dc6d6c1ac 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:f27635937133325f8136e73afcc1eb8d57da44707471ca31860c575526712038 -size 282028 +oid sha256:6cf6d0acb815a5df2db1e37ce10b46911a7e31651901787254fba0dc06357efb +size 328444 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..4bc5d6496968fcddc6c672852c5145777e0e8026 --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b654e09c88341142d13e2c9126ab1e9cf01380baf9171c6121d117f353673e30 +size 217940 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..5a7daf8a52047190859fcc8f28638493b54bd569 --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbde71e66cc9ec1deaa182ada49ee23f02b69c9ec632650d57721a9552038b5 +size 230225 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index 1013b90f327885a4a5ba96555d5f8b746fa578e4..3e0df6b6d51da61c54b340dc0972a213dfcde9d9 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:361791a8ce2a7b1a52e668fec34a6ed337088a50633b99dfae5eb0206e641b50 -size 326628 +oid sha256:f4db805d45cd35226ba579d4e6e680b9a48fc5adbf4e343254941ee42243a253 +size 358473 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index b78e04ff55cda4de5aa2a1d1319bc1f2045a74c9..095233f03e24298d807f3906b5e81109392ba006 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:3afd876c530a903358829a6e2ab97ed1574b4340f8b1ca2d0d3869b197923bba -size 252530 +oid sha256:534c2d17f701d8e615734cf1e1d170c96ed1ac37cfa510452841f6047f91290e +size 345217 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index 693000b14326efb1b0792735e068a1727c2c1623..0f6fd5b46c6da4cf48fa44835f47b931f7cb769a 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:b5cf1317257469533e1a80a6947c02c6bd1f1fd1b3422cefdc792bc770d5329f -size 327673 +oid sha256:3a80da48be3d6b6ddf2f143acca4c7be16176c29e13d0fe626fd81614168fd73 +size 395572 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..8f5087862be55b3022b6cafe15012336af418081 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ba39297731150e9d554cdd73e0917f6a9fb33629bcba0e93ae2955188d921c +size 476755 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..087992ee54198777f8580b644518b0f7a19e5d32 --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9b80176509c5aa28da91264e5b7fd6c0b77a49958a0c914ed09aadd6115502 +size 347391 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png index 681d69a0e2092786056aa131b1e4d4c5316277bd..da4ce4a544f3d16b52ff115f8aec2e22bb419632 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:719737e41119dfa3f717ae9b6d3c70a80e530af980b50ce48910131c031c009c -size 264190 +oid sha256:73aad3a4c34b6d1f374168e2a22f2e8e2c982ef6779ab37d38ab73b7c85c9d91 +size 187134 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index ac85ade46196e467c7f8b9440b8d74573ec1aa7a..3a41ad147bddb92cb09e4cb5998e08c5761cac01 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:76aa204c08d3125da6379b5dd04bdf50daa9b968ab36a671c3748eee807864ad -size 546779 +oid sha256:79723222b42b23787423bb15de8e2161274900f8dd1b3a470d9ffda221ecdef7 +size 291490 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index 38565580f1a0898edca9ef505ace588616a05ed6..d8d5d49f346d2f5ee0e1e85ee529cd628bd32eaf 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:b88a7578609a8b1f41a99d9a407ddae4a0f368544031ea5436f350f41c6b0650 -size 146139 +oid sha256:77e4b85fbdca5811b357192bd21dce5e5f58e4ed0df4666a48ef7bbbe8d3cf75 +size 209347 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..00c1f39e2c2b28fd78aee79ceaa996cb6d6810f6 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7219e850457a9aed1ce7137f8b830710c9f61e7a03d53f035182c90ae86134 +size 198251 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..fc367789d9af61d2fbf612248753179d846e477d --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabdce59477dae9bb9c21b7a31ece6c7238f03f9abf7d9becd49baae96ea2847 +size 248391 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index 219117d6799186ee54fccf123e520140f26f3297..2d7a772054fee9c17a8650611215d3ebab3c9ec5 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:e302e41efecdc0bb10b85c95be8dce555c752df89f770c440a5b6ac6eb8f5115 -size 139292 +oid sha256:4c2192f975f8f36979e1a106f2bc3f97276759837a82ac2c7801ffca6392814a +size 330027 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index e2b67632950d92a14abce76ef60152bd718934d3..d5fa0916506334b6e8649052cd3aeb7627ade231 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:3a88e5145609c2ac4ffe59ef435dc8646cf2c0aeb33be839974b349397fc00ed -size 286515 +oid sha256:be7d0fbfe712e8fec1e6eeaa46fc91da0cb646257340d75bd4624c6afc52f02b +size 255886 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index 49c843fc5356429319ac5ccd086ba83e8d2825e5..f01cbde11b95297518ff49bf076035887896f832 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:e66a65e58b7130f67d235a9f87a2078654f0e060641b5e048112e9d8de20cd8b -size 185812 +oid sha256:02e8086930a6cb08efed33b4f3d6b237ea782b044c261deef799c4a6751a6033 +size 304396 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..a3879de91ef3fcfbb5fd0f2f3764446e39ed7493 --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a283886c80e1a4e7e2e99ce289cbd7cda7672a2b9f1a4b778412abfbc00f61 +size 472670 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..88c2446258feedbc5abaf96e4e5ec900f85d9fe8 --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91166b66a1f91c5406e98b3a7bd4983059eddfda148efa1d2c42acd881a9919e +size 266358 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index ee3e563e9ae9404187655c90a477f0ecb841eaf3..83fad98cd99dee3c38a411d36284e31a61a874b6 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:4a154564f9cc01492e85eb6df4899a70da9ab1b64a13dae768da9db47e6db236 -size 181440 +oid sha256:92c17e8a4c9d584351654dc00ae62db5deb5396c589a3fe8c85dde9e1555491b +size 234114 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index 3eeaa5e16a49d5040e27dfc8af0b2a61d42844b4..91c936c7ebcfd4aefe4214c61804e030dc9d46c2 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:4779333c3bf413a5e71b3808de90dee2e363f81a3cf0a07d4cd62d0a55b4ee6d -size 322011 +oid sha256:046104cdd8d6861f910d77ddbef9040458da1e7a6e86d9e97f7e8307e734681b +size 301511 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index 878fc3d0c49714ae653fdf591b5453b076ac1c8a..9875d818342e45b7b40c9401187d133b8a23143a 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:eaeb90d3ac7d75b78d170163256a80622698b32d600705ec91a28fdb42794b4d -size 169316 +oid sha256:e79f84bac4180caa3719fabfb1da7e6f4dc592169b3ff6963709680c8338b773 +size 252396 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..76513c5f13198109af41fe8dab316c64eeb10df6 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186c378032987dc8cc203197d34639f2a19f5fc6daf1d26d6799f06ac61a24e6 +size 326237 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..cbf58d186212e9c513eff3f3782c082f4850cdcd --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a181b01cd73ec605b97c6441246653bfb26ea1c3635b9cdb859ab7f21afd5a0 +size 318742