diff --git a/README.md b/README.md index f5bb67433f07386b264276c2d5428de5bc516694..5d565b56d6e79ed739123683b48237f0a61a9792 100644 --- a/README.md +++ b/README.md @@ -11,75 +11,81 @@ size_categories: # Dataset of myrtle/テンニンカ/桃金娘 (Arknights) -This is the dataset of myrtle/テンニンカ/桃金娘 (Arknights), containing 381 images and their tags. +This is the dataset of myrtle/テンニンカ/桃金娘 (Arknights), containing 397 images and their tags. -The core tags of this character are `long_hair, pointy_ears, bangs, red_hair, green_eyes, ahoge, parted_bangs, very_long_hair, ear_piercing, brown_hair`, which are pruned in this dataset. +The core tags of this character are `long_hair, pointy_ears, bangs, green_eyes, red_hair, ahoge, parted_bangs, ear_piercing, very_long_hair, brown_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 | 381 | [Download](dataset-raw.zip) | Raw data with meta information (min edge aligned to 1400 if larger). | -| pruned | 381 | [Download](dataset-pruned.zip) | Raw data with meta information, core character tags pruned. | -| pruned-stage3 | 1002 | [Download](dataset-pruned-stage3.zip) | 3-stage cropped raw data with meta information, core character tags pruned. | -| stage3-800 | 1002 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-800 | 956 | [Download](dataset-stage3-p480-800.zip) | 3-stage cropped dataset with the area not less than 480x480 pixels. | -| stage3-1200 | 1002 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-p480-1200 | 956 | [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 | 397 | 686.47 MiB | [Download](https://huggingface.co/datasets/CyberHarem/myrtle_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 397 | 311.12 MiB | [Download](https://huggingface.co/datasets/CyberHarem/myrtle_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1032 | 712.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/myrtle_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 397 | 566.29 MiB | [Download](https://huggingface.co/datasets/CyberHarem/myrtle_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 1032 | 1.10 GiB | [Download](https://huggingface.co/datasets/CyberHarem/myrtle_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/myrtle_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 | 24 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | breasts, small_breasts | -| 1 | 3 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | breasts, hair_between_eyes, small_breasts | -| 2 | 3 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | blue_bow, bow, hat, shako_cap, white_headwear | -| 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | blue_bow, bow, hat, white_headwear | -| 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | bow, hat, shako_cap, white_headwear | -| 5 | 15 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | hat, shako_cap, white_headwear | -| 6 | 3 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | bow, hat, white_headwear | -| 7 | 10 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | hat, white_headwear | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | fang | -| 9 | 4 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | fang, skin_fang | -| 10 | 3 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | breasts | -| 11 | 16 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | blue_eyes | -| 12 | 3 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | breasts, eyewear_on_head, hair_flower, hair_ornament, heart-shaped_eyewear, sunglasses, tinted_eyewear, small_breasts | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | eyewear_on_head, hair_flower, hair_ornament, hat, heart-shaped_eyewear, sunglasses, tinted_eyewear | -| 14 | 3 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | eyewear_on_head, hair_flower, hair_ornament, heart-shaped_eyewear, red-tinted_eyewear, sunglasses, tinted_eyewear | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | animal_ears, breasts, fake_animal_ears, rabbit_ears, small_breasts | -| 16 | 4 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | hair_between_eyes | -| 17 | 3 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | grey_eyes | -| 18 | 4 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | v-shaped_eyebrows | -| 19 | 3 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | twintails | -| 20 | 10 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | blonde_hair | +| # | 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) | breasts | +| 1 | 25 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | blue_eyes | +| 2 | 5 | ![](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) | mole, mole_under_mouth | +| 3 | 6 | ![](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) | breasts, eyewear_on_head, hair_flower, hair_ornament, heart-shaped_eyewear, sunglasses, tinted_eyewear, small_breasts | +| 4 | 6 | ![](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) | eyewear_on_head, hair_flower, hair_ornament, heart-shaped_eyewear, sunglasses, tinted_eyewear, hat | +| 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) | hat, white_headwear, bow, blue_bow, shako_cap | +| 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) | hat, shako_cap, white_headwear | +| 7 | 8 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | hat, white_headwear | +| 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) | fang, skin_fang, wavy_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) | fang | ### Table Version -| # | Samples | Img-1 | Img-2 | Img-3 | breasts | small_breasts | hair_between_eyes | blue_bow | bow | hat | shako_cap | white_headwear | fang | skin_fang | blue_eyes | eyewear_on_head | hair_flower | hair_ornament | heart-shaped_eyewear | sunglasses | tinted_eyewear | red-tinted_eyewear | animal_ears | fake_animal_ears | rabbit_ears | grey_eyes | v-shaped_eyebrows | twintails | blonde_hair | -|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------|:----------------|:--------------------|:-----------|:------|:------|:------------|:-----------------|:-------|:------------|:------------|:------------------|:--------------|:----------------|:-----------------------|:-------------|:-----------------|:---------------------|:--------------|:-------------------|:--------------|:------------|:--------------------|:------------|:--------------| -| 0 | 24 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | X | X | | | | | | | | | | | | | | | | | | | | | | | | -| 1 | 3 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | X | X | X | | | | | | | | | | | | | | | | | | | | | | | -| 2 | 3 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | | | | X | X | X | X | X | | | | | | | | | | | | | | | | | | -| 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | | | | X | X | X | | X | | | | | | | | | | | | | | | | | | -| 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | | | | | X | X | X | X | | | | | | | | | | | | | | | | | | -| 5 | 15 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | | | | | | X | X | X | | | | | | | | | | | | | | | | | | -| 6 | 3 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | | | | | X | X | | X | | | | | | | | | | | | | | | | | | -| 7 | 10 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | | | | | | X | | X | | | | | | | | | | | | | | | | | | -| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | | | | | | | | | X | | | | | | | | | | | | | | | | | -| 9 | 4 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | | | | | | | | | X | X | | | | | | | | | | | | | | | | -| 10 | 3 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | X | | | | | | | | | | | | | | | | | | | | | | | | | -| 11 | 16 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | | | | | | | | | | X | | | | | | | | | | | | | | | -| 12 | 3 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | X | X | | | | | | | | | | X | X | X | X | X | X | | | | | | | | | -| 13 | 3 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | | | | | | X | | | | | | X | X | X | X | X | X | | | | | | | | | -| 14 | 3 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | | | | | | | | | | | X | X | X | X | X | X | X | | | | | | | | -| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | X | X | | | | | | | | | | | | | | | | | X | X | X | | | | | -| 16 | 4 | ![](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 | | | -| 19 | 3 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | | | | | | | | | | | | | | | | | | | | | | | | X | | -| 20 | 10 | ![](samples/20/clu20-sample0.png) | ![](samples/20/clu20-sample1.png) | ![](samples/20/clu20-sample2.png) | | | | | | | | | | | | | | | | | | | | | | | | | X | +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | breasts | blue_eyes | mole | mole_under_mouth | eyewear_on_head | hair_flower | hair_ornament | heart-shaped_eyewear | sunglasses | tinted_eyewear | small_breasts | hat | white_headwear | bow | blue_bow | shako_cap | fang | skin_fang | wavy_hair | +|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:----------|:------------|:-------|:-------------------|:------------------|:--------------|:----------------|:-----------------------|:-------------|:-----------------|:----------------|:------|:-----------------|:------|:-----------|:------------|:-------|:------------|:------------| +| 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 | | | | | | | | | | | | | | | | | | | +| 1 | 25 | ![](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 | | | | | | | | | | | | | | | | | | +| 2 | 5 | ![](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 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | X | X | X | X | X | X | X | | | | | | | | | +| 4 | 6 | ![](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 | X | X | X | X | | 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 | X | X | X | 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 | X | | | X | | | | +| 7 | 8 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | | | | | | | | | | | | X | 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 | 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..34ca6906f70336f40f642dc34489afffea7ed634 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2b9d1f9efe0d82231fa4c199d03f10fb33dadf374c2d423be714bf52dd5200 +size 593800765 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..8313ba7976717e8662796b89662278672a97e1be --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fbbd92ae0d3852b8aef9bdb5c0e027cee0bae810331176c375e83dee59940e1 +size 326235875 diff --git a/dataset-pruned-stage3.zip b/dataset-pruned-stage3.zip deleted file mode 100644 index d0957537bb42e8abf57517e9fa0e545efbf7efb7..0000000000000000000000000000000000000000 --- a/dataset-pruned-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3247b7f0012d4c4a0b890e351ada518a20e265a01150e9f39892a0cfb54dee66 -size 1238769903 diff --git a/dataset-pruned.zip b/dataset-pruned.zip deleted file mode 100644 index a618c3c1cca96a81ae9e1401875389aa41bb64c2..0000000000000000000000000000000000000000 --- a/dataset-pruned.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:103bafe26625f1721d847343324ad9e175368aa6a385485b4bef2a9b62021dfb -size 672519641 diff --git a/dataset-raw.zip b/dataset-raw.zip index b8d0ea98d0853851cc2e1c858580d3cadd07c627..d4d46725748417cd57557cd42112e02184153754 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:162787c5cd05fc7c3bd199a141a00510b3c9b1fe0e7a6e00528040c1d8c8e247 -size 672596604 +oid sha256:196f3afab3bd50ca8496a48eb5df473f62e000dba13660acaa288297da7d7f0e +size 719814180 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index 1580a7ddfca6e3ab399455cc5e7c45f0943de98b..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0602dde114e0c686fb2c2e7d97e1202ca9a3ad6d155d0cf11e8f67fd1d9da90a -size 1112043483 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index b68bca435f82441e3a6ae17b3adc2e23894625fc..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:179f493009b1b457f501c1fa39044cd346f437e973d98988079c5a85898ec428 -size 721184696 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip index 762a9b0cc8677f677348c79b14cb89b1a2c053de..a20e5861dd38a154b747ad15c0228261ba8ef2a8 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:4185c35af5eb9bb8aa960786b52721ddae0e4dc7479fd6386eabbe73d45b9e67 -size 1102041589 +oid sha256:ddfbc77d60cd75c37b13d7bfb30f857912f69067c9dfe4638b1cc4725dcab293 +size 1183606584 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip index bb4f98400e91b281c6bf2a3aee6db6fed7ce289c..a8ebe49f892a7d8c2cf6315479de80ef46370c92 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:2f16501e074f8221b4491067f0c227c0e5fdd8016fd6b02f8258b6e7d9be2bea -size 711182802 +oid sha256:0c2c1b8f35f39a645cc30d57b8438e036ec9e9a88b1e906162ebba665fbdcd35 +size 746971063 diff --git a/meta.json b/meta.json index dff003003bbf2e7f16792b19226146abeb83e540..904a3fa8a60b10d34f743c4cd71acba66b1b1625 100644 --- a/meta.json +++ b/meta.json @@ -1,113 +1,32 @@ { "bangumi": null, - "base_size": 381, + "base_size": 397, "clusters": [ { "id": 0, - "size": 24, + "size": 5, "tags": [ - "breasts", - "small_breasts" + "breasts" ] }, { "id": 1, - "size": 3, + "size": 25, "tags": [ - "breasts", - "hair_between_eyes", - "small_breasts" + "blue_eyes" ] }, { "id": 2, - "size": 3, + "size": 5, "tags": [ - "blue_bow", - "bow", - "hat", - "shako_cap", - "white_headwear" + "mole", + "mole_under_mouth" ] }, { "id": 3, "size": 6, - "tags": [ - "blue_bow", - "bow", - "hat", - "white_headwear" - ] - }, - { - "id": 4, - "size": 6, - "tags": [ - "bow", - "hat", - "shako_cap", - "white_headwear" - ] - }, - { - "id": 5, - "size": 15, - "tags": [ - "hat", - "shako_cap", - "white_headwear" - ] - }, - { - "id": 6, - "size": 3, - "tags": [ - "bow", - "hat", - "white_headwear" - ] - }, - { - "id": 7, - "size": 10, - "tags": [ - "hat", - "white_headwear" - ] - }, - { - "id": 8, - "size": 3, - "tags": [ - "fang" - ] - }, - { - "id": 9, - "size": 4, - "tags": [ - "fang", - "skin_fang" - ] - }, - { - "id": 10, - "size": 3, - "tags": [ - "breasts" - ] - }, - { - "id": 11, - "size": 16, - "tags": [ - "blue_eyes" - ] - }, - { - "id": 12, - "size": 3, "tags": [ "breasts", "eyewear_on_head", @@ -120,75 +39,60 @@ ] }, { - "id": 13, - "size": 3, - "tags": [ - "eyewear_on_head", - "hair_flower", - "hair_ornament", - "hat", - "heart-shaped_eyewear", - "sunglasses", - "tinted_eyewear" - ] - }, - { - "id": 14, - "size": 3, + "id": 4, + "size": 6, "tags": [ "eyewear_on_head", "hair_flower", "hair_ornament", "heart-shaped_eyewear", - "red-tinted_eyewear", "sunglasses", - "tinted_eyewear" - ] - }, - { - "id": 15, - "size": 3, - "tags": [ - "animal_ears", - "breasts", - "fake_animal_ears", - "rabbit_ears", - "small_breasts" + "tinted_eyewear", + "hat" ] }, { - "id": 16, - "size": 4, + "id": 5, + "size": 14, "tags": [ - "hair_between_eyes" + "hat", + "white_headwear", + "bow", + "blue_bow", + "shako_cap" ] }, { - "id": 17, - "size": 3, + "id": 6, + "size": 9, "tags": [ - "grey_eyes" + "hat", + "shako_cap", + "white_headwear" ] }, { - "id": 18, - "size": 4, + "id": 7, + "size": 8, "tags": [ - "v-shaped_eyebrows" + "hat", + "white_headwear" ] }, { - "id": 19, - "size": 3, + "id": 8, + "size": 5, "tags": [ - "twintails" + "fang", + "skin_fang", + "wavy_hair" ] }, { - "id": 20, - "size": 10, + "id": 9, + "size": 6, "tags": [ - "blonde_hair" + "fang" ] } ], @@ -196,51 +100,51 @@ "long_hair", "pointy_ears", "bangs", - "red_hair", "green_eyes", + "red_hair", "ahoge", "parted_bangs", - "very_long_hair", "ear_piercing", + "very_long_hair", "brown_hair" ], "display_name": "myrtle/テンニンカ/桃金娘 (Arknights)", "name": "myrtle (Arknights)", "packages": { - "pruned": { - "description": "Raw data with meta information, core character tags pruned.", - "filename": "dataset-pruned.zip", - "size": 381 - }, - "pruned-stage3": { - "description": "3-stage cropped raw data with meta information, core character tags pruned.", - "filename": "dataset-pruned-stage3.zip", - "size": 1002 + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 593800765, + "size": 397, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 326235875, + "size": 397, + "type": "IMG+TXT" }, "raw": { "description": "Raw data with meta information (min edge aligned to 1400 if larger).", "filename": "dataset-raw.zip", - "size": 381 - }, - "stage3-1200": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-1200.zip", - "size": 1002 - }, - "stage3-800": { - "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", - "filename": "dataset-stage3-800.zip", - "size": 1002 + "package_size": 719814180, + "size": 397, + "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": 956 + "package_size": 1183606584, + "size": 1032, + "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": 956 + "package_size": 746971063, + "size": 1032, + "type": "IMG+TXT" } }, "version": "v1.5" diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png index 59976d9ccd325bcf24b9c3a32cb18f168b18df39..60db6112db8274afbc107480aa8044d5cc43157d 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:1b4c8694fc8aba9316ca727c706ac6b27e00503e53f3de3a966a3949148bfb5b -size 352104 +oid sha256:631d79a106ea6f56561ee0c3579eb208a4fb8eb4283b9208416be0e8ac912217 +size 470873 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png index 1c92ee50f87a8baa7eae6c4015f848f0623326f3..20c357e496f11d9562c440db5591f9b1d3c1de67 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:665fa1aa98688c8eeb1b6fefd673719075a7220fdb8bcafd1e00736ad7080052 -size 275727 +oid sha256:abea11b7214afcd620acf2f8803be516223f192886e5dbe49aa54a47b5bef918 +size 501704 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png index d6d84d20cecc04f382aedf747f5fc6534a2f2f8d..0291c64056299213042e69449b8e510474702b24 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:022663e986e7a70fdc82d958de6cd468353f1e767aebfdfe4578176c782a5469 -size 269206 +oid sha256:5e1019895e8ea70417e8de9339abbd1402ad79f3134d86522db4049c9fcefb77 +size 292758 diff --git a/samples/10/clu10-sample0.png b/samples/0/clu0-sample3.png similarity index 100% rename from samples/10/clu10-sample0.png rename to samples/0/clu0-sample3.png diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..07bb050c3591cf708bf6a2e397941b19b003946f --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105192d59924f0d786001e2dce3851d5f05e50d2b36c96c0e65174e6acbc8c5b +size 383796 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png index 0e45c6316ad63c7ca3740b364d3e8d21ea637905..6cecb992e0922458e620584cfad9c00821dc904d 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:98ce93cc3eae4e0e6dcf46f2cdba3ac7a196682cbf8debb4ca1b55c5969f9725 -size 300072 +oid sha256:cceaca93001ab41306103441d331527d2b98611924fcf78bc1744b05218de7c6 +size 347716 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png index 2235ca54638d99bf34360f841a948ba5039932b3..c393e1b5bdf0dc10d7b9c3c1947a4e3234b62200 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:78bbcd950c3eeaa18fb3d91e9aa6cd711f3dce5b1cad44c05038e83950b768fe -size 380171 +oid sha256:45090e4e0a029def83d3d7a9496760e5fdf055add3b810762573e3f84fa4b940 +size 269734 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png index 6b84303409485456525bc89b3f721eb0230f5884..428c54484be3106991ae864ad7f01166d043c69f 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:94ab9faa72b28ec15fdc5a13d0598c2246b264fcbf755306b10951c4aafd6f09 -size 197592 +oid sha256:b535ae5f6544343c985b5b0f6254a56b74d364a95d2f6d56e17f3120b247f8e2 +size 210720 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..77dba53bd68c62d83d7d88391cc1dd365d73b436 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb41d59691375bfcae7330705916f7ea29b09b5dd46b972aacafc9aa92e37d0 +size 273271 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..37d12821f25493fec4fea7433ae1f5b7f4cb816e --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8fa784dc8e83e336fcf09be1e137e34ed9c2b33978d7a4c91fd21ee9d692da +size 347882 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png deleted file mode 100644 index 60db6112db8274afbc107480aa8044d5cc43157d..0000000000000000000000000000000000000000 --- a/samples/10/clu10-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:631d79a106ea6f56561ee0c3579eb208a4fb8eb4283b9208416be0e8ac912217 -size 470873 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png deleted file mode 100644 index 0291c64056299213042e69449b8e510474702b24..0000000000000000000000000000000000000000 --- a/samples/10/clu10-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e1019895e8ea70417e8de9339abbd1402ad79f3134d86522db4049c9fcefb77 -size 292758 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png deleted file mode 100644 index cef6bd74ee83468cc5ae4642bedaad113d40e424..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6422a94386a1f59d5245c4d128388edd826174d70e0830f44cd5a3125f866b59 -size 322683 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png deleted file mode 100644 index efcfd32a751b52fadd03d1fe1606d11f2dce5110..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60e57fcd0bc1d1399014f2b76fa05ecea78de022699406b268ad097207df3828 -size 237088 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png deleted file mode 100644 index 7717d5b419764c7ee9406e413ff652acb08b9a48..0000000000000000000000000000000000000000 --- a/samples/11/clu11-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fb5532435bfaf6777db9ca2742be53438e9ef95fdb99ab4927501a1e73e9610 -size 359839 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png deleted file mode 100644 index 583201b6d7b8a2f5171aa8f2ac76c9a3954f9600..0000000000000000000000000000000000000000 --- a/samples/12/clu12-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0abef0d71dcf8bb15f67b5ce428a3610a648175c4fc5e70afd2c8f9947bcb9d4 -size 484988 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png deleted file mode 100644 index 3821f65ad8ccfc317f2352d380d7f32dd2fc5dc3..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41bdec4014b17773503164e4b9be696f1be369ca1f15aac8d951e1d77ee52c45 -size 461212 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png deleted file mode 100644 index 3b75ee9ee252f7ae07d7b178e391c4d581f0ca4f..0000000000000000000000000000000000000000 --- a/samples/13/clu13-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb204a3ec8772270a8fb30652b09d150cfb704456a1b4399a0d0bbfd9889d895 -size 287790 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png deleted file mode 100644 index 5c458419592a0145278bc00079a3fc05ed6d6b02..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a68ad55c6ca1a31f1ddc06e358a8f02b56d709964f65365b337da7c99245f015 -size 331430 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png deleted file mode 100644 index 4bd435ffd34b21d6845dc2540ced4d5df851ecf5..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb541cc512a036cb17c3306f7a2e77359c69890d751382105425c3e2ba7701ab -size 366116 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png deleted file mode 100644 index c429c0d85b0a1795de6649117d87cdcb65d9e90f..0000000000000000000000000000000000000000 --- a/samples/14/clu14-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5c7b02f985c244eb557c74c088d7183e5b46dd37cc135c801844437c3131428 -size 276405 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png deleted file mode 100644 index 785be5762dc77fa64ef767e30d3c56f7a04eda2c..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7622327f01cdeebef82c1e051f30c8019219ce26dddb5fc513defecd6e9aa88a -size 495374 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png deleted file mode 100644 index a1e11d165510d6a6e3cd36e02452b1c11d34be04..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:246ed1c59190dbba547aed21e5e208334fca8c2d803785e0154887f8aaddfc41 -size 537904 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png deleted file mode 100644 index dec7daa4e308a7b0efc5306f9c7b8bd621460f31..0000000000000000000000000000000000000000 --- a/samples/15/clu15-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa9531c89a01ca2f8beeca82482688f06e3c84038f86439981417e337b40a911 -size 139115 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png deleted file mode 100644 index 10fad347ccdbe947b007abdf56625b08d9bae4d5..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:646bfb047f95d91814a55cfa1ed81f04f9a344a9cc12cfa4a567d4a760a449b2 -size 242100 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png deleted file mode 100644 index b825fb43693dc27809acf80ace7761efed14d7ae..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d047ac157e27b57182ac1d690ffed60b42c45283ce3847cf5c9065b0e4b4c668 -size 202657 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png deleted file mode 100644 index ed7e49cd9d24631230a63511630ae3bf40e29253..0000000000000000000000000000000000000000 --- a/samples/16/clu16-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:facab82d95aae2a9a22e78db3f6fadeca697d5bfd1520a49a4b3bba87ca79065 -size 219702 diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png deleted file mode 100644 index 3ba39db9ee63506fc9c1f8febdbc92571a10925b..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d3d0609fb65104d3b1878787c0c2d58228013d4ba4b336695ac0a4128671261 -size 487720 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png deleted file mode 100644 index 74cadedba35de449e5fc17145794aeea1102e4f3..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7f9e023bc7fd6cb9c7a9086914e9adcf2fd2ea6989abb5bf1a55159071931b29 -size 271717 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png deleted file mode 100644 index a426a1a564a0f3f186c65a5b21811da0302d3fc8..0000000000000000000000000000000000000000 --- a/samples/17/clu17-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2814e50d70b615befac1c7be80ba917c7891e5bc7b4aca99cf28da185fdd90ae -size 246040 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png deleted file mode 100644 index f4267891016826ee79711d239c1010d73b885fcb..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de8de04afd03f6aae95ebfed34d686aa42cca8f2370dc3be3ec148c1579c66bd -size 268297 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png deleted file mode 100644 index 947f93441ad8643d98363436f5470c2722cc0b6f..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8270b184a4c10cd1d11e33d806176dd323fa04cd8d5d1732589b186d85931eb -size 283307 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png deleted file mode 100644 index 03ffcade4eef6a18c082647b75fae4a2b2939803..0000000000000000000000000000000000000000 --- a/samples/18/clu18-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:15c36f4c64373e4c8751a9837a052f9d877c42e75a94ee2a0372a973a2155bd7 -size 339847 diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png deleted file mode 100644 index 90a0b6e069cd45238437cd9d15e497e80230eae7..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56f8d20261ae79c5f7f17000f2dcd0f18bc7c9eaf1363abeea9043c51c033259 -size 213055 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png deleted file mode 100644 index 733905ec552a57e3f6ee6b338ce645992106c98b..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b8bead11cdbda47f847e2818f50bc04afb5d8e2cb02b15838dd41e83214cb0ff -size 211493 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png deleted file mode 100644 index 22c3587c58aabe711e7d4db16635deb17bb5f49e..0000000000000000000000000000000000000000 --- a/samples/19/clu19-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a8ef2298d750a51b52c56f3148bdc404c6dc21fc877cc35bceada31e899d07a -size 424626 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png index 7a735cbcd9ba6a156edb21d52e801eeee6724f2f..155bb3addefe9af3c360b3c084fbb6f813d63536 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:58013d7abb8cf0495b0a1da458f729119fb2d45622a01d269092a6dc11341134 -size 543382 +oid sha256:2560b7b5c768cd58a065cbe8f31d73c47ce4d21873813cdfb30b0db957974021 +size 403299 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png index 16ef394e2f31475e584ee2809afe6ce3ddd6d40c..dfe750e873821a5f18f25c4145e776f821c6d42f 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:ff3393fa66347ed7ff6a10f5cbe33fbfd6617f8a6c9d606441384aa1f0baed15 -size 423019 +oid sha256:49d6fe414106bdac1c34acb1522694ddcbbed16376480cad5e1cde8737598e41 +size 224900 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png index ef5bc257462e1d3532d3dc6b297d30c3ffe08007..4d42d778fb17031893b0cf3ec5eacd3db8d4332c 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:ba5d3c5328ea687e3c32d091f19a0a616f813f5dfd4f77cb50b1c81c851516ee -size 478662 +oid sha256:81114a060784d24494e5396ef0af79c70f13642a756c3d2db46574a89ba4c40f +size 416677 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..e449412265e62f7e96430d758c2795c75fe6c91e --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8610fbdd2451bce7838f237dff830b7253626691b2be40f073ee16d2bb2a1020 +size 460793 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..629d39fd17303269b0050fc8d1ae3a938034322b --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c0a734f30f7001e533a2e41f132601adccbc1e8688f88851d025e156420120 +size 298554 diff --git a/samples/20/clu20-sample0.png b/samples/20/clu20-sample0.png deleted file mode 100644 index 9fd169f828d3763ce024db9e81a01fc5c17b9560..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample0.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecaf8216163696087e6c4e7986f8607cfa3eeceb7c1a038049eb965e6e47f7e3 -size 292408 diff --git a/samples/20/clu20-sample1.png b/samples/20/clu20-sample1.png deleted file mode 100644 index 6f4e8fcc0c7cb41a3497355dfd1cf5076030b701..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample1.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4fb00f2eec25aed4b16583dab898b37fff4e0721d51bc5f86ab40461cd7bdcc -size 361553 diff --git a/samples/20/clu20-sample2.png b/samples/20/clu20-sample2.png deleted file mode 100644 index 73e3930dd58199401d06921c11f407ff2819e1f5..0000000000000000000000000000000000000000 --- a/samples/20/clu20-sample2.png +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b8bc551bbbded06a802e87956ea8e66b8365639519585777fb5d931929d37f4 -size 395455 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png index b6cc384c9b2e1296c15f01fcdc5d3adb9f7b86c9..1f3ff11737cc2d18c35c068d4ba98feae48bcbf9 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:08043d9be751781555e526e6381ef4dc2bf74914fec85ce6482defb0a99cad01 -size 431991 +oid sha256:29466f6b926f84d9b83ff01c55dcaf3161ededdafc2abb12c8ee4516af7abd14 +size 453847 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png index ee1fce011c1604cdf8121f189260480262fdfd13..f22ae4f4ace7fefa97d358f09ce4b59e3ddfcae1 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:376271704138f9b114626bf690c933e9b476f8925507a35fbc532133e9d0bb96 -size 319308 +oid sha256:bcaf2c97be4ca935121b65a1360a4e57a2631e5cc89db7712a21af272e846eda +size 368006 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png index 824603384281148350caf3ed5ab52ed73196931f..583201b6d7b8a2f5171aa8f2ac76c9a3954f9600 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:aea81efd307790ae2256313ff985de8e1cea2707b366d529766f74915b0b6e9f -size 502922 +oid sha256:0abef0d71dcf8bb15f67b5ce428a3610a648175c4fc5e70afd2c8f9947bcb9d4 +size 484988 diff --git a/samples/12/clu12-sample0.png b/samples/3/clu3-sample3.png similarity index 100% rename from samples/12/clu12-sample0.png rename to samples/3/clu3-sample3.png diff --git a/samples/12/clu12-sample1.png b/samples/3/clu3-sample4.png similarity index 100% rename from samples/12/clu12-sample1.png rename to samples/3/clu3-sample4.png diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png index c94f50a77e6fe740cf40929518270145f76c36df..3821f65ad8ccfc317f2352d380d7f32dd2fc5dc3 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:d2bc799ce2648b80191c50dcb2f624a43df8c97371d7910955fda463cb39573d -size 359466 +oid sha256:41bdec4014b17773503164e4b9be696f1be369ca1f15aac8d951e1d77ee52c45 +size 461212 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png index 7c3db5fba4edda1071cc7937a0879359f6f56f4f..3b75ee9ee252f7ae07d7b178e391c4d581f0ca4f 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:207127d8c1ea1e6566274f208a95534232317a9bf8359c93e55a3781629f81d6 -size 269343 +oid sha256:eb204a3ec8772270a8fb30652b09d150cfb704456a1b4399a0d0bbfd9889d895 +size 287790 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png index 8a2311cf3e9a5ace73219b42c5e8f8aa2054df82..421cfa9fb55007f3a1e7c54b966da6b76b6e0e73 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:43222683ea7f27cf763ddda6ddcada47c679be712364162177fb28919a502c26 -size 252325 +oid sha256:3905c06e61e7155acaef580fb56fc6b404944c6f5b9c3674b1f1b43c1e61fe9f +size 478414 diff --git a/samples/13/clu13-sample2.png b/samples/4/clu4-sample3.png similarity index 100% rename from samples/13/clu13-sample2.png rename to samples/4/clu4-sample3.png diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..0bee800f18c7bb9f0f56693a7b0767c6548fca4b --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e398b38ce361c677705b24293118dee106643fdc064fbc0ac254a4c60bd2d0 +size 351182 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png index 6336850057e52b32e5aecb09f0d2fd2f3402f6ae..e5e2ad123c52a7fc420efcb272f12693531a044b 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:17e84fa307952c64e30d094a8cf5cea2525cd91d7dbdf4733f1cf21629e5ed80 -size 454562 +oid sha256:c2b18e046c727483fbbecb0403b6bc748854d44c39768dd6dd7a4405333cc909 +size 742846 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png index aa78ae5507b26c992acd266eb9052d2338a9d712..824603384281148350caf3ed5ab52ed73196931f 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:c2e1b70119c69e51f93f8b378fcd38299e82032a20f25a637e33e0a0954d222f -size 532966 +oid sha256:aea81efd307790ae2256313ff985de8e1cea2707b366d529766f74915b0b6e9f +size 502922 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png index 633ceddf57cfee7414a844ff3e12b9484c74a0a4..2b320d36c76ab55e93c1fb9922faaa9b9aed353b 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:518c42508a81f7423383b963af32b9aa05116df24d098af49716d395314977fd -size 469990 +oid sha256:fa807da2d14f6dd3b08a297ad1c6023ef0fac7ecf1a952be51fdd2224abd6f7b +size 415650 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..ce4f6e3761a7efa641a20a75267ff94047f9c937 --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae46b7fbc826f543bc0b502d3944056cc41e8c54de677082800bda06ed92738a +size 414036 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..7a735cbcd9ba6a156edb21d52e801eeee6724f2f --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58013d7abb8cf0495b0a1da458f729119fb2d45622a01d269092a6dc11341134 +size 543382 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png index 912c006224b5fded63c9c8169c9c3597655ea488..20ad267bf0783d2aa159fabac0e17e729014d869 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:f286b9bf83a61d20e7e888a581794869e6a711a09cd54f193898649cba3fad7e -size 494300 +oid sha256:71353c7ee531cda1edf8dfa2e4d553b567678406b28471798f11b08cc2cc7e46 +size 434586 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png index ef232eccfac08ffaeffdf88a2810bcb19cd23562..1ea3f75f39f5ea184b62523ee9316dd141e7ad91 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:a865f6b5d11df74a6d1f8d4c853eaf36ddb40e7099eb76e38f6dd7a599cae8c0 -size 471146 +oid sha256:35d7d756b7c3af4073a809aa6381be38fdac75189beab30d3af978cf6ee8f46a +size 496394 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png index 6afafb32e2c9fd9d433f9f3b719984742114c491..cb64322f75cb1821496e56e2f1d26478ce8028b0 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:67c6d5103dc213911d16659ce025ee9aaab3bcbc5ce220c6285d707b1717e33a -size 318496 +oid sha256:6ac6c1dddbc4f1bbb067ca1f663157de1339953976dcdf54d6b14e3475b08411 +size 434292 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..f887173a3b7f63a833856e05a0da750b67a943e9 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc72ac4b362c9da3ebe81af3925384df2517db242fc486ba1504d1dbf1be0697 +size 324244 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..aa78ae5507b26c992acd266eb9052d2338a9d712 --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e1b70119c69e51f93f8b378fcd38299e82032a20f25a637e33e0a0954d222f +size 532966 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png index 3ca88f422f0cc2b852e961e2347be56525def211..61d4c460286a89cc8d9eaa6f0b4150837d34a644 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:e9033165bf7c06baec146995b2e092e24e8e29a55dcfddf9505d6305b9f13bae -size 486501 +oid sha256:bf6bac9ea7ab1515a9c55be076ec4d1ca8d6f6e818be4462215a96dd965857ea +size 269513 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png index 6836df959ad1bbd1b77f133533cda5fa60029d66..1b04cf4ab86bf7318c72fea52936238f2ff257e3 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:5b842ff4f69d564fdba435619dda691babf492a8312b92623e11544f810d153e -size 362946 +oid sha256:e7ec2e67c0723fa6d6be687f215c1709d78692f776cf5da11f9f85f5dcaeff02 +size 365909 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..f6bb71ad501d4ef70dea91a1c9059d3fb7852425 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4e07a3b0776eb3eee73fb52f45eeb4e074a67ec03abbccf70e49b9fbb2b26f +size 234847 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..08b7d24410389e34c6129b6047add4ae149038cc --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0ca5e5a061e31109a3f82b7a56789d4bbd20107c4e06ad0a3f22193e681696 +size 479381 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png index 95da31a8be077909374224e3bd6eb305c6e1dc42..a43ed695711b96521603f63213aba1b60f613d2f 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:656360e8b02ea3b5e0a5e8104249b157ed8ee5252c884923185bdaaa09eafba8 -size 204153 +oid sha256:e18718c0d62b57a821717d82bba023ac485e1020a4e49880ad513204173bb584 +size 170847 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png index 97a8a6cab9780443cfcd211c1461c58943bc2c78..a8707467ed079707a8995b026d633c03133c0dec 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:9bdbb719e760b982ddd121761596eae034fbefa4d0917b0ab9c273d9aaed42f3 -size 301236 +oid sha256:fc9d4d4bf67ebe395fb3709ef6f8e0b8a8e37091411e3717f6c6ea65f9ac671a +size 311698 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png index d5c8014cb9a02b4b8e569e29e42215dfaad20871..b6373df9102cee0f51c056d3eba2819a564b0284 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:1bc8b0e6bd4fc1c8e8adf7705b95374f0e0faee62487051b2b2ca55e35af8b1e -size 370207 +oid sha256:651528ee83149cefc094d690a923ec2be27a107c8c0e71a5e7e9f696326096bb +size 493019 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..2616ebcffb956c4c47c769cfa03a980f30aa11a5 --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b81337176f8060472ec3227fd9d8648fb62838153ac9ae6e4afcc70280aa5d5 +size 259694 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..bcaf5f995653c49e2d5feaa827d8ba1ac474de8c --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ead1fc4fe8213e54f1240241e7f7d98fbcbc2091cea12d5cba83c871492ee47 +size 516247 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png index b6373df9102cee0f51c056d3eba2819a564b0284..97a8a6cab9780443cfcd211c1461c58943bc2c78 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:651528ee83149cefc094d690a923ec2be27a107c8c0e71a5e7e9f696326096bb -size 493019 +oid sha256:9bdbb719e760b982ddd121761596eae034fbefa4d0917b0ab9c273d9aaed42f3 +size 301236 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png index 768110c9a78e336a2d4f43b6f308f10204bb6f02..d5c8014cb9a02b4b8e569e29e42215dfaad20871 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:99b23794c2cc61720aeab8a333ce9f50449fd4f03452111a04449b4360473660 -size 520404 +oid sha256:1bc8b0e6bd4fc1c8e8adf7705b95374f0e0faee62487051b2b2ca55e35af8b1e +size 370207 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png index 2616ebcffb956c4c47c769cfa03a980f30aa11a5..aa85debf751d2f3ca16a6768749774f103ecf26c 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:5b81337176f8060472ec3227fd9d8648fb62838153ac9ae6e4afcc70280aa5d5 -size 259694 +oid sha256:c1ad85f169f37ebfac742c2d3336428aa94ef5f079f4f736cb6c76e286247fa2 +size 380681 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e76d61ae36ade7f0278fd6edd0a103a5563ed1 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc2a8ed21b449c79cab6f2e16d155706d243c045a3af4362658a7311d967e01 +size 140407 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..95da31a8be077909374224e3bd6eb305c6e1dc42 --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656360e8b02ea3b5e0a5e8104249b157ed8ee5252c884923185bdaaa09eafba8 +size 204153