diff --git a/README.md b/README.md index 16da38176d35a8ccaf261569b9e5eaa8044cce54..de65963394605123ce293905419e9a9d0f41f279 100644 --- a/README.md +++ b/README.md @@ -11,81 +11,81 @@ size_categories: # Dataset of projekt_red/レッド/红 (Arknights) -This is the dataset of projekt_red/レッド/红 (Arknights), containing 500 images and their tags. +This is the dataset of projekt_red/レッド/红 (Arknights), containing 439 images and their tags. -The core tags of this character are `animal_ears, wolf_ears, grey_hair, hair_between_eyes, wolf_girl, yellow_eyes, tail, wolf_tail, bangs, long_hair, breasts`, which are pruned in this dataset. +The core tags of this character are `animal_ears, wolf_ears, grey_hair, hair_between_eyes, yellow_eyes, wolf_girl, bangs, wolf_tail, tail, long_hair, breasts`, 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 | 1271 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 1271 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 1204 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 1271 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 1204 | [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 | 439 | 734.43 MiB | [Download](https://huggingface.co/datasets/CyberHarem/projekt_red_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 439 | 342.26 MiB | [Download](https://huggingface.co/datasets/CyberHarem/projekt_red_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1095 | 762.93 MiB | [Download](https://huggingface.co/datasets/CyberHarem/projekt_red_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 439 | 611.02 MiB | [Download](https://huggingface.co/datasets/CyberHarem/projekt_red_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 1095 | 1.17 GiB | [Download](https://huggingface.co/datasets/CyberHarem/projekt_red_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/projekt_red_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 | 16 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | short_hair | -| 1 | 10 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | grey_eyes | -| 2 | 4 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | large_breasts, short_hair | -| 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ears_through_headwear, large_breasts, short_hair | -| 4 | 3 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | brown_hair, ears_through_headwear, large_breasts | -| 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | brown_hair, ears_through_headwear, medium_breasts | -| 6 | 13 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ears_through_headwear, large_breasts | -| 7 | 9 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ears_through_headwear, medium_breasts | -| 8 | 4 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | short_hair, v-shaped_eyebrows | -| 9 | 3 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ears_through_headwear, short_hair | -| 10 | 4 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | fang, skin_fang | -| 11 | 4 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | animal_ear_fluff, fang | -| 12 | 18 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | v-shaped_eyebrows | -| 13 | 16 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | medium_breasts | -| 14 | 4 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | large_breasts | -| 15 | 15 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | ears_through_headwear | -| 16 | 6 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | brown_eyes | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | animal_ear_fluff | -| 18 | 4 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | brown_eyes, v-shaped_eyebrows | -| 19 | 5 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | small_breasts | -| 20 | 3 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | glowing_eyes | -| 21 | 5 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | medium_hair, grey_eyes, medium_breasts | -| 22 | 5 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | blood_on_face | -| 23 | 4 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | hair_over_one_eye | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | +|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------------------------| +| 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | ears_through_headwear, large_breasts, short_hair | +| 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | brown_hair, ears_through_headwear, medium_breasts | +| 2 | 12 | ![](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) | ears_through_headwear, large_breasts | +| 3 | 9 | ![](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) | ears_through_headwear, medium_breasts | +| 4 | 15 | ![](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) | v-shaped_eyebrows | +| 5 | 14 | ![](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) | ears_through_headwear | +| 6 | 5 | ![](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 | 26 | ![](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) | medium_breasts | +| 8 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | brown_eyes, short_hair | +| 9 | 11 | ![](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) | grey_eyes | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | short_hair | grey_eyes | large_breasts | ears_through_headwear | brown_hair | medium_breasts | v-shaped_eyebrows | fang | skin_fang | animal_ear_fluff | brown_eyes | small_breasts | glowing_eyes | medium_hair | blood_on_face | hair_over_one_eye | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:-------------|:------------|:----------------|:------------------------|:-------------|:-----------------|:--------------------|:-------|:------------|:-------------------|:-------------|:----------------|:---------------|:--------------|:----------------|:--------------------| -| 0 | 16 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | | | | | | | | | | | | | | | | -| 1 | 10 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | | X | | | | | | | | | | | | | | | -| 2 | 4 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | X | | X | | | | | | | | | | | | | | -| 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | X | | X | X | | | | | | | | | | | | | -| 4 | 3 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | | | X | X | X | | | | | | | | | | | | -| 5 | 6 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | | | | X | X | X | | | | | | | | | | | -| 6 | 13 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | | | X | X | | | | | | | | | | | | | -| 7 | 9 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | | | | X | | X | | | | | | | | | | | -| 8 | 4 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | X | | | | | | X | | | | | | | | | | -| 9 | 3 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | X | | | X | | | | | | | | | | | | | -| 10 | 4 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | | | | | | | | X | X | | | | | | | | -| 11 | 4 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | | | | | | | X | | X | | | | | | | -| 12 | 18 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | | | | | | | X | | | | | | | | | | -| 13 | 16 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | | | | | | X | | | | | | | | | | | -| 14 | 4 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | | X | | | | | | | | | | | | | | -| 15 | 15 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | | | X | | | | | | | | | | | | | -| 16 | 6 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | | | | | | | | | | | X | | | | | | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | | | | | | | | | | X | | | | | | | -| 18 | 4 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | | | | | | | X | | | | X | | | | | | -| 19 | 5 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | | | | | | | | | | | | X | | | | | -| 20 | 3 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | | | | | | | | | | | | X | | | | -| 21 | 5 | ![](samples/21/clu21-sample0.png) | ![](samples/21/clu21-sample1.png) | ![](samples/21/clu21-sample2.png) | | X | | | | X | | | | | | | | X | | | -| 22 | 5 | ![](samples/22/clu22-sample0.png) | ![](samples/22/clu22-sample1.png) | ![](samples/22/clu22-sample2.png) | | | | | | | | | | | | | | | X | | -| 23 | 4 | ![](samples/23/clu23-sample0.png) | ![](samples/23/clu23-sample1.png) | ![](samples/23/clu23-sample2.png) | | | | | | | | | | | | | | | | X | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | ears_through_headwear | large_breasts | short_hair | brown_hair | medium_breasts | v-shaped_eyebrows | brown_eyes | grey_eyes | +|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:------------------------|:----------------|:-------------|:-------------|:-----------------|:--------------------|:-------------|:------------| +| 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | | | | | | +| 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | | | X | X | | | | +| 2 | 12 | ![](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 | 9 | ![](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 | 15 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | | | | | | X | | | +| 5 | 14 | ![](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 | 5 | ![](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 | 26 | ![](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 | 5 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | | | X | | | | X | | +| 9 | 11 | ![](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..c65700d7111a026fb204a5ac25549339a15c8817 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31d129bee48bd502bb91aa41c3be1ac0f67f2375a43b40ab0e6a757dca3bddc +size 640696065 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..17a446d3eb095d9e80e35739a5017f05f76b4cb2 --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd5625e15851256b53bb45a489dae41827a11c7ca4703156fceb8af5f15e178 +size 358885586 diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index 8b8496d3a198df77a605c8e53a52ce6e3c00a2a3..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04ef3731d231dd6f022bd1cbbd14d2e378008fc6bbe1af2e013d46289e5f08c1 -size 1585207971 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index 8e584f0d25679831f9e6124b42a066eff2d21741..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11ff6d802343aa533b3b314b63127e7429e253d15838e7f1dbacc201284fd726 -size 858876738 diff --git a/dataset-raw.zip b/dataset-raw.zip index 77c02e389e6c17b5f1010957365db7eb9fe9d7eb..58e6a67be4bda26a28d5f59666bf5614dd73b5ee 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c54c66f2a5e0741b928c6b45c450e126bb4b7a8ee5da11837ae4e7b4b7d67fa0 -size 858984044 +oid sha256:3165cc96f654b1f40fe27dd49ab4973e38e134494459b16ffa3e7aac95ab86aa +size 770107975 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index b08d30eb92176f606ad1feef4493eddb104fce51..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bda7efdc0e7e48539e473ed2080de9cccb038c564b53b2e7d426f828b9c6c823 -size 1412967922 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index cd6ce22b54a4aef846130c734bdd713f3ad96f33..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ef721f43f2fe268981ff72949789b7ec828b8025df727d3f363912d94d0cb3b -size 905142777 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index 7593b79e4018984f42162b7b1bc75adb34d76422..1ef5c578d54eff3d9a125ea6f675f442a00a2fb5 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:ebe5919637437d8f35da5031a2e921646fb26230c9f60b57c2853e1d1ddfc70d -size 1398322269 +oid sha256:c4fffd6feb622a9d046839c34fadc464aa51ad02870bceb75433bfd1001d9ce1 +size 1257315604 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index 4a7783515b7489d7779dc602679cd2e737631d8c..d6cefde980bb8c060a3c92bd00d228e36058e053 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:a581cd349f497800836c93d8f9b8d6dc6f45e91f558b89b28697cb3d63f84bf1 -size 890497124 +oid sha256:2a9a509236b9bf1504d0739195b4b228539bcae131c9199eb4a994bc29f37179 +size 799989890 diff --git a/meta.json b/meta.json index 78056367da5b3aa255ad2340fca549df1b5fe6db..250ed85ea2e00ffcec71a17e6390608f51dc1287 100644 --- a/meta.json +++ b/meta.json @@ -1,32 +1,10 @@ { "bangumi": null, - "base_size": 500, + "base_size": 439, "clusters": [ { "id": 0, - "size": 16, - "tags": [ - "short_hair" - ] - }, - { - "id": 1, - "size": 10, - "tags": [ - "grey_eyes" - ] - }, - { - "id": 2, - "size": 4, - "tags": [ - "large_breasts", - "short_hair" - ] - }, - { - "id": 3, - "size": 6, + "size": 5, "tags": [ "ears_through_headwear", "large_breasts", @@ -34,16 +12,7 @@ ] }, { - "id": 4, - "size": 3, - "tags": [ - "brown_hair", - "ears_through_headwear", - "large_breasts" - ] - }, - { - "id": 5, + "id": 1, "size": 6, "tags": [ "brown_hair", @@ -52,15 +21,15 @@ ] }, { - "id": 6, - "size": 13, + "id": 2, + "size": 12, "tags": [ "ears_through_headwear", "large_breasts" ] }, { - "id": 7, + "id": 3, "size": 9, "tags": [ "ears_through_headwear", @@ -68,122 +37,46 @@ ] }, { - "id": 8, - "size": 4, - "tags": [ - "short_hair", - "v-shaped_eyebrows" - ] - }, - { - "id": 9, - "size": 3, - "tags": [ - "ears_through_headwear", - "short_hair" - ] - }, - { - "id": 10, - "size": 4, - "tags": [ - "fang", - "skin_fang" - ] - }, - { - "id": 11, - "size": 4, - "tags": [ - "animal_ear_fluff", - "fang" - ] - }, - { - "id": 12, - "size": 18, + "id": 4, + "size": 15, "tags": [ "v-shaped_eyebrows" ] }, { - "id": 13, - "size": 16, - "tags": [ - "medium_breasts" - ] - }, - { - "id": 14, - "size": 4, - "tags": [ - "large_breasts" - ] - }, - { - "id": 15, - "size": 15, + "id": 5, + "size": 14, "tags": [ "ears_through_headwear" ] }, { - "id": 16, - "size": 6, - "tags": [ - "brown_eyes" - ] - }, - { - "id": 17, - "size": 3, - "tags": [ - "animal_ear_fluff" - ] - }, - { - "id": 18, - "size": 4, - "tags": [ - "brown_eyes", - "v-shaped_eyebrows" - ] - }, - { - "id": 19, + "id": 6, "size": 5, "tags": [ - "small_breasts" - ] - }, - { - "id": 20, - "size": 3, - "tags": [ - "glowing_eyes" + "large_breasts" ] }, { - "id": 21, - "size": 5, + "id": 7, + "size": 26, "tags": [ - "medium_hair", - "grey_eyes", "medium_breasts" ] }, { - "id": 22, + "id": 8, "size": 5, "tags": [ - "blood_on_face" + "brown_eyes", + "short_hair" ] }, { - "id": 23, - "size": 4, + "id": 9, + "size": 11, "tags": [ - "hair_over_one_eye" + "grey_eyes" ] } ], @@ -192,51 +85,51 @@ "wolf_ears", "grey_hair", "hair_between_eyes", - "wolf_girl", "yellow_eyes", - "tail", - "wolf_tail", + "wolf_girl", "bangs", + "wolf_tail", + "tail", "long_hair", "breasts" ], "display_name": "projekt_red/レッド/红 (Arknights)", "name": "projekt_red (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": 1271 + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 640696065, + "size": 439, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 358885586, + "size": 439, + "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": 1271 - }, - "stage3-800": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-800.zip", - "size": 1271 + "package_size": 770107975, + "size": 439, + "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": 1204 + "package_size": 1257315604, + "size": 1095, + "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": 1204 + "package_size": 799989890, + "size": 1095, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png index aff24b4a4755321961cb3815337405b591f34002..642ef960065e5e8587a3581f306517294690d9f4 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:85e34b27292fbff96d33d1e2cf94ceb5a5a6a2abfb809e78cab55620bfb087ea -size 441150 +oid sha256:2dac9e21fb716d66b2ba8c40b4ba7593707e58eb272db55c08e5395d72ba1e2e +size 213489 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png index cafe8b6fd139b00865394fde0c9b8516e26a0aae..cd457b762864cfc94b71d5a402f139659471aa41 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:3af12d1efe5a1a26d5399b0ee9953bb2b0647ba0f79c478c6a37f1534c4b1fcc -size 453223 +oid sha256:1587788e7e5b8d4ec40b5b73c64107dfcc64884ea92c824d771af5687718f07f +size 232229 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index 61a3934c5723537e66edf149d9006cb3b721bb21..b5af74e3f9130a05eab0d6c4459e724aad3e0f2c 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:d9bcf017f7b2d973fc02e74ca42039523f02d1b97469744c1c5fd2872674bb01 -size 420447 +oid sha256:38e387eaabe7a7a260358af6b58bf58c5d053e10082b84bbca631ea443e01717 +size 207983 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..32ae2bbabfb628be97590dc4edefe256e6effda3 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04bc14072541263a0d31ab3a1ade9d2872de334c0cab9b0081cda0699c89c08c +size 291066 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..44a8f7bb32fea25af90dd30818c66cf12b1d359e --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117ccdb221eba90b08b0a8dcb28d7db7495daf95f22280e462b885293a15c063 +size 214745 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index 95576ceccf402092ff415e5a5e2a515e7b4ae1f0..9b182e44699610acc58c510b4b06cb8dbb527ca4 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:087e8388b56f181eb4ad8538e9f5c096257aefe7e5a129179dc1895aab86b342 -size 340076 +oid sha256:8ca09b7c669113835791c4b898916055fa4ac563a4502a92561b926e6472640c +size 237492 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index 83f7722dfbb162c57410488939c8ae926a9f9ffe..8f2059e606e74751d2314d5fd77cec3b28d757f2 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:989220196f487b68989d4c1ba9ce56294c8a408cf4bad75175737a4aee8ac7e6 -size 387150 +oid sha256:0152a97b18bd2068b4261c34cf365dcb6d9be4a76f2e06456b902b32a3367ee7 +size 268079 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index 3e88282d419f64a16fe395e3993910366e05db68..cc4f27240ef42e1bf7e9fe109e72a63c1d183d32 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:0432ab44a202cc893abfd84b862a0db434bb32dd7627a8f8058c6af4f154820d -size 241826 +oid sha256:1519a944586d2048e6992fece74080ee5733bb946a1c169b5b9f140a86ba6774 +size 445656 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..29b1a73eed60bb15d3518c6325c537fa0a8b0b82 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e818f79eda5c2bd8bcf05a3509775d22ddfee3cae8d6ccff9c11b61537852886 +size 228594 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..dafaa5f7921f6e6cbf14ed6ca3408b85c223571b --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a5d04afb7002c115cd9ff5e8a5643e2f937118e537eefbc5be95a799b84480 +size 323277 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png deleted file mode 100644 index fb74ad7bfcb28fee4058584d6b3b10285ead12da..0000000000000000000000000000000000000000 --- a/samples/10/clu10-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:460b4f9b054d1dec103bf0307ed7f8d55e735a9127b0d7737b19c602c055a7c0 -size 370245 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png deleted file mode 100644 index a8d3b22241b50616bb530e5c75f52cd42ffb5b02..0000000000000000000000000000000000000000 --- a/samples/10/clu10-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4519de9bb240ffc8467b7613eb1ddd2cf14e6f25017c3c2b95dc7294e450892 -size 241098 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png deleted file mode 100644 index 7d7710fffad64f6516c573becd0f522d7fe38922..0000000000000000000000000000000000000000 --- a/samples/10/clu10-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:057134afb03cdec661d4ad7cea425c4615d982dde4c85929cf2401a67acacc55 -size 281351 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png deleted file mode 100644 index 8e911b8b80c73555530489ac87cf524d68859c20..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2259aebc137f0146602bab857406dcbc58df5d0150e7d2933f327580afc2d0fc -size 272552 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png deleted file mode 100644 index f057dcc1c6e2f631b1dec17c2eb342f1aca99f05..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06933841759d094b3733a5441c2cda8d72adc997d60beaa183f5f795a7219c39 -size 202259 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png deleted file mode 100644 index fbb5c2faeef7da26aa8f36e9d6506b3b16748651..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2df6584a3baf05ed920153ca8fa36e9573e3ef19478f0ea4ecba0605fcb8681 -size 222193 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png deleted file mode 100644 index a1544e949ef29b35ac76c0ec72cf0455802e5fd6..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d9ad698f1e2cce1da6e54e94763e05bced40c6fad91548b4b96048798cb5053 -size 245092 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png deleted file mode 100644 index f9c326bffd1ed852193eadb446ff0e4542c14a2a..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4a2b0fc7ca38456936d461215b9af1eaa90526faa27cf7f953eb9cbe5b97c47 -size 359759 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png deleted file mode 100644 index ee1d543c3c202a125a4f50085af244c74eac1b54..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f378d8df5b10417e5f539de6f19f0cb02cbc0cd1d4e121d8289cfe4d3542b81 -size 144392 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png deleted file mode 100644 index df55e34d85ea56b9ce528995f3ddae82995b8917..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99370c453cca9843dacffcedc606be24cccad6bed667b08730da779ba3969325 -size 456863 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png deleted file mode 100644 index 25dbe00e40736cd6a495fe1efcf41ea51ff2c812..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5baf82304c49c8660cc4c6ab40d0c34d8eb6001b7dd7afcd297a355ea2f8d853 -size 319356 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png deleted file mode 100644 index 66bdfeb0841c6423e884e2ff9ee39254d7f3f5e7..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7dfbbd33b9cf42473f67cbd57bc33dfc58bd0c7834c2b86b3b7c68a12112825 -size 216904 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png deleted file mode 100644 index 9322b76db2d52aa2b9e63d73f8a729106c974e7d..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d17162acd25c85b2ce394d70dd32b0030cb6e31af8e5662230ea7adacaae9d4c -size 383736 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png deleted file mode 100644 index 94d43fa619170631a77bb29a9f9f0f9312c94c87..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a74fbbe93b9cac88636acc74ff95824b0d463ab62063ed0978fe2c358c774807 -size 212950 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png deleted file mode 100644 index b90b0413af57eedc8f3eb5525383b54257e55b26..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b591b60650d503c77ed58f7bb0817fdf193658364580d2d3d33dafc3fac31740 -size 484241 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png deleted file mode 100644 index 6ead8c62e1dcefaa64614427130856ddf2f42dcd..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:024b6c6db72b086a415a0b0b5f6f5718d143b3c0b5caaba86f05b54b18ec4216 -size 253228 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png deleted file mode 100644 index 7d397c307c3e2b89bd31d3819d114ef27997e65d..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28e5c801a6ed122b579200d845558fea82f6a185618273afd2c7693d05ce28f6 -size 300324 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png deleted file mode 100644 index f88c60e81718ab408796d4766ed6d4a8643de4d7..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f7768cf00b6ea245e590545b3670d12e5d44ff732573826c195a9db311939cc -size 158563 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png deleted file mode 100644 index e7757016e9d1930d22211278560335e9b6f6bcab..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00e5d645e8e1a08cff61ceae73ba484b6911b359a47731b772a65603ffb5b963 -size 324797 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png deleted file mode 100644 index da49b58b7766fa166449c55c571b0ef86f152f71..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02206b19997878c04f433ab25127851362f044ba9ec3923846d0227801fcc242 -size 409720 diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png deleted file mode 100644 index 6761951a88d8b4f5a9e8a1a76a26b54910bd4e3d..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:102c7c8eefbb7dfcf95c9cfdccccd5e2e2d0920a2640e13ddd032c7e1d1dfa9d -size 365276 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png deleted file mode 100644 index 4bdf2fe901254727b83cddab5d72f0efeceec82f..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4514e0362fef622cd9bd6fd2416bdbb89847be244ed42e119aae4ea2755d2462 -size 392598 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png deleted file mode 100644 index 656781e2a0209090ebedfb03518e2245bfef786b..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:008a80fd1e694b45e94767fe3130654cb95d01d7dabe486c6885a3afdcf5cb4f -size 242385 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png deleted file mode 100644 index 588c01fef0aeaf0c88915acb7b80dde690e427bc..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45c405183f87a11ec16ac24354846f4d4ca93cb8e72149d0fee1b087f86ba73f -size 417131 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png deleted file mode 100644 index a7e4b14faedf4cba1904f489a85e92844be98dfd..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bb18921ab1d649034efa2fea78aa8c56cfa115514199188a07ebeae3de5d114 -size 544496 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png deleted file mode 100644 index 56aa0332c508df004d1b1f4304cdeb32615792f4..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8da7971a228e8341edb0ed17c58d8dcc0fbffa8d113371e7054b725f4fdd42f -size 353598 diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png deleted file mode 100644 index 50bbc1501499f18b11907e1e36c72653412cf803..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b24fecb848d70fbfb9052f76d1f746291ee4a76e4dc7312d9e9857c83a34aea -size 290115 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png deleted file mode 100644 index 40ad7be01a14dc5b0a3e127d384a8cb39fa844db..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7728f935e865de50d921713265b78beb0753ebf79c18057eb46b86ec9d6466b5 -size 241030 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png deleted file mode 100644 index 0ea41840daa19fdb30530626328332eebb975f70..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:384d13086c74d18b7231ccf447af92ef8a325e86a6421538b706150f674241cd -size 338236 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index 5ee62fd88fa09831c9aebb8c75f15b4f58010eec..725031fcfd943a689ef1ab0eedbf7ccfc4d4b0fa 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:28f14dadaa129dedb54cbf08d0a9f3e40577a2fbc460d6a3a3942ce5a375eb17 -size 331952 +oid sha256:929c261f6a2f9734f191d19867e430fce1083f4a8442066f28f314d08cec9c7c +size 258695 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index 6ab91090d18f82e3fba4fece077a3450800427c9..66982f371340f29a20013e969725203588de6e86 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:e730fe3ac3b92d1f752a07b11fd2d23d972c03031717f9d59f8750cc3ca46991 -size 245749 +oid sha256:6dfa0591c96c007342fc9108011a5f2c827ec62f977e84790530ff97808990a0 +size 368644 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index 15d0f3b6144142a120e6f8c73cb5a84636531d04..e82244998b337eaa04fb2d78c646b9fa5811b4c1 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:927ec11b5bae82970ad2e6464019c73bf3de3c6741cdbbdb0e5818bfc949cb00 -size 318020 +oid sha256:48c376ae181b208976d96977d671ce5e1db9ab9a4415dbf801119225af5ddf52 +size 346508 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..7012a6850bb2c8987647e2bf4c83d0e2e182425c --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc7d4e1307f5081cbf823daf9e9082293b89bf8877b2d2b3d353c11d3fd3c56 +size 421824 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..1bc37419b1a75c5e5af3cfddbfd4c5f7ad46a10c --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5cd9d769959d22e9f871ddb38e3c215406eab33510811875aaba6365e3f062 +size 471528 diff --git a/samples/20/clu20-sample0.png b/samples/20/clu20-sample0.png deleted file mode 100644 index c18d0070d3a0ee9380c7aaef3e9195a7c43c3581..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ef98a6b67a332b5fa508a249714efe14da8456e1426d407c9dd8ba4f3716f2a -size 331519 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png deleted file mode 100644 index 97aec5d24d3ebe810dc9e24d703dd624d110eaca..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c55f0f0e2cafcb228716ce5b29ce6512d96dfbde68b52c704f44227e268fda3 -size 282130 diff --git a/samples/20/clu20-sample2.png b/samples/20/clu20-sample2.png deleted file mode 100644 index c2e2daac807686ceb0e0dea6d6ac1f692631239d..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb9c1c009562fa450fb2d026de3b72a35f6c839585bdfbfe605da0cdd3be4848 -size 202168 diff --git a/samples/21/clu21-sample0.png b/samples/21/clu21-sample0.png deleted file mode 100644 index bb42ab5cc7ff4d687183ddba18b2899ed32c3f84..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:265c9c977572066aaeba9589837dae185db4d6edf9326c457705cd9123d08499 -size 309253 diff --git a/samples/21/clu21-sample1.png b/samples/21/clu21-sample1.png deleted file mode 100644 index d11213c03912f0cc9510de8d563504eeaff25148..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd014daa3c53bde24b5203f2885547e9ed72e7ff48bbd0b917016900a987e29c -size 383631 diff --git a/samples/21/clu21-sample2.png b/samples/21/clu21-sample2.png deleted file mode 100644 index 0d1adbcf563a1e9a9d62ec3f2d6e914c4bd74e19..0000000000000000000000000000000000000000 --- a/samples/21/clu21-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7f441ce474fd935f2cfd1b7a53f39377e0a07ac93ebd237cbc7e30034f2f8a1 -size 376622 diff --git a/samples/22/clu22-sample0.png b/samples/22/clu22-sample0.png deleted file mode 100644 index c009c35fe708e08843704bd1be2a384cbc35d0ee..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5c971c9dc3f278e2afe98e0846714df3bf5d5e4d9133d67ae9165e70987fa51 -size 214376 diff --git a/samples/22/clu22-sample1.png b/samples/22/clu22-sample1.png deleted file mode 100644 index b72461395a9113b65723a769e72813bd3aa2095b..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f94030507a5910bdc097bd417453a4e0142e02bd1a6a31e1956683d1c57d255 -size 282634 diff --git a/samples/22/clu22-sample2.png b/samples/22/clu22-sample2.png deleted file mode 100644 index 98ec753e0cebf8506a4fdd74635511ce98de3976..0000000000000000000000000000000000000000 --- a/samples/22/clu22-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1431759c896cf49e5377422c785dd8e781d5c10b0b8410777a26547c30c2f096 -size 237820 diff --git a/samples/23/clu23-sample0.png b/samples/23/clu23-sample0.png deleted file mode 100644 index e17077322e98883cda2bbd7a11055a115d18a670..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d17db37d22ede09189d1791bb96fca16eb7e63ed541284006f6678244e5ce19d -size 417149 diff --git a/samples/23/clu23-sample1.png b/samples/23/clu23-sample1.png deleted file mode 100644 index 9d266ac1bb9dc9d0bc7a7efeaadd61aa2fc6ad1d..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83fc559ffc731efea063316d93448c9bb4e9db9c55075e04cc4b773291c2c1a5 -size 279405 diff --git a/samples/23/clu23-sample2.png b/samples/23/clu23-sample2.png deleted file mode 100644 index 457758e75f33fb6300384ed383eba3d22ee035cd..0000000000000000000000000000000000000000 --- a/samples/23/clu23-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72d40a7bdfb9969fd4703a0b0132fa28207a715a65df88a33f1a1f6619d29070 -size 393265 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index 7fe2a6cc92da731ce834e7896745debbbb2753df..251f6b55619e5e07d362081c5a4a813c73b71e64 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:3c9207250b5fe4aba95481e4f7ee3589a979baec9b58d3631d5779a6beefe785 -size 398987 +oid sha256:1075d46220cfac8901d058663bd67fa523ce699838c15e72202b94ed5552a00f +size 326997 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index 44a8f7bb32fea25af90dd30818c66cf12b1d359e..95381e0eddbcdfee1c08e13eb46260e9fc1a92dd 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:117ccdb221eba90b08b0a8dcb28d7db7495daf95f22280e462b885293a15c063 -size 214745 +oid sha256:8e6b83cefbfaf9ba3f8ba6fae4f664469c261e8a01ffd238da29eae022714521 +size 322453 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index cd457b762864cfc94b71d5a402f139659471aa41..0abfbe6302b12a7ffda169a24312af6ccae2b211 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:1587788e7e5b8d4ec40b5b73c64107dfcc64884ea92c824d771af5687718f07f -size 232229 +oid sha256:3080b84f7ee1f1468d099ca04c34f2b16e77507aa52edc2006da089385612031 +size 446416 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..c0d14c80d0553fe8ce0f9c2294b43cddcc196b56 --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab536ae3e3fbabcc960d69973704fcc4e00cc60622b86f0f6bb433cde994750 +size 236970 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..8001ce311cff425e9eadc72a0f26f1a7ddbde832 --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95deede78280281304f8c78065a2f354038a9fa170ef9b6e957b0bdc359959ca +size 208462 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index 2bad7b6b754cd09998b5babd15e664b8d914cd8b..78703b0d44a305adad29008f7085f458ea0d4c2f 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:94c90c43e4e6442350e03578ef89ffb54cbdb827e4f3146b7548073fdf82ee87 -size 298352 +oid sha256:b61e47be764c0d0e80df8103985e66fd78bcfc285c5133844464c18181859592 +size 287198 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index 425c8be7f31a9cbfe4f5e3891376f47457d1b229..ceb7da671403a986ed8df93b705a3c6dda10da2c 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:6776f7c03181acf26ede1eb8a76ed1a2142bb9183ce181e34478d47de62f04a4 -size 382786 +oid sha256:5b9ac52532e9f9aa585e21fd8339842d057baae1155bac07391de0f23ffcc747 +size 606230 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index 689ddc1b3eae2329cb2f9c121ab6f96aa78f63e1..611ea232311d2bea2051d9765016f2b0cb0e03ec 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:86c07c9b74303b1aca07f25f8a8c8ac280c5b9c00c76e86fe37182b38f172d0a -size 137596 +oid sha256:ce867c08ab6a80ee1a6fb844d5664c41e8c0ffced8a5489a5c1b70e49291a70f +size 149847 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..71a7786042dd5b252655202cd8ea7d1d8007f1b7 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa8c2c776b5ef2aa261566ac8d03716047c20691b04861c81c4687994b9bcb0 +size 279966 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..55c3c6503e7202e3e2ddbf682c408aa82e6ff106 --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4347ae10240d3aa05cc39d253590d8adc5404fc4038b3ef12cccad292f8cf93c +size 593439 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index 5cac8b0d6e77df5d0ac8b9f404603d2f1b04d006..fb19d846a10e9f24e107aacbfdd4c2514833407b 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:ddfdbca1336fa42e0f17e904e1b0613fb6e8fc876d69a57d26d7845460970c5b -size 305375 +oid sha256:43815e1dec88f411600337e1fa14a1b613d6cd17aca303324eb0c932cb79f90d +size 189745 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index f25953b56c104e10f24d02f09e88a065dcc5e91d..13135659b8acd51ccb3e906175cd889b32f74afb 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:bdffb4af1751f3ef762bddcba66551b49eee80ffe487d48eb1922a2128f38ab4 -size 241271 +oid sha256:8d1b843b5d33e089423fe7e26e926584337bcc57d18930f8a4812f5bae4629fb +size 538635 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index 8f2059e606e74751d2314d5fd77cec3b28d757f2..fdd9e71d0690107a9689e8d18023cdc47057dadb 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:0152a97b18bd2068b4261c34cf365dcb6d9be4a76f2e06456b902b32a3367ee7 -size 268079 +oid sha256:52d9ed903ca84fb3c71c703d6cb7e0283710d22e586a1f729d6ad047ec94a945 +size 383409 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..272dc9cfeb27a873d7df435c798ee78198d5ba6d --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5da410cb5bf42d852d9cf49bdad2fb3783f10091ae9aed9e6e8253618f0cb38 +size 314643 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..8f87f7f4a6239c1d5cf5dbc7d04536948a1d73df --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10502ef3332129d22d8075220367c7bfaf83e7a2e0a0e87177a7d43ea30b0b73 +size 380774 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index 66982f371340f29a20013e969725203588de6e86..9322b76db2d52aa2b9e63d73f8a729106c974e7d 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:6dfa0591c96c007342fc9108011a5f2c827ec62f977e84790530ff97808990a0 -size 368644 +oid sha256:d17162acd25c85b2ce394d70dd32b0030cb6e31af8e5662230ea7adacaae9d4c +size 383736 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index 77840b51c7806b8c30e21794906d1535bad9b159..67322d8e8ff22cb37b8d7443252db0ebd154adb1 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:4fb7026e97787a7663a7e63506430040790f31a0649cf14d27344362a55d2ae7 -size 274121 +oid sha256:6f708cd356a2225df17cb99fd4cbee0e095b2a9cb46defec6842eb77d0abc0e3 +size 358013 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index c742f6c921e6f6c1f3718838b0d0e722ade0a080..94d43fa619170631a77bb29a9f9f0f9312c94c87 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:055fe2665e5abfe7f1f72df70930578a7f6fc8273251b122cc98301a20c9550e -size 224246 +oid sha256:a74fbbe93b9cac88636acc74ff95824b0d463ab62063ed0978fe2c358c774807 +size 212950 diff --git a/samples/14/clu14-sample1.png b/samples/6/clu6-sample3.png similarity index 100% rename from samples/14/clu14-sample1.png rename to samples/6/clu6-sample3.png diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..dc4d1345b3f262f6cb6c209504416fdb72c4ee9b --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126b0b134c2374ec63ae28f79080e38242f9501d832ca1f7ec3f9e1fce41baf9 +size 387730 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png index 6d02bf243f5a962973e33ca06634c829debbde12..6412e94b9b9aa7e56ed332070b034cfdc49f7ffe 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:764a01e0f8c95389fbcd19ce21c6dda12aecb0dd2b8ba3e9f1c0372be680c427 -size 317630 +oid sha256:39412842095a93c83c708df945bcc5313e4348342b9a4b33381b7b822f3afd96 +size 277441 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index c0d14c80d0553fe8ce0f9c2294b43cddcc196b56..e728002df50daf798d0e7b322fd3682927ddf881 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:2ab536ae3e3fbabcc960d69973704fcc4e00cc60622b86f0f6bb433cde994750 -size 236970 +oid sha256:f6ee87a936df1bb0d4f314c891b4e943b8d2cf04348d21d01508ba54d6e84db3 +size 189892 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index b743be7803280737a42975ab54d9fb096d57a352..e99de3a5e2c02ed3c853ddbb3ee03fa5f44298b1 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:5a72efad4b6e41885f1c80f068a3670a1506d37974cdecc4d2cd9ebd5af1cc68 -size 372252 +oid sha256:4b7aec8313268bbae961396ce129def2bda3a78d3682264adeceb2336f89a8f4 +size 293271 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..0b2809714e5670168fafef51dec8e71e6b46cd60 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e74d8ab3b05443f7700eecd6867d611231ca897500d905556a0a55f6ca1f700 +size 449508 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..2484aabc39f4edd491eaa00731d46acaee880910 --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6a9dfc92ad742dd2881456c14d6851724667d041416e648aae973541ebafc7 +size 303499 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index eaef86570b2a944a7dcf8cc808c81c2fab797f0f..179850ae3a9eda420f5dd628798372d9be5e0273 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:fd7226e0f9e35019ca004822097d6a5a4b02631f71f3de003b26ef3dadecf387 -size 229571 +oid sha256:ec7fcd3926f755578090be95606d896112e5bae61befc3ef2563db19d49d02bf +size 274030 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index eacca076b7e5f63e2a895ac3a1fe9419739c95d5..9402127915b5566b4c628293092bc1bfbbba7312 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:10c4949ea1faec001dab45b46ef35447f283e0e43257048b4d5558b5d6cdcd87 -size 410319 +oid sha256:8a954b22549e1d65e2cf13efc9bd11251de9c164bb221a4f3c78cc8902818100 +size 321704 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index 6940baf757e9176950f65d8bd8081c6212cfb126..0121b1a5a960b4d8f46d373afa3a8d29873ea7f1 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:a74bd799461bcd9a11b996977b438bdbcda741fb1c4bee0c1ae467cbb1a6a17e -size 282938 +oid sha256:8c989e5654ea834cc6204fa331df7e0a4dd38603949feeacd575c484049376ea +size 157901 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..f45a39e533e63fa765bfebb0961c02781064420f --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9f0710e4c3d6ab1a6547104232158e32a10d4feaf92dd7d8db29920c7ec58b +size 362991 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..a8b9f35b6f09a1893b972c17582ad0f472538d74 --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90e5fb1723ffb0047006f55b9a34de9a2be77479087654a4f9c2c54a75cfb17 +size 236021 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index 7f58c66400434fb699bce9e337fd0409db1be8a1..ef23679feabfe33689f7aa8e557b50cd2fdf7f74 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:66bea3696b7595cd9c54cc4015a8e9267201212c38639477e59256748154e8c8 -size 436926 +oid sha256:708559c6e6b295e082656923abc37143f4eb27508ee9a22921fda619fdb0209b +size 245855 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index fd176d463300365c9a2fa2864104c9bca0301329..bf93ad686770573227015a543e0cb5be1315bba3 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:12032f6bd102a7991879fb079aaa112e0aafba4841148acdecbba5a220941f4a -size 367840 +oid sha256:2219c4eee9ea91d9104935ee9c82826b844608bba17e9912ff2adecaf5d4ac17 +size 393814 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index a736ab1b23b1e2bde9240251955595a006e068d5..d969510f21100bd3a896ccc69d357aa941c694f4 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:549dc162297e68daebbae0c3ef1f4dc7e2805cd9096f1f44215c4c75c5427bd0 -size 198711 +oid sha256:e6b3bda124ea1fc4600e5be10f0fc12d89c87b4ac85fafe65dffcc11091f8024 +size 361214 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..dd66407bebbdfbd94deae90296efc62c1f7cc834 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6429560a8d9febd092835d7ec5a4dfdd716737dca03a1fb3a2c3a0dde2c5700 +size 302931 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..fc2a0312b2a4169dd5db0379117ebc97a44751bb --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e5a907f7a778c5c40ab50ae4e29f6ee7e910344c7c4f73f010c8e329408d21 +size 328951