diff --git a/README.md b/README.md index fab78d7e2776dbec1a809a8cd96548c75406ec60..f0e0ea5ccaa3599939d9ad6aa6c3d27990d516da 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,81 @@ size_categories: - n<1K --- -# Dataset of Tanaka Asuka +# Dataset of Tanaka Asuka/田中あすか (Sound! Euphonium) -This is the dataset of Tanaka Asuka, containing 294 images and their tags. +This is the dataset of Tanaka Asuka/田中あすか (Sound! Euphonium), containing 479 images and their tags. + +The core tags of this character are `black_hair, long_hair, glasses, semi-rimless_eyewear, blue_eyes, red-framed_eyewear, over-rim_eyewear, hair_between_eyes`, 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 | 294 | [Download](dataset-raw.zip) | Raw data with meta information. | -| raw-stage3 | 684 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. | -| 384x512 | 294 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. | -| 512x512 | 294 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. | -| 512x704 | 294 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. | -| 640x640 | 294 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. | -| 640x880 | 294 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. | -| stage3-640 | 684 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. | -| stage3-800 | 684 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-1200 | 684 | [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 | 479 | 321.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tanaka_asuka_soundeuphonium/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 1200 | 479 | 320.87 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tanaka_asuka_soundeuphonium/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 908 | 567.21 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tanaka_asuka_soundeuphonium/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/tanaka_asuka_soundeuphonium', + 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 | 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) | blush, green_neckerchief, kitauji_high_school_uniform, looking_at_viewer, sailor_collar, serafuku, solo_focus, 2girls, skirt, smile, 1girl, blurry | +| 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | 1girl, green_neckerchief, kitauji_high_school_uniform, looking_at_viewer, sailor_collar, serafuku, solo, instrument | +| 2 | 26 | ![](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, blush, kitauji_high_school_uniform, sailor_collar, serafuku, green_neckerchief, looking_at_viewer, solo, smile | +| 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, blue_sailor_collar, blue_skirt, blush, green_neckerchief, kitauji_high_school_uniform, pleated_skirt, serafuku, short_sleeves, solo, white_shirt, indoors, open_mouth, smile, looking_at_viewer | +| 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) | 1girl, blush, green_neckerchief, kitauji_high_school_uniform, serafuku, short_sleeves, solo, white_shirt, blue_sailor_collar, upper_body, closed_mouth | +| 5 | 17 | ![](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, black_pantyhose, kitauji_high_school_uniform, pleated_skirt, serafuku, solo, green_neckerchief, smile, long_sleeves, white_sailor_collar, brown_skirt, indoors, looking_at_viewer, open_mouth, chalkboard | +| 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) | chair, classroom, green_neckerchief, indoors, instrument, kitauji_high_school_uniform, serafuku, sitting, 1girl, solo, chalkboard, blue_skirt, black_pantyhose, blue_sailor_collar, desk, pleated_skirt, short_sleeves, holding | +| 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, looking_at_viewer, scarf, snowing, solo, upper_body, coat, smile, winter_clothes, blush, hands_on_own_face, outdoors | +| 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) | 1girl, anime_coloring, lipstick, necklace, solo, blurry, collarbone, ponytail, shirt, indoors, hair_ornament, looking_at_viewer, sweatdrop | + +### Table Version + +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | blush | green_neckerchief | kitauji_high_school_uniform | looking_at_viewer | sailor_collar | serafuku | solo_focus | 2girls | skirt | smile | 1girl | blurry | solo | instrument | blue_sailor_collar | blue_skirt | pleated_skirt | short_sleeves | white_shirt | indoors | open_mouth | upper_body | closed_mouth | black_pantyhose | long_sleeves | white_sailor_collar | brown_skirt | chalkboard | chair | classroom | sitting | desk | holding | scarf | snowing | coat | winter_clothes | hands_on_own_face | outdoors | anime_coloring | lipstick | necklace | collarbone | ponytail | shirt | hair_ornament | sweatdrop | +|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:------------------------------|:--------------------|:----------------|:-----------|:-------------|:---------|:--------|:--------|:--------|:---------|:-------|:-------------|:---------------------|:-------------|:----------------|:----------------|:--------------|:----------|:-------------|:-------------|:---------------|:------------------|:---------------|:----------------------|:--------------|:-------------|:--------|:------------|:----------|:-------|:----------|:--------|:----------|:-------|:-----------------|:--------------------|:-----------|:-----------------|:-----------|:-----------|:-------------|:-----------|:--------|:----------------|:------------| +| 0 | 5 | ![](samples/0/clu0-sample0.png) | ![](samples/0/clu0-sample1.png) | ![](samples/0/clu0-sample2.png) | ![](samples/0/clu0-sample3.png) | ![](samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 1 | 6 | ![](samples/1/clu1-sample0.png) | ![](samples/1/clu1-sample1.png) | ![](samples/1/clu1-sample2.png) | ![](samples/1/clu1-sample3.png) | ![](samples/1/clu1-sample4.png) | | X | X | X | X | X | | | | | X | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 2 | 26 | ![](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 | X | | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 3 | 9 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | | X | | | | X | X | | 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 | | | X | X | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | +| 5 | 17 | ![](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 | | | | | | | | | | | | | | | | | | | | +| 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 | 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 | X | 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 | X | | | | | | | 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..98da82655e040f107744ba867828c21279512c7f --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2ad9d7b3616255206e3f69f537f05af0ae1a1fda1e0dd3b2d393daa8ebf644 +size 336461622 diff --git a/dataset-384x512.zip b/dataset-384x512.zip deleted file mode 100644 index 52a4088f84fd81b95288f680d9fd02c046098ca7..0000000000000000000000000000000000000000 --- a/dataset-384x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96f630c48e01cafb45fa82d2b9ece7a2dfe93eca1db9862ce257ef5a4b488f3c -size 48742898 diff --git a/dataset-512x512.zip b/dataset-512x512.zip deleted file mode 100644 index 2b53b99c35a3f3862e1e6b4550b2678046a20fde..0000000000000000000000000000000000000000 --- a/dataset-512x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84428a411d79022ce4e3144ae74e39dd8207cd901e0416a7ede4d67b0b52926a -size 67257324 diff --git a/dataset-512x704.zip b/dataset-512x704.zip deleted file mode 100644 index d66fd8de8cb116d0916a7d49a4cef55eecd9d2fe..0000000000000000000000000000000000000000 --- a/dataset-512x704.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d9a5211372c3f804ab933cfa707e9a40729b7c55f735638b152741ec9e93f815 -size 81694642 diff --git a/dataset-640x640.zip b/dataset-640x640.zip deleted file mode 100644 index 2eab7d16057f05a377792bfc79765582088c91d7..0000000000000000000000000000000000000000 --- a/dataset-640x640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e619f269eccabd9f83d166db367091c7aae5ec5bede6c032991ddaee71ed00f3 -size 99834758 diff --git a/dataset-640x880.zip b/dataset-640x880.zip deleted file mode 100644 index 156cc6939c4bf0630ed5aa8f98fdbfb5a0d05bba..0000000000000000000000000000000000000000 --- a/dataset-640x880.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8cae4045e75ecda180102d8a3f03cec10f36e6e851478e0a52e9def68b65f549 -size 119929709 diff --git a/dataset-raw-stage3.zip b/dataset-raw-stage3.zip deleted file mode 100644 index ca3b9ab4980d3228002928f855be5ee2be0f10c4..0000000000000000000000000000000000000000 --- a/dataset-raw-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ebac3487fb1983de6c3a005c6ce1a74395147245000286d6359f8db40ffd7d4 -size 534438051 diff --git a/dataset-raw.zip b/dataset-raw.zip index 0eb4fe0c1b2ed58639c277692704dcede375ea4b..c4902a821f24fe540caf39fefbc7d8c4cafb1bf7 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:52ed67fb1443aa17a60b910f7e58d97072196ddebc2282ce8ae00d08fd0983ff -size 281194832 +oid sha256:d3c8a689989b94a5f81f54757b3456955ca94129eb64f23dc4617afdb72e5498 +size 336661567 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index d072360dc18a1aa1752cd687bdd2d43818f21750..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1704a0b2634cfc9db7fce0d776fe8971d914a338d15eed069ff39da1f2d85e1c -size 533971146 diff --git a/dataset-stage3-640.zip b/dataset-stage3-640.zip deleted file mode 100644 index b2d625b3d8faa7df89c747648435feaeddd38e6a..0000000000000000000000000000000000000000 --- a/dataset-stage3-640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc2c7c74936769a89f20ee21aff6927458d0659deabce868362355b56fc58404 -size 314055208 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index bb202739997922062e4a3707b53b7453ff065fe6..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:563c262012ce47e4a089814ac8a3c4881ee9210df7f2c10bb3c206241f789c44 -size 415524881 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..bcc4c5cf2e834bfd1606cd38c5e820c99791d109 --- /dev/null +++ b/dataset-stage3-p480-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede192c2970753941050f1e2bd2368b395a37951355f2087ec41be17598f6e81 +size 594765420 diff --git a/meta.json b/meta.json index 28ca15f4668e7cc5d20df60a936af395c28c393e..0ee1b823838167f9f92a362c00e272b3be3c38ee 100644 --- a/meta.json +++ b/meta.json @@ -1,4 +1,209 @@ { - "name": "Tanaka Asuka", - "version": "v1.4" + "bangumi": "BangumiBase/soundeuphonium", + "base_size": 479, + "clusters": [ + { + "id": 0, + "size": 5, + "tags": [ + "blush", + "green_neckerchief", + "kitauji_high_school_uniform", + "looking_at_viewer", + "sailor_collar", + "serafuku", + "solo_focus", + "2girls", + "skirt", + "smile", + "1girl", + "blurry" + ] + }, + { + "id": 1, + "size": 6, + "tags": [ + "1girl", + "green_neckerchief", + "kitauji_high_school_uniform", + "looking_at_viewer", + "sailor_collar", + "serafuku", + "solo", + "instrument" + ] + }, + { + "id": 2, + "size": 26, + "tags": [ + "1girl", + "blush", + "kitauji_high_school_uniform", + "sailor_collar", + "serafuku", + "green_neckerchief", + "looking_at_viewer", + "solo", + "smile" + ] + }, + { + "id": 3, + "size": 9, + "tags": [ + "1girl", + "blue_sailor_collar", + "blue_skirt", + "blush", + "green_neckerchief", + "kitauji_high_school_uniform", + "pleated_skirt", + "serafuku", + "short_sleeves", + "solo", + "white_shirt", + "indoors", + "open_mouth", + "smile", + "looking_at_viewer" + ] + }, + { + "id": 4, + "size": 6, + "tags": [ + "1girl", + "blush", + "green_neckerchief", + "kitauji_high_school_uniform", + "serafuku", + "short_sleeves", + "solo", + "white_shirt", + "blue_sailor_collar", + "upper_body", + "closed_mouth" + ] + }, + { + "id": 5, + "size": 17, + "tags": [ + "1girl", + "black_pantyhose", + "kitauji_high_school_uniform", + "pleated_skirt", + "serafuku", + "solo", + "green_neckerchief", + "smile", + "long_sleeves", + "white_sailor_collar", + "brown_skirt", + "indoors", + "looking_at_viewer", + "open_mouth", + "chalkboard" + ] + }, + { + "id": 6, + "size": 9, + "tags": [ + "chair", + "classroom", + "green_neckerchief", + "indoors", + "instrument", + "kitauji_high_school_uniform", + "serafuku", + "sitting", + "1girl", + "solo", + "chalkboard", + "blue_skirt", + "black_pantyhose", + "blue_sailor_collar", + "desk", + "pleated_skirt", + "short_sleeves", + "holding" + ] + }, + { + "id": 7, + "size": 5, + "tags": [ + "1girl", + "looking_at_viewer", + "scarf", + "snowing", + "solo", + "upper_body", + "coat", + "smile", + "winter_clothes", + "blush", + "hands_on_own_face", + "outdoors" + ] + }, + { + "id": 8, + "size": 5, + "tags": [ + "1girl", + "anime_coloring", + "lipstick", + "necklace", + "solo", + "blurry", + "collarbone", + "ponytail", + "shirt", + "indoors", + "hair_ornament", + "looking_at_viewer", + "sweatdrop" + ] + } + ], + "core_tags": [ + "black_hair", + "long_hair", + "glasses", + "semi-rimless_eyewear", + "blue_eyes", + "red-framed_eyewear", + "over-rim_eyewear", + "hair_between_eyes" + ], + "display_name": "Tanaka Asuka/田中あすか (Sound! Euphonium)", + "name": "tanaka_asuka_soundeuphonium", + "packages": { + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 336461622, + "size": 479, + "type": "IMG+TXT" + }, + "raw": { + "description": "Raw data with meta information (min edge aligned to 1400 if larger).", + "filename": "dataset-raw.zip", + "package_size": 336661567, + "size": 479, + "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": 594765420, + "size": 908, + "type": "IMG+TXT" + } + }, + "version": "v1.5.1" } \ 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..5d634974d9670ea28d79467110ff98088e3656d8 --- /dev/null +++ b/samples/0/clu0-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50035031b071022c4e951fbd0f677dc9cd6453d14f890bb8573b2df96861cc0e +size 333993 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..b2286801647a216ecee6855d50e066e46a9e7b41 --- /dev/null +++ b/samples/0/clu0-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30869c99896df46990c520616f9daca952b2b2d87832d9a3b0258085a6650d7c +size 377219 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..624a34a68aa0801daedea43493aada6f69e44f3c --- /dev/null +++ b/samples/0/clu0-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6f3cbb41d6202fdf766857f279515329ffac9c61a4b019d3ece95eec78ab63 +size 260125 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..10084139fe3871c8242b13852c18a454219591e5 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26396f52ef458da750c976d7a9d8e07d25d8fdac1ee4b1462c498e4254541c9a +size 299341 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..3ffe8b57698fe6ed841e61629cf2c07468e258cc --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be1b25330a1b29c5c4e138d6d2413445ba30d10aa43e36fd46d461419fff733 +size 236647 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..95c072ee6eff613b5dc19e55f1aef78d0ddf4b11 --- /dev/null +++ b/samples/1/clu1-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e4533531df8d472f196b5854f083bcec7cd320c33f3a101f911ad5a330d6d8 +size 184976 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..81bd21209092e98d5f18a6258a1b1c0430b033af --- /dev/null +++ b/samples/1/clu1-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bceb96b94c1e8815aef8c3223ff3d6beb560a83685dbecee7b6780fa29f10daa +size 189785 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..d4ac8e69a8898733746dace00c34b8f972d5de3a --- /dev/null +++ b/samples/1/clu1-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ab53fb43163e6f99b83217dd0f60e143a1fa39d556abff7afdf2fddc27058a +size 220189 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..c38b6442758e0474a7d00c988cddb581c66fbd20 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac19528626854aab83584a3673c859d2be2f7a3d5d9723d2472adb9e0e41b02e +size 237384 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..b7c6b78d8bd44034723e903cf6fc691a255f10ad --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d739772b115d3fedb5d4de0e4142b5cfa6e97d85e4cb1444ead365d8d3dc3209 +size 197555 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..4bb6955737e87b51871ea1fa68dc76c0dc0b1889 --- /dev/null +++ b/samples/2/clu2-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8149ae101caaaf2d52695574d7943bad779da92652b7caf68b459d3d66d6faf +size 225166 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..4ae42df63d63b3694bace290b4bbcca36619b9a2 --- /dev/null +++ b/samples/2/clu2-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed64743e51712f344919176751dc746bb73427d660a8737bda384a017f46a4c +size 330373 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..5bf9c0caa50ccbf2f9b0b1c34d4dcf5f50498564 --- /dev/null +++ b/samples/2/clu2-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161b7b1860b14a853adb66b1648ab47bb0b48a41252af4e43df0644a54b5e7b7 +size 287785 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..8bc6555241bc5a4bf8b51870525f524895664aa9 --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4071e8f3d0e28b3505da9072bf10a2cc6ddb6c0f8b78ca0697c619f3e412bbaa +size 236672 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..51d9b3bc8fac593fcf890bf9927ada12b67f4e0a --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84167e540ae9bd6d74c44fbd025c8dd6b6bf53ffcd2c87cd363493f8efe1172 +size 204201 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..e54b681a929ea1a971d04cfdc42a48f6dcdbbef4 --- /dev/null +++ b/samples/3/clu3-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffefcf06cb50638091ac3459cb5e9d42cbc0fc983c8378aa079eec27bf5840c +size 323079 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..8fb6aeb889b064a2f0c4d27f4ac04958cfcad9c4 --- /dev/null +++ b/samples/3/clu3-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0febb4827d95899fb04c9a8a8d533541390ba58fec1eb76846de7871777c08c +size 328430 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..355125627ede0664a07cb5e3bd308239c1225f90 --- /dev/null +++ b/samples/3/clu3-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7c35c90759e2ae6a3a7221ef97a932b0dc412095b80b31bc9a99460d5a779d +size 312894 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..f9e90e4440b0e35687e23582360c6bbb55fb1c66 --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f383c96366cf7e1c42befb4f81b446d9c4edf73d1e9d23f22318078f6c9ce32 +size 294336 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..654bf2e3a61c1edc3ea36811c4ff47984ad9ec03 --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e7167188f122e1041ff8a7638567dd12a126b73a2913dd187ea519234bbbe8 +size 275750 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..3545db4e8219845b749fa4c5cdad6dc850b289c6 --- /dev/null +++ b/samples/4/clu4-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7c78ab6e42096d0c62ed4d9133ef5c44290ec6985ce192e6a4373a40580129 +size 205855 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..fee4f9e26453e78915955c9e7c491f7c6506d521 --- /dev/null +++ b/samples/4/clu4-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbed4914f267ebd8f5c955b84198e0adc1b3f047233b5611a96c1587d16dc362 +size 318189 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..48cc4706f3c19330f804f1926c648b435afd9dd2 --- /dev/null +++ b/samples/4/clu4-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382d9757f801feb41990ff542b320db44d593dd053ac00f1934c8c6df277c882 +size 378459 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6e87a0c1ebe19cc1c2b515301e3819118cfe3e79 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c16025a8eb4c372c92a2159ffc6675aff671d73f1ac12e642d0238ad01d34a +size 343426 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..88b99799152d2c3138dd405df8249283c876a1a6 --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5b4834170e4eafc387ad88c5e8dcb06eecb0a72ea042a93d40bb13bf8439d3 +size 170751 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..fe70f1286dd17abcad08f92d1420db1c0c435fa0 --- /dev/null +++ b/samples/5/clu5-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94934ef60d611ec800bbb4fad7e6afe495181955f1887e6f113cb6945a8145c3 +size 238576 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..fd3e147c2d8889fbb1e39633e50cb1087df5feb1 --- /dev/null +++ b/samples/5/clu5-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcfe2e4b97dbbbebbbcacb68e262498028102676964defc1c15dcf7a0eb1f79 +size 273651 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..204d37fff61992aad37150940135c7173279eb83 --- /dev/null +++ b/samples/5/clu5-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72842568d3ba6a99b53afca84b42b312fbae0d609936c90c434d70cf91046ffc +size 330438 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..9b1eb00edad6a31c7bef19c666731632ac718f80 --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068b103aaba11d4a58cc1cb62fdd231307bd471159f1dbee0f2e4c78afba74e3 +size 201471 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..37d3395c4cbf7a86366dfef27d26cfa5550ce251 --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d232c783bcc269289c475f56a539ddbdcc1a08722b4f132701ae9752546714 +size 245618 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..400906d8829eaf250df03ad1b9dc5fbc517851a6 --- /dev/null +++ b/samples/6/clu6-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699570e3856d811629a31f75a1a11fb465cc501fbbb0b49f7c62420be6ab45e5 +size 299746 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..746bffb927881344205ff7e1a5c45df3242fc7ff --- /dev/null +++ b/samples/6/clu6-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a49dd72a205c220b5a2532e4fa580fdb71962ec4a85ab62a67535ffa156f03 +size 334758 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..519bf542f110ae7513d3afbeb44f0776aeff86a6 --- /dev/null +++ b/samples/6/clu6-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f905bb889f030ef2e03f4c77bc1cf98695c565a8d0ae0e5d11b9a69e8af1e2 +size 247264 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..0ca3104f6ca7ef3dcee5b664d41cb04d39895f34 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e9cb107b818603933da027fc563d2bb8d5d8631c7c71ac2db2bf083951d496 +size 334003 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..88e492f35756d63e0116d1fe75f0ef5ebb4fbb8e --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133480d3ce19b383bf52edb2b27c7fb9ee09c1f6265023ca76d947af1cded53b +size 382582 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..8ce3446d0cd3f8d9237a372a518e65bff027392e --- /dev/null +++ b/samples/7/clu7-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cbfd1e9b7b852fbfad095ba5c164b5ad825e7dd6abe77cc5223f7523c2b426 +size 251397 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..4f4a7174a57cb2dd7c61b7a9ed8801ea9a79629d --- /dev/null +++ b/samples/7/clu7-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922df1362f4d274ab670705263bb40b07c3b38b3d06345e56d7937491c28b266 +size 223474 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..eb92ca40da4d39c75adb16166d1f04d1c6199591 --- /dev/null +++ b/samples/7/clu7-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac895b6509521e3bf7c7e9f702817b4e75be775fd607fc479cf2777df1da2452 +size 201801 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..e55d44f57fb10ef34bfadcf180b2c77c4661a389 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80be83e4fe3152221ecd0ad0b61d81b4f34705c839e1d80938dc1588195ad6d2 +size 276553 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b1fbaaccabd302bd8e8a5c0b3717664c553096 --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca181a33e56142c24b52eb58c8d693d4ee186dd6d2b7bef402e011d67c66d6c2 +size 222013 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..23f52919bd4209ffe7ee672259d5b0444f1ca6b7 --- /dev/null +++ b/samples/8/clu8-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811cbc4deb6d9da64c54d5aebb11cef5bc0263436e3a6f78ab7712ce79ba2916 +size 264787 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..c09202abc7f0134b5b0ab7270e985c40bb1f03c1 --- /dev/null +++ b/samples/8/clu8-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8bcc8dd2053784572d0766b8128b734aa3f6198b89aa95252e2bd9569ac052 +size 297520 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..381a345ad9d7cc04c32e9337ecef8e61a4241ae9 --- /dev/null +++ b/samples/8/clu8-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a97a427dbab57ee563d2c1ceab11b91b6eb1cccfa8b19d3a5ab9493a3433f24 +size 276711 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..c66610a08e81182cb18be70f6596b07e362a39fc --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0168f5648b7049d662be8fa78143e44bc482f7cb38f7a140d6c70eb0a9a8fa59 +size 318295 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..09bb8d48c68d086c4cfd95b30b67d154e95f3173 --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7353bb4904c4a4d43b2101002f34ae1d03eece14c5271cc24f6b782362e4f8 +size 246851