diff --git a/README.md b/README.md index d36e33e1ec7b3a1fa73e92497c8df38f7b31a68a..0f325166e3df6a09ebe0c0f8ac04873fa2c61d23 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,81 @@ size_categories: - n<1K --- -# Dataset of houjuu_nue_touhou +# Dataset of houjuu_nue/封獣ぬえ/호쥬누에 (Touhou) -This is the dataset of houjuu_nue_touhou, containing 200 images and their tags. +This is the dataset of houjuu_nue/封獣ぬえ/호쥬누에 (Touhou), containing 500 images and their tags. + +The core tags of this character are `black_hair, wings, asymmetrical_wings, red_eyes, short_hair, bow`, 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 | 200 | [Download](dataset-raw.zip) | Raw data with meta information. | -| raw-stage3 | 488 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. | -| 384x512 | 200 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. | -| 512x512 | 200 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. | -| 512x704 | 200 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. | -| 640x640 | 200 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. | -| 640x880 | 200 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. | -| stage3-640 | 488 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. | -| stage3-800 | 488 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-1200 | 488 | [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 | 500 | 608.19 MiB | [Download](https://huggingface.co/datasets/CyberHarem/houjuu_nue_touhou/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 500 | 394.10 MiB | [Download](https://huggingface.co/datasets/CyberHarem/houjuu_nue_touhou/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1136 | 741.20 MiB | [Download](https://huggingface.co/datasets/CyberHarem/houjuu_nue_touhou/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 500 | 561.19 MiB | [Download](https://huggingface.co/datasets/CyberHarem/houjuu_nue_touhou/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 1136 | 961.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/houjuu_nue_touhou/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/houjuu_nue_touhou', + 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 + +List of tag clustering result, maybe some outfits can be mined here. + +### Raw Text Version + +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags | +|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 0 | 22 | ![](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) | 1girl, black_thighhighs, dress, solo, zettai_ryouiki, smile, snake, trident | +| 1 | 7 | ![](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) | 1girl, black_thighhighs, dress, snake, solo, trident, zettai_ryouiki | +| 2 | 11 | ![](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) | 1girl, black_thighhighs, dress, solo, zettai_ryouiki, smile, ahoge | +| 3 | 8 | ![](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) | 1girl, black_dress, black_thighhighs, blue_wings, looking_at_viewer, red_bowtie, red_wings, short_dress, short_sleeves, smile, solo, trident, bangs, center_frills, hair_between_eyes, holding_weapon, simple_background, zettai_ryouiki, ahoge, blush, medium_breasts, white_background, cowboy_shot, pointy_ears, snake, wristband, buttons, closed_mouth, open_mouth, thighs | +| 4 | 9 | ![](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) | 1girl, black_dress, black_thighhighs, solo, zettai_ryouiki, looking_at_viewer, smile, short_sleeves | +| 5 | 8 | ![](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) | 1girl, bangs, black_dress, black_thighhighs, center_frills, red_bowtie, red_wings, short_dress, short_sleeves, snake, solo, trident, blue_wings, blush, footwear_bow, full_body, holding_weapon, looking_at_viewer, red_footwear, shoes, closed_mouth, wristband, :d, open_mouth, simple_background, ufo | +| 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) | 1girl, black_dress, solo, looking_at_viewer, red_bowtie, simple_background, upper_body, short_sleeves, white_background | +| 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, black_thighhighs, pantyshot, solo, blush, white_panties, snake, black_dress, ufo | + +### Table Version + +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | black_thighhighs | dress | solo | zettai_ryouiki | smile | snake | trident | ahoge | black_dress | blue_wings | looking_at_viewer | red_bowtie | red_wings | short_dress | short_sleeves | bangs | center_frills | hair_between_eyes | holding_weapon | simple_background | blush | medium_breasts | white_background | cowboy_shot | pointy_ears | wristband | buttons | closed_mouth | open_mouth | thighs | footwear_bow | full_body | red_footwear | shoes | :d | ufo | upper_body | pantyshot | white_panties | +|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------------------|:--------|:-------|:-----------------|:--------|:--------|:----------|:--------|:--------------|:-------------|:--------------------|:-------------|:------------|:--------------|:----------------|:--------|:----------------|:--------------------|:-----------------|:--------------------|:--------|:-----------------|:-------------------|:--------------|:--------------|:------------|:----------|:---------------|:-------------|:---------|:---------------|:------------|:---------------|:--------|:-----|:------|:-------------|:------------|:----------------| +| 0 | 22 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 1 | 7 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | X | X | X | X | X | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 2 | 11 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | X | X | X | X | X | | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 3 | 8 | ![](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 | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | +| 4 | 9 | ![](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 | | | | X | | | | | | | | | | | | | | | | | | | | | | | | | +| 5 | 8 | ![](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 | | X | X | X | X | X | X | X | X | X | | X | X | X | | | | | X | | X | X | | X | 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 | | X | X | | | X | | | | | X | | | X | | | | | | | | | | | | | | X | | | +| 7 | 5 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | X | | X | | | X | | | X | | | | | | | | | | | | X | | | | | | | | | | | | | | | X | | X | X | diff --git a/dataset-1200.zip b/dataset-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..83348f656defffc63d208de628e72b28fc4dd3e6 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf988511f2bf79b827ae043797d1c72d9f842c595712c89467fdbd6431f2c20 +size 588450583 diff --git a/dataset-384x512.zip b/dataset-384x512.zip deleted file mode 100644 index f5098f6c7a18edd41e7c97215026541ec89e3a61..0000000000000000000000000000000000000000 --- a/dataset-384x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6521d3936e79c43bd49579c99e4cb3e18292e28e09dae3707e3fe2f85c2cbb94 -size 45172655 diff --git a/dataset-512x512.zip b/dataset-512x512.zip deleted file mode 100644 index c18aec734d0df5b86ab6e615f895026495b8416f..0000000000000000000000000000000000000000 --- a/dataset-512x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8063c0fff49c51219b6147caa3fd30feed7f4218f9ce56fc9fbdb66e3d804eb -size 52735242 diff --git a/dataset-512x704.zip b/dataset-512x704.zip deleted file mode 100644 index 2b4f6037c7477024b2cbd1ea20f3a61b07a6d90f..0000000000000000000000000000000000000000 --- a/dataset-512x704.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c158068c789a9df9275d59c30b1d4601674c306d5b78d5ab68ab27ac983ee499 -size 76181093 diff --git a/dataset-640x640.zip b/dataset-640x640.zip deleted file mode 100644 index 844bf9a44d23d5a21debeb2acbd23c2e5b4a860c..0000000000000000000000000000000000000000 --- a/dataset-640x640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55d71da3811b0816d216db85b4e0dbf881fc600fb21ba3fb4ff12f43794359b9 -size 77364422 diff --git a/dataset-640x880.zip b/dataset-640x880.zip deleted file mode 100644 index 66bfc1efbe1c135e26ff014e509846f4504a67e6..0000000000000000000000000000000000000000 --- a/dataset-640x880.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9446225e0899531cf45c72c61671a3b73a01151675debfe7086d40e1c5aa262 -size 110314043 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..94227d6d3479cdec99ebe1042d84f6ebdabba5a2 --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464980766c179368219ea9578595e8cb6cac922bc9aad837d00ccc1225de0a7d +size 413239937 diff --git a/dataset-raw-stage3.zip b/dataset-raw-stage3.zip deleted file mode 100644 index e20fde5e46c80a8abcc2091d35235210ff4459db..0000000000000000000000000000000000000000 --- a/dataset-raw-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24201b9b5068764ef4b2641456477e925b12b22751f722df2dd112c611b89d30 -size 424077221 diff --git a/dataset-raw.zip b/dataset-raw.zip index 49ad7bbcb546e29abec143e0a2214f61b6004d10..404a92ee3b638b9e11e076e26921b2aabf3b2391 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eeaf7a549b3cad8ef2b66233b5e88e52fd6d1e21bde73568539de52753b12f82 -size 254495427 +oid sha256:e861fbc83d3f9c4ea33b3b5034da38a55856e6d7b909287259516e807877ccbf +size 637728499 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index cd57d3b8763a6387453d0ac8875a98bb6e7777ff..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:409196e6906dfe0b9c2079429524a28ae00f44dae22c0fae0e62f4612e70c6e5 -size 300805932 diff --git a/dataset-stage3-640.zip b/dataset-stage3-640.zip deleted file mode 100644 index db2e8c45c7199e059a85403a48823edfcab177fe..0000000000000000000000000000000000000000 --- a/dataset-stage3-640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7dfdb92532a5d702ed7be2d83780277a2b2b51912b63bf2c5fc533923a20d40 -size 200598578 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index 091aba49180f0f3940ed92d53d897baf37f84fbe..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a867bd1a64a0b5ce83161b675407c9630b62d433c9d76b3317b0a93b1c6eaf0 -size 238914255 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..feb7829ea45e3d4e62a29cfef9e0fd2739c7a08a --- /dev/null +++ b/dataset-stage3-p480-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9920e68c8b9ed1d0509d048a0cad66df4994adfd1202267ec1aea0a84a968d26 +size 1007757884 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..7f40bba75f65693261db463174bfc10dfc0ed7aa --- /dev/null +++ b/dataset-stage3-p480-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691f5e69974aecf183e20dae9c6ee2db1821c9d2cc08de376507268ee26af86b +size 777205232 diff --git a/meta.json b/meta.json index 4c9b45b1274010b6ef90d744104fa33c1965dbf4..e857b0d86ca285408dd7483c248741009e9fb126 100644 --- a/meta.json +++ b/meta.json @@ -1,4 +1,206 @@ { - "name": "houjuu_nue_touhou", - "version": "v1.4" + "bangumi": null, + "base_size": 500, + "clusters": [ + { + "id": 0, + "size": 22, + "tags": [ + "1girl", + "black_thighhighs", + "dress", + "solo", + "zettai_ryouiki", + "smile", + "snake", + "trident" + ] + }, + { + "id": 1, + "size": 7, + "tags": [ + "1girl", + "black_thighhighs", + "dress", + "snake", + "solo", + "trident", + "zettai_ryouiki" + ] + }, + { + "id": 2, + "size": 11, + "tags": [ + "1girl", + "black_thighhighs", + "dress", + "solo", + "zettai_ryouiki", + "smile", + "ahoge" + ] + }, + { + "id": 3, + "size": 8, + "tags": [ + "1girl", + "black_dress", + "black_thighhighs", + "blue_wings", + "looking_at_viewer", + "red_bowtie", + "red_wings", + "short_dress", + "short_sleeves", + "smile", + "solo", + "trident", + "bangs", + "center_frills", + "hair_between_eyes", + "holding_weapon", + "simple_background", + "zettai_ryouiki", + "ahoge", + "blush", + "medium_breasts", + "white_background", + "cowboy_shot", + "pointy_ears", + "snake", + "wristband", + "buttons", + "closed_mouth", + "open_mouth", + "thighs" + ] + }, + { + "id": 4, + "size": 9, + "tags": [ + "1girl", + "black_dress", + "black_thighhighs", + "solo", + "zettai_ryouiki", + "looking_at_viewer", + "smile", + "short_sleeves" + ] + }, + { + "id": 5, + "size": 8, + "tags": [ + "1girl", + "bangs", + "black_dress", + "black_thighhighs", + "center_frills", + "red_bowtie", + "red_wings", + "short_dress", + "short_sleeves", + "snake", + "solo", + "trident", + "blue_wings", + "blush", + "footwear_bow", + "full_body", + "holding_weapon", + "looking_at_viewer", + "red_footwear", + "shoes", + "closed_mouth", + "wristband", + ":d", + "open_mouth", + "simple_background", + "ufo" + ] + }, + { + "id": 6, + "size": 9, + "tags": [ + "1girl", + "black_dress", + "solo", + "looking_at_viewer", + "red_bowtie", + "simple_background", + "upper_body", + "short_sleeves", + "white_background" + ] + }, + { + "id": 7, + "size": 5, + "tags": [ + "1girl", + "black_thighhighs", + "pantyshot", + "solo", + "blush", + "white_panties", + "snake", + "black_dress", + "ufo" + ] + } + ], + "core_tags": [ + "black_hair", + "wings", + "asymmetrical_wings", + "red_eyes", + "short_hair", + "bow" + ], + "display_name": "houjuu_nue/封獣ぬえ/호쥬누에 (Touhou)", + "name": "houjuu_nue (Touhou)", + "packages": { + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 588450583, + "size": 500, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 413239937, + "size": 500, + "type": "IMG+TXT" + }, + "raw": { + "description": "Raw data with meta information (min edge aligned to 1400 if larger).", + "filename": "dataset-raw.zip", + "package_size": 637728499, + "size": 500, + "type": "Waifuc-Raw" + }, + "stage3-p480-1200": { + "description": "3-stage cropped dataset with the area not less than 480x480 pixels.", + "filename": "dataset-stage3-p480-1200.zip", + "package_size": 1007757884, + "size": 1136, + "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": 777205232, + "size": 1136, + "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..aea2581ab42634f8a4962a8655f07c88f4de1523 --- /dev/null +++ b/samples/0/clu0-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23551b4be1734eeb4c1bcc32ddb4701df19a338748c26a0078c76f5677ef0b0 +size 482607 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..6b96f6793bcc066bc5aed24f46cb915dd5fc4034 --- /dev/null +++ b/samples/0/clu0-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c89213be18a8975c49a31c79a40cb6dc690150506730870a016f87397d7867 +size 433975 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..b79b78c91ab960bd8588e276871d85a5e8c2f5a7 --- /dev/null +++ b/samples/0/clu0-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a987f8ed5b139cf924f698db16dd53917ab1a009dc3515565a3e1e2bc7f9c049 +size 387248 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..2afd62f7d506e69b66583dd6cb82e7ae8b04b079 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8305ac9d4cd42566c5576e28f25763cd6f0ebaa19d96f19a832c90bd7d70190 +size 280853 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..d47cf927acdbda479ada5d408b6d7a4bc5796531 --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b69ce26e8f7c33d3cce0cfd20f47e82dd28575a887612402bd65bf1f1edb217 +size 510802 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..02048a184c4e6c4d123c0600e6c5749fbd83feea --- /dev/null +++ b/samples/1/clu1-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5198e50707cd39d8b90898e18f25254782ff47f307dfa825b8a237736185ef77 +size 310227 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..26e7a6a53f0bb8059d386ab0c036d03efc42adc6 --- /dev/null +++ b/samples/1/clu1-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e3f47ad6fa38e5b673a3a65e535785b869bda0fb40cdbe0366785195a1ba55 +size 423089 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..0a64c1c9f20d5644344a04b6b8dad2b63549b00c --- /dev/null +++ b/samples/1/clu1-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8b5fa49548395f1b78cdbb350f41674a6a86e1a532863e902f300b65f18320 +size 361264 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..37c9565073f8ef59160f3a983c475c3bf14a9432 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809ed09e71701d9638748c121df4085814b6742ded5dcebb45a46de98aeff067 +size 270491 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..8ac3d395a23f2a6a55e55ace6103d92cf45a978f --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da25a06365d37ce56875241dd947f17ba8f47fcaaaaf97bb338007c18ad2182 +size 302243 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..f264c3dcd05eb2a3c02da7a426af355259f5e689 --- /dev/null +++ b/samples/2/clu2-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76cac9486223cf26ec48400e70d12c35ed628831cf3276c0c69466d1c41e40f +size 548515 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..a6a3e1e665f5d45cc7c8e939ae7f3753ba5427d9 --- /dev/null +++ b/samples/2/clu2-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca8e7876383adef58d5bab8feb9164d59b70f88a76756eafebfe53bdf316fb9 +size 591590 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..d04049b7fa2bf50ca81df85819a772c870cc3e27 --- /dev/null +++ b/samples/2/clu2-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3682a918dc39563ef26c980b7b98f7f57f0467ec26fcc45e3a2f036aba33cc02 +size 361557 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..8cd9ecd5c0fb6b4c477f2c4eb5581b1c424f9972 --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc3afb7568007c3516dfcbe78244e208e796fb27c041fb6f3403f49afa76483 +size 259899 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..6e987a7fa6cf03f542b03a0ace8cf1b8265de943 --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eff43afb0ada13dc670454733dd9702d50643f80c370f5bc9aec0d2b2353f2a +size 443980 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..ba11b7c5888bc749597c67fdda98f8c9d06230cb --- /dev/null +++ b/samples/3/clu3-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d37e185acadd4bdd25a2654ba3838ea1c22ffde04a9638babfaab02a99a93a0 +size 464144 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..460856e5e41d928cab1a2fbeee6fec7a59c6f1cc --- /dev/null +++ b/samples/3/clu3-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17d64856f76ea4f4e620cb7453c0324cbacbf27b57c1426cfb0f9e2e3f5a7e9 +size 341203 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..73d22b26211184cdd0a96c185a9b903b5766daef --- /dev/null +++ b/samples/3/clu3-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc848008bf21e5b5c2ccda301c643812a57d6c8502b34b25d79ee5819fd714a +size 257193 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..75c362906e4bd10efd5c5ebfafa4d69a029053b7 --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b14c4da30372389624fa8f88fc201fd47721ce8aeb6ac0588dc9ea43ac17842 +size 289150 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..3d683b32b2c7223c89b09286db7f48f63718f4f8 --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dd455c49f2889e59f4438a28ab21c74487bc7c4d40e5b61527926a4cb1035a +size 284872 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..54cad64481bb9c50b2ef950d7552bbf016e213da --- /dev/null +++ b/samples/4/clu4-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a87ac03be173a3755779ac388fb4a7c8c4eb7a24327ab00d9b9f9d4618d19d6e +size 356056 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..63be58c062a1c8294364d825a1df27f1c30b0065 --- /dev/null +++ b/samples/4/clu4-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a172e3346d1382c3349d908eab1c65f710996ee47db7e88f0cbfa6227518d06e +size 504865 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..bab6f0f361d0b4c5974eda3becd0743a62157c4c --- /dev/null +++ b/samples/4/clu4-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3502605784b5c46328fffbeebfd30abbdd4cfbb4f041cd4757b9a812777ceec2 +size 414142 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..60cedc53a74428e53f35b53f59f14b81d661a16b --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3b43e5f9884f586aca9ec594718cbbbb4425632180e57e514d0b15e26a8f40 +size 448597 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..8274bb4c94bb9217fa488047a7697f16802d8b3d --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f709e432b4c71660b7bf6ace436156c8b9338bb485c95cd88a1e4f2d9d8776 +size 518971 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..96e1eec1c331cce0b12355d019f9bfc6500cd291 --- /dev/null +++ b/samples/5/clu5-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87280041366183459feef1435fb7d760a66df86f28569a3f30ed640f2341ed59 +size 461944 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..1b8140948ccbb91191e0620f128adcfd7bdc3e52 --- /dev/null +++ b/samples/5/clu5-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac6329c34ccae50e576d8582c99fe2dbbaeb945fa7167ca6e8195ecedd6b3bb +size 265215 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..7c67eb799c7819c6c0efd096e593376b2df59c60 --- /dev/null +++ b/samples/5/clu5-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549469e3d86ce580d676f53d1cde4410e3eea00a1e595831ac03574796e08a77 +size 303924 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..ec0acda274a0db8b1714eb8eb87b4ada7c3c7a2a --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdb53fcd60f84593746dc748a3ec818578aa90d449203c54c4d0fd7d41c19a8 +size 270592 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..1c1ef068e3d9cf0af7062a45e9624c118e87c617 --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385707a76e6f27ee85604d1c6dbd75602c2a9cd6b544f32de3aa4e3a33b56871 +size 224099 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..b66d21cdc5162791588bc61f8671d99ba60f207e --- /dev/null +++ b/samples/6/clu6-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6347091e95da11a255655653d022451ddc3bbe366643cf3610775592f0a33058 +size 321606 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..036a965973e1834b77b223b5cd3cc41dd93fb979 --- /dev/null +++ b/samples/6/clu6-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcdfe1038d5e803bd99ca0655bd41d4e293b24d89d30cfa076f5cf0384755738 +size 247237 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..5516e717153ca384ddf4ed8060730a1902b7e1f6 --- /dev/null +++ b/samples/6/clu6-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78810c81d516f0d3da40ef786e3644bae2f7db2cbd6ab9b59c2e7e5d69eff84e +size 357107 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..0cd7845afddf6f7ccb13aa842f649ee0cd267fdd --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b5fe0a4be9ad2abe45d38262aceaefb11f805eb0d995d05479987c46af7b43 +size 296198 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..cadd54cd9a9ffe26af8e7cf34d7461735642c4f8 --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c7a246eb760ad2d1a492a93d94fd0227b55ad65064077685cb060f8b4cbf53 +size 299546 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..223be70e0e0673040fa389ff15517227cec7fa91 --- /dev/null +++ b/samples/7/clu7-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c831fc383aeee54db3743aa6994f4f7b4d021845cf9dba78fe95f464ac71fa +size 308911 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..5aa21319cccc546ecbd3e2b47b7f469018eca65b --- /dev/null +++ b/samples/7/clu7-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfabadcf30842196df2eebef70c5c3de3645962f8bf06fbf12668611ecda3587 +size 282570 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..bf14f908954ece7ce26dd82eb61b033648e684db --- /dev/null +++ b/samples/7/clu7-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdb40906816eb98ac4245f9a5e89ba2e213fa0de49a8406f98072efea7f9f7d +size 459732 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..e7a0f6f927597b809c5dcfecdfc83e3eabfc2155 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dee1bf0462174efe02f2e6b5621bedb839866374ef0d1750bfe3e47eabca7d21 +size 161794 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..2f30b36415336b670ca78eeec1e0f265f641814b --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b961c879f2aaf63ef3884299458cf8f3326f767bd3e01b117b71e332b0e08ca +size 331128