diff --git a/README.md b/README.md index 45dbed446f8ded89e63e8603035d32f7ed409b00..8b44b518a6b82137a318a7d7432e14ac96942102 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,103 @@ size_categories: - n<1K --- -# Dataset of ho_olheyak_arknights +# Dataset of ho'olheyak/ホルハイヤ/霍尔海雅 (Arknights) -This is the dataset of ho_olheyak_arknights, containing 195 images and their tags. +This is the dataset of ho'olheyak/ホルハイヤ/霍尔海雅 (Arknights), containing 341 images and their tags. + +The core tags of this character are `grey_hair, bangs, breasts, head_wings, large_breasts, tail, hair_between_eyes, blue_eyes, green_eyes, short_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)). -| Name | Images | Download | Description | -|:------------|---------:|:------------------------------------|:-------------------------------------------------------------------------| -| raw | 195 | [Download](dataset-raw.zip) | Raw data with meta information. | -| raw-stage3 | 512 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. | -| 384x512 | 195 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. | -| 512x512 | 195 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. | -| 512x704 | 195 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. | -| 640x640 | 195 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. | -| 640x880 | 195 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. | -| stage3-640 | 512 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. | -| stage3-800 | 512 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-1200 | 512 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 1200 pixels. | +## List of Packages + +| Name | Images | Size | Download | Type | Description | +|:-----------------|---------:|:-----------|:----------------------------------------------------------------------------------------------------------------------|:-----------|:------------------------------------------------------------------------| +| raw | 341 | 765.20 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ho_olheyak_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| stage3-800 | 904 | 743.82 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ho_olheyak_arknights/resolve/main/dataset-stage3-800.zip) | IMG+TXT | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 893 | 741.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ho_olheyak_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| stage3-1200 | 904 | 1.22 GiB | [Download](https://huggingface.co/datasets/CyberHarem/ho_olheyak_arknights/resolve/main/dataset-stage3-1200.zip) | IMG+TXT | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-1200 | 893 | 1.21 GiB | [Download](https://huggingface.co/datasets/CyberHarem/ho_olheyak_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/ho_olheyak_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 | 8 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | aqua_eyes, medium_hair | +| 1 | 3 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | aqua_eyes, snake_tail | +| 2 | 3 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | huge_breasts, medium_hair | +| 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | aqua_eyes, long_hair | +| 4 | 3 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | long_hair, white_hair | +| 5 | 3 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | aqua_eyes, wings | +| 6 | 3 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | medium_hair, wings | +| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | aqua_eyes, aqua_hair, fang, multicolored_hair, skin_fang, long_hair | +| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | aqua_eyes, aqua_hair, multicolored_hair | +| 9 | 17 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | aqua_eyes | +| 10 | 17 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | long_hair | +| 11 | 5 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | medium_breasts | +| 12 | 27 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | medium_hair | +| 13 | 6 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | huge_breasts | +| 14 | 3 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | white_hair | +| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | hair_intakes | +| 16 | 8 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | fangs | +| 17 | 4 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | wings | +| 18 | 5 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | snake_tail | +| 19 | 4 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | horns | + +### Table Version + +| # | Samples | Img-1 | Img-2 | Img-3 | aqua_eyes | medium_hair | snake_tail | huge_breasts | long_hair | white_hair | wings | aqua_hair | fang | multicolored_hair | skin_fang | medium_breasts | hair_intakes | fangs | horns | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:------------|:--------------|:-------------|:---------------|:------------|:-------------|:--------|:------------|:-------|:--------------------|:------------|:-----------------|:---------------|:--------|:--------| +| 0 | 8 | ![](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 | | | | | | | | | | | | | +| 2 | 3 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | | X | | X | | | | | | | | | | | | +| 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | X | | | | X | | | | | | | | | | | +| 4 | 3 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | | | | | X | X | | | | | | | | | | +| 5 | 3 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | X | | | | | | X | | | | | | | | | +| 6 | 3 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | | X | | | | | X | | | | | | | | | +| 7 | 3 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | X | | | | X | | | X | X | X | X | | | | | +| 8 | 3 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | X | | | | | | | X | | X | | | | | | +| 9 | 17 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | X | | | | | | | | | | | | | | | +| 10 | 17 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | | | | | X | | | | | | | | | | | +| 11 | 5 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | | | | | | | | | | | | X | | | | +| 12 | 27 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | | X | | | | | | | | | | | | | | +| 13 | 6 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | | | | X | | | | | | | | | | | | +| 14 | 3 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | | | | | | X | | | | | | | | | | +| 15 | 3 | ![](samples/15/clu15-sample0.png) | ![](samples/15/clu15-sample1.png) | ![](samples/15/clu15-sample2.png) | | | | | | | | | | | | | X | | | +| 16 | 8 | ![](samples/16/clu16-sample0.png) | ![](samples/16/clu16-sample1.png) | ![](samples/16/clu16-sample2.png) | | | | | | | | | | | | | | X | | +| 17 | 4 | ![](samples/17/clu17-sample0.png) | ![](samples/17/clu17-sample1.png) | ![](samples/17/clu17-sample2.png) | | | | | | | X | | | | | | | | | +| 18 | 5 | ![](samples/18/clu18-sample0.png) | ![](samples/18/clu18-sample1.png) | ![](samples/18/clu18-sample2.png) | | | X | | | | | | | | | | | | | +| 19 | 4 | ![](samples/19/clu19-sample0.png) | ![](samples/19/clu19-sample1.png) | ![](samples/19/clu19-sample2.png) | | | | | | | | | | | | | | | X | diff --git a/dataset-384x512.zip b/dataset-384x512.zip deleted file mode 100644 index b86582372094fdc15d00a015ce520049692e8bb1..0000000000000000000000000000000000000000 --- a/dataset-384x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e28ce7c9cfab185f6a8d39443bceea45b4c3915c83eda34cff56d9d7e9201749 -size 43971026 diff --git a/dataset-512x512.zip b/dataset-512x512.zip deleted file mode 100644 index 575afdf6a449709e089e912b2c0097c6923f63a6..0000000000000000000000000000000000000000 --- a/dataset-512x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee408bf8d092cf8e541c31d06282c14f663e10b7318a979d5826689c43360379 -size 48711131 diff --git a/dataset-512x704.zip b/dataset-512x704.zip deleted file mode 100644 index 022016dc6f34c4df1566200ae2816ea44e0b7b4b..0000000000000000000000000000000000000000 --- a/dataset-512x704.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be8869059073f5eb72fdf1c067a2c32303abef953a4eb844320787c0d51e3661 -size 74757721 diff --git a/dataset-640x640.zip b/dataset-640x640.zip deleted file mode 100644 index 172f3500d75aa5aa5dc9b9580af4ede89f05fd7c..0000000000000000000000000000000000000000 --- a/dataset-640x640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9bb83e8efa4f56fb6f9861df8be36c8ffaa6978b51acade4e43aa18bf5806269 -size 71594763 diff --git a/dataset-640x880.zip b/dataset-640x880.zip deleted file mode 100644 index ab96aaebf0cc032f87072638935f819185a91c78..0000000000000000000000000000000000000000 --- a/dataset-640x880.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96fe0539394e53b390a8fd91cbfebbca6f9fe1a721084f73a0c29fe2229d090a -size 109465978 diff --git a/dataset-raw-stage3.zip b/dataset-raw-stage3.zip deleted file mode 100644 index 94360bd02812c6535dbfa9f4a964b448b2836cc2..0000000000000000000000000000000000000000 --- a/dataset-raw-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:907bc9f27e71523ca49584338011873a03a54e770ee3da7b88a7f8a37e115ca2 -size 588875511 diff --git a/dataset-raw.zip b/dataset-raw.zip index 9abb62bd205abebdb804c14d925eb12bf9cdfb33..367cf05be421fd0217ce21c8322ab570b94e347f 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aef00af1b2b1e98c9cd32b53e2db2d9e6e36fd63634e7d61543c06cfbb811507 -size 321747387 +oid sha256:fa96289a034598037eaecdbb746979dd04ef1db986177cf7b7a5772fbc831489 +size 802371898 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip index 1b673dca200df44898791e862a3658872ac9fee5..16083800f332e3e9cf5e1eb17129c0114942de3a 100644 --- a/dataset-stage3-1200.zip +++ b/dataset-stage3-1200.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bc5ad3e97be6d6172bee6da1de2ca435a1889aa5d2935f8e948192af5b49daf -size 406033717 +oid sha256:72acb42613c4a2e40f72c5a59426cab79f668c52042c1f77ff2b224dc8b6173a +size 1307012473 diff --git a/dataset-stage3-640.zip b/dataset-stage3-640.zip deleted file mode 100644 index c449fcdc13b870dba9a892714c5ca25d405b7908..0000000000000000000000000000000000000000 --- a/dataset-stage3-640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28c9c661634cc0704f022ef006a154c01b19f12e5b342169598c714b6635086b -size 275264065 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip index 0fd7c87c2bde8e1983942fcbaa87d1bebf36442e..f556574962a1f4b2e488751cfcb283ef4133b091 100644 --- a/dataset-stage3-800.zip +++ b/dataset-stage3-800.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80d3da097d9e01702f8568139efd54ffe9099292a47870c6a586f77a0786677c -size 349510919 +oid sha256:e61d531b3239e3665b7faab4ec7d48e58df6f192afa046aa85a32577f55373b1 +size 779948612 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..1e9d8b7aabc887c77054c5153e517a94914e6cf3 --- /dev/null +++ b/dataset-stage3-p480-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb084e0bf3615a962d515f71283ffe22a8fb5f70d16fcccc5b728177ac13d6f +size 1304312551 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..246b8e91ad429aeb9d9291c2f3338647ebc9db52 --- /dev/null +++ b/dataset-stage3-p480-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c1b23e0654dfabaf69dc762a0eb4af60c0ad15410a7c1c2c93398d8652c232 +size 777248690 diff --git a/meta.json b/meta.json index f878d25f2558ecde2aed763396902b3205d1b33c..610e46713b3b284a104df51bba6638bc8de3eac8 100644 --- a/meta.json +++ b/meta.json @@ -1,4 +1,212 @@ { - "name": "ho_olheyak_arknights", - "version": "v1.4" + "bangumi": null, + "base_size": 341, + "clusters": [ + { + "id": 0, + "size": 8, + "tags": [ + "aqua_eyes", + "medium_hair" + ] + }, + { + "id": 1, + "size": 3, + "tags": [ + "aqua_eyes", + "snake_tail" + ] + }, + { + "id": 2, + "size": 3, + "tags": [ + "huge_breasts", + "medium_hair" + ] + }, + { + "id": 3, + "size": 5, + "tags": [ + "aqua_eyes", + "long_hair" + ] + }, + { + "id": 4, + "size": 3, + "tags": [ + "long_hair", + "white_hair" + ] + }, + { + "id": 5, + "size": 3, + "tags": [ + "aqua_eyes", + "wings" + ] + }, + { + "id": 6, + "size": 3, + "tags": [ + "medium_hair", + "wings" + ] + }, + { + "id": 7, + "size": 3, + "tags": [ + "aqua_eyes", + "aqua_hair", + "fang", + "multicolored_hair", + "skin_fang", + "long_hair" + ] + }, + { + "id": 8, + "size": 3, + "tags": [ + "aqua_eyes", + "aqua_hair", + "multicolored_hair" + ] + }, + { + "id": 9, + "size": 17, + "tags": [ + "aqua_eyes" + ] + }, + { + "id": 10, + "size": 17, + "tags": [ + "long_hair" + ] + }, + { + "id": 11, + "size": 5, + "tags": [ + "medium_breasts" + ] + }, + { + "id": 12, + "size": 27, + "tags": [ + "medium_hair" + ] + }, + { + "id": 13, + "size": 6, + "tags": [ + "huge_breasts" + ] + }, + { + "id": 14, + "size": 3, + "tags": [ + "white_hair" + ] + }, + { + "id": 15, + "size": 3, + "tags": [ + "hair_intakes" + ] + }, + { + "id": 16, + "size": 8, + "tags": [ + "fangs" + ] + }, + { + "id": 17, + "size": 4, + "tags": [ + "wings" + ] + }, + { + "id": 18, + "size": 5, + "tags": [ + "snake_tail" + ] + }, + { + "id": 19, + "size": 4, + "tags": [ + "horns" + ] + } + ], + "core_tags": [ + "grey_hair", + "bangs", + "breasts", + "head_wings", + "large_breasts", + "tail", + "hair_between_eyes", + "blue_eyes", + "green_eyes", + "short_hair" + ], + "display_name": "ho'olheyak/ホルハイヤ/霍尔海雅 (Arknights)", + "name": "ho'olheyak (Arknights)", + "packages": { + "raw": { + "description": "Raw data with meta information (min edge aligned to 1400 if larger).", + "filename": "dataset-raw.zip", + "package_size": 802371898, + "size": 341, + "type": "Waifuc-Raw" + }, + "stage3-1200": { + "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-stage3-1200.zip", + "package_size": 1307012473, + "size": 904, + "type": "IMG+TXT" + }, + "stage3-800": { + "description": "3-stage cropped dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-stage3-800.zip", + "package_size": 779948612, + "size": 904, + "type": "IMG+TXT" + }, + "stage3-p480-1200": { + "description": "3-stage cropped dataset with the area not less than 480x480 pixels.", + "filename": "dataset-stage3-p480-1200.zip", + "package_size": 1304312551, + "size": 893, + "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", + "package_size": 777248690, + "size": 893, + "type": "IMG+TXT" + } + }, + "version": "v1.5" } \ No newline at end of file diff --git a/samples/0/clu0-sample0.png b/samples/0/clu0-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..a39049b119c730c7b8c68276ac3af802bdae0f17 --- /dev/null +++ b/samples/0/clu0-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3758595d9936964c8a85b25cbfb29f1cbae55c53efc362e2e043d1fa424c4e +size 516903 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..46404aa69c56165fcb61d93ac2b0c0638a09cf7d --- /dev/null +++ b/samples/0/clu0-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9587a5ae9066edc121e1a1fa90044dfe52138e5cea365fa2081c44f6abec997 +size 350014 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..09e2e2128b0167ea2a837615f77c432eed273626 --- /dev/null +++ b/samples/0/clu0-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f62a934ffbc36901e7b2bad2b924a12a84d73b452cf178b98eb7ee989e482b +size 256308 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..f5a920a529eb22074d087b55672d2af94bdd52cb --- /dev/null +++ b/samples/1/clu1-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a394aa83e9cfa7f801dbe9bbe2da1acdd80fef6ee509238d86214146451e7eaf +size 365421 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..6f60c726ae59de9ef6d1ac5ce01580a3e9399e1d --- /dev/null +++ b/samples/1/clu1-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a22a04a4e1ede1f0919c7f985001185174a153e0cc4ebc804f51263101e79c2 +size 315591 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7e3b1bd208953ad8dec93e4b9c3e14efc9d12fd --- /dev/null +++ b/samples/1/clu1-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc83f10b5143371e2baf6eb6a33cbd24a85c5def5d52cc1f63319b0ff06a7a26 +size 404108 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..6e1f134647cd78d857ef562a861cc0b1a55ebec3 --- /dev/null +++ b/samples/10/clu10-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd3d1fc50f6c1c103867a1f80203a7086018339937e50f53cfb0fb9c073917c +size 408878 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..4ef01d4e2174bdf764e958681fcdbdd6ab26c7d9 --- /dev/null +++ b/samples/10/clu10-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fadafe723295cceb903b1f823fc930e6c2b2731d9e97f2fcba8643756294f916 +size 332875 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..7c18f549807fd23d034883d9867d0831e56f0609 --- /dev/null +++ b/samples/10/clu10-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685713f60758b28b39d12a035e1c0a1ec7b9a40ae37eb3538908fb1ab095906b +size 455222 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..3e22367fd2b78aae1b359cb4ddd623daac56e057 --- /dev/null +++ b/samples/11/clu11-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b2d1e3bdabf7c78687f18f20c8aedf8a653fb3d76de9b409f360101eadaf06 +size 341333 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..fb63669026aac40a5008ff131dce0c97e3ec26cb --- /dev/null +++ b/samples/11/clu11-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2921dad6e2a2b251b3e1c75b6d673adf321b210f53736465ec0361e87d0c4268 +size 456103 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..fcf9e87bec0f85430f5dfacaad9bc1e956ffe59b --- /dev/null +++ b/samples/11/clu11-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f909dfe76df8cef538bbe5c6d78f5d344123e22ad0e1829d7263d4fa29b1300 +size 225815 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..f496d6298b75b1af4b8aeeee162fee5fce3a2824 --- /dev/null +++ b/samples/12/clu12-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54aa3e4dba06b34efbe26de4178537ff2528fa79a69e96d27d499e1c0a5c1506 +size 202432 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..232185ef85faffdfeb73c6e0c4ad159bda4b498e --- /dev/null +++ b/samples/12/clu12-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889b5c9603deba480348055828c727eb634a90a5a1791bd5cbb013e5e6966777 +size 243205 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..5b501897ebe7657889fd235c621959f8d0ee6ddf --- /dev/null +++ b/samples/12/clu12-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268fe2b857619875ece49720e7aceb8393921ca2f52562316537f1d9e1da79f7 +size 465375 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..866a3b7cae3d65580921a62011f7fe89ef28dede --- /dev/null +++ b/samples/13/clu13-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9dc9e465e581497220ff4262fe139a5eb62591027fb30576069f1d53ad7a47 +size 306110 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..dfd24b967b913bac3bc749f3d0ddee9f2bbc04dc --- /dev/null +++ b/samples/13/clu13-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e2767d1b3a649663622c451ae9e12447e29d4c6b3d82fc30f5fc3e383ea7e1 +size 365310 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..efe87ce9b824d0d466beda0e25e62cc3ae2da47e --- /dev/null +++ b/samples/13/clu13-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a407204d2a3183d1cce41e26282722c6e0fc4bc943f42893b8b75eb06da2586 +size 299271 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..1c8406d3764641e7505bcbe1e75cf4be405e72e5 --- /dev/null +++ b/samples/14/clu14-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e886cae7792a269720a6b5292dad95fd3ebea6da5e44dd4b17d640731e421982 +size 516662 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..4244e8576191c4ae7254d699edfcbb98960d6cfe --- /dev/null +++ b/samples/14/clu14-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b6f5d1fdc7a4107323a355a9637558c9fb6a7a3747bc188fd9bbed31a119ba +size 319263 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..661b6d0a550f4df3e39044a0c66396cdb48286ab --- /dev/null +++ b/samples/14/clu14-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b61b48c6214402d66fa90faf38c579aed41942572cb359333401b72ae6021a +size 343460 diff --git a/samples/15/clu15-sample0.png b/samples/15/clu15-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..d197903224281e7842602a22b3a53994c172559f --- /dev/null +++ b/samples/15/clu15-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d5aee7f8983e6e9bfa7e6571545a6e7eb2806d3cbd33bc842d8c41ffd5c091 +size 314259 diff --git a/samples/15/clu15-sample1.png b/samples/15/clu15-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..bc47c49144e7168f1af3d9a7e5dfd59d07d39b72 --- /dev/null +++ b/samples/15/clu15-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98f1afec5bc8264bee0e53dad206c1c019436df93396b86aff0c5801c92daa2 +size 479000 diff --git a/samples/15/clu15-sample2.png b/samples/15/clu15-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..38b47900c4c71d805b6b2d8e106538e00c36606a --- /dev/null +++ b/samples/15/clu15-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4084ab47af59ceef8cc9e79790054a60cd3b045d2094f9ba4f0a3aa5cd371439 +size 312676 diff --git a/samples/16/clu16-sample0.png b/samples/16/clu16-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..a10ab164f0157618c0fdf806dd30b34675467e1c --- /dev/null +++ b/samples/16/clu16-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9df7337373bbfbad554ea0e4139a088f17456752f233cf832c800a46a24c30 +size 216197 diff --git a/samples/16/clu16-sample1.png b/samples/16/clu16-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..db9ec4c42a33bd7ce6bd52473ff8be21b0756c7e --- /dev/null +++ b/samples/16/clu16-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5051644432fe8091e6451a3616870e5722d09680270fe003930afb88308c8c7f +size 314705 diff --git a/samples/16/clu16-sample2.png b/samples/16/clu16-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..a97821c335dae8c29b8dbf4a8934c751c46182cd --- /dev/null +++ b/samples/16/clu16-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84b7587d0165b4ca136361e9759f80dc8015e5fde8ffd0b5734258f39a11edeb +size 372705 diff --git a/samples/17/clu17-sample0.png b/samples/17/clu17-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..6156e83ffeb670eabe900a1f458f6d5de992a4ef --- /dev/null +++ b/samples/17/clu17-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0ad0d59894440c76894898c1203f33e383f4f602a8b6ac056030d90e998c46 +size 443041 diff --git a/samples/17/clu17-sample1.png b/samples/17/clu17-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..056a573e8d5f2827e7cfb88e1248ad828f1f320d --- /dev/null +++ b/samples/17/clu17-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e18c2342613e6df64ca724f8936d2462379295f6457b729d32deb9ec3fbd94 +size 222279 diff --git a/samples/17/clu17-sample2.png b/samples/17/clu17-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..8051a9c3aab6f3aba0e78a63b5d789ec7a5536a4 --- /dev/null +++ b/samples/17/clu17-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5d1d795c56e51d746dc426cad1376645f4b6cf677c1fb738b329228517a9a4 +size 539553 diff --git a/samples/18/clu18-sample0.png b/samples/18/clu18-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..cd396b079d1b0c5049c159f72206637a4a3cfbd7 --- /dev/null +++ b/samples/18/clu18-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2796b07664e6894abe7eb8c815a6af9da9fdc78fdff9f28425da6a14bac8906e +size 443210 diff --git a/samples/18/clu18-sample1.png b/samples/18/clu18-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..c787b8ce616650d13c15f3cbf6a4207ca2103af2 --- /dev/null +++ b/samples/18/clu18-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6d712c8e2cd08d2505b6dbdef855b504b3cb76040408d88ed5051fa2897e40 +size 340360 diff --git a/samples/18/clu18-sample2.png b/samples/18/clu18-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..8387d97c5e26832d8179d0dfd892afc55b092cf4 --- /dev/null +++ b/samples/18/clu18-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261c53acbf1f57b31b1f49f51a83c1647c6624f64161391623ca1849dc02e3a2 +size 332859 diff --git a/samples/19/clu19-sample0.png b/samples/19/clu19-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..53795e1be331cb24e7f052375f7b0ece6a7ccb21 --- /dev/null +++ b/samples/19/clu19-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c398ac03017b94b105e7bb3cfc901736e94bceae398d1f93cc2c4cb3785ecc +size 242981 diff --git a/samples/19/clu19-sample1.png b/samples/19/clu19-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..372ed8a7f189f72c322029e1c328d04e19c1f88f --- /dev/null +++ b/samples/19/clu19-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aeb31a98c477e20f9da8f08c69abe10b14757e93f450fe2c2d76eb85f8536f0 +size 308036 diff --git a/samples/19/clu19-sample2.png b/samples/19/clu19-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..6adfb08118d457fad64583fdb7fb4af8c35e22e5 --- /dev/null +++ b/samples/19/clu19-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf061637f55452afcb229032539260fd2c23d6fcc1d76d6457e741ab7f14f49 +size 642801 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..59d8e2c29edc777e7237358636fe9fcd0764f8e8 --- /dev/null +++ b/samples/2/clu2-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aaf84f3819ae4cb8a93321cd7659c6602098b4766466de00df839a1f685526d +size 313660 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..00cd814ba3ef3b1dac8baf3b45dfd4b0f994f820 --- /dev/null +++ b/samples/2/clu2-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb0cdca95e9ab95693bd8ac5d3249a09d3c355393e88bc1989940caba0e48d93 +size 308012 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..81e5a08312fc8e249d8cbc0f69938e0ed460949c --- /dev/null +++ b/samples/2/clu2-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8135bac21daccebe91b889e249f3e5ef533034a02e0cb2a2e615b2b3184097f +size 441643 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..3c40f92030e76c9ebd72cf6b5a459b569334c400 --- /dev/null +++ b/samples/3/clu3-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e48dfdb8d9c18875a7fd1fa1407b89af52582c00d174284acc183edeaa0946e +size 442562 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..f3188532b45d3fcd4ae732462eee494b80551100 --- /dev/null +++ b/samples/3/clu3-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7764b2317ae0c2e8695a63f8893f1c68a8c9e78530a2b806ea8e73bc74f500ef +size 467851 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..7bc620d227d1500f4f20bf34d7778d02b8adac46 --- /dev/null +++ b/samples/3/clu3-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527d213e52bd566de2997233b000629e93bca6de56f4ac02a8e07cc8f953553b +size 388162 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..d7b8a807bcb61ec38b265ff0bc919f6de003211f --- /dev/null +++ b/samples/4/clu4-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d576416c9f46826bbfb13e663a060df95741235fc985e90ff0dcf70eba8a660 +size 597346 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..a06ac50f27b9fbec47983eda4c69311e1f120c00 --- /dev/null +++ b/samples/4/clu4-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d0e4e205b622edac364a8b1295ef5683e7d3c78c54f20b032a736b5a65e592 +size 309758 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..590f39b36e333b164351b3599d10a1eb654dcec4 --- /dev/null +++ b/samples/4/clu4-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b576d03b565f9f1af29fbffe7d5e0743cca05b06f929b517a5359dd7c64fb1da +size 429395 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..c67e861bcde54067c96957f9c5891d51c99af30b --- /dev/null +++ b/samples/5/clu5-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92104490fc0febe4605e559febbd83f1fba1c0944ef6907371f6c0ac2b5de4e1 +size 484437 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..f4f35dc493ccdda7a60236afe975595bc4f0bd6b --- /dev/null +++ b/samples/5/clu5-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc05d1df72ed362ad5ca1c0a274eff01a688556eb1933af0982c670a61487f58 +size 382696 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..ef824319d33500c03d240d7b1a66bac415827ab9 --- /dev/null +++ b/samples/5/clu5-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7268f2f1c9a254d15686c00e6c30f873daedac5c64b7311ac195af5f9484c2be +size 407227 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..c038d29781c53f27d30371631cdb08217752da29 --- /dev/null +++ b/samples/6/clu6-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e471da89eb20641b8ef33fdb657f3c2b29c4dd0ab1fa104fbb6fdcb77f1e49 +size 507497 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..981350d0861ff92667e66f25ce8afa71c0713f17 --- /dev/null +++ b/samples/6/clu6-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59599b65f7146819530ab2f50f8102e27d581cb6ce15c11d4f1cb08d375a74fc +size 325637 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..bb60bcd79ecb45a546fcf378b1c39fff3c9710d2 --- /dev/null +++ b/samples/6/clu6-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4ca5cdf9616854932fe7a99f711e4934c27000566b242ff12ffd57a2359e82 +size 506952 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..985979290c4f38695a0c18c67670766f8f2e3ec2 --- /dev/null +++ b/samples/7/clu7-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e17c407e0346e7e714b22764c4667775690cebc48ea0c7f1f012a5677fdb1a3e +size 484077 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..925005367470593d7941a4257d67b554940cb17d --- /dev/null +++ b/samples/7/clu7-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a400bd3cf8095e4a7dbd19f126cc80fcce034bca71b004e8cc3b2520cf247bd0 +size 314922 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..cdc9a0d0af9ea49bf29f6ace27348ac2d5d95f94 --- /dev/null +++ b/samples/7/clu7-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1428470f62a7cf7c9f16c0b1552a400e94642a0ff1eaf597a22a4b2414f04a01 +size 453998 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..0a05360aeb7f6fd93eeca4cfea3d318899b72541 --- /dev/null +++ b/samples/8/clu8-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa538ea3570e1dbb85c447ca3ccad5769f1a5a860b39a6309f7e05d87965b58 +size 442985 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..111b783af1caa30f601c5d79e3f438827eb8648a --- /dev/null +++ b/samples/8/clu8-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24ebe06b571750ae129674bbec0be6767eabdeac1986d8f6806f893844dd4bc +size 215224 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..2e5287785e555bc38a682c52682ca5aad476777f --- /dev/null +++ b/samples/8/clu8-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd89c0b1a3a2d7b6920399aa315d9a9177ac5db82330c1f1fc0cc295f5ddef0f +size 401831 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..55d87b0292650cbe9e0dda2811e87bab78a68378 --- /dev/null +++ b/samples/9/clu9-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbba69d5d826ea101836fc8e5c51c501ab073de225e197138d6276f11a346d8 +size 371370 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..f09f5edbf8ba54e015ad7c005e2753c294fb0b22 --- /dev/null +++ b/samples/9/clu9-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98064ed99700b00b255cfa81ffd55063cd8403661da368f7338a56b406b510e8 +size 330732 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..aab469c3a12d51d7cd9b03a0d15ec1312e6f093e --- /dev/null +++ b/samples/9/clu9-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d9f6dc2a292bce2febd65c7ce262dafe708f44eb7c3d4066434e1f8516b70d +size 319927