diff --git a/README.md b/README.md index c0960c8fe1981c422b1bed5b3b3dee37b89d882f..08e9572d7deab56d693434a3b83e85b3304d450c 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,91 @@ size_categories: - n<1K --- -# Dataset of Aya Asagiri +# Dataset of Aya Asagiri/朝霧彩 (Mahou Shoujo Site) -This is the dataset of Aya Asagiri, containing 200 images and their tags. +This is the dataset of Aya Asagiri/朝霧彩 (Mahou Shoujo Site), containing 467 images and their tags. + +The core tags of this character are `long_hair, black_hair, red_bow, bow, purple_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 | 200 | [Download](dataset-raw.zip) | Raw data with meta information. | -| raw-stage3 | 379 | [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 | 379 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. | -| stage3-800 | 379 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-1200 | 379 | [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 | 467 | 234.08 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aya_asagiri_mahoushoujosite/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 1200 | 467 | 233.91 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aya_asagiri_mahoushoujosite/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 851 | 381.25 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aya_asagiri_mahoushoujosite/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/aya_asagiri_mahoushoujosite', + 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 | 8 | ![](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, anime_coloring, black_shirt, indoors, red_bowtie, serafuku, solo, upper_body, white_sailor_collar, closed_mouth, looking_at_viewer, short_sleeves, blurry_background, red_eyes | +| 1 | 11 | ![](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_shirt, red_bowtie, serafuku, solo, upper_body, anime_coloring, open_mouth, sweatdrop, white_sailor_collar | +| 2 | 10 | ![](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, anime_coloring, solo, black_shirt, white_sailor_collar, upper_body, closed_mouth, looking_at_viewer, portrait, black_serafuku, red_eyes, parody | +| 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, black_shirt, black_skirt, classroom, indoors, red_bowtie, short_sleeves, solo, white_sailor_collar, anime_coloring, chalkboard, closed_mouth, school_desk, pleated_skirt, black_serafuku, blurry_background, chair | +| 4 | 5 | ![](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_serafuku, black_shirt, black_skirt, pleated_skirt, red_bowtie, short_sleeves, solo, standing, white_sailor_collar, anime_coloring, open_mouth, looking_down, red_eyes, :o, blunt_bangs, cowboy_shot, dark, indoors, looking_at_viewer, torn_clothes | +| 5 | 16 | ![](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, solo, open_mouth, portrait, anime_coloring, close-up, looking_at_viewer, sweatdrop | +| 6 | 8 | ![](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, solo, anime_coloring, parody, open_mouth, red_eyes, tears, black_serafuku, crying | +| 7 | 9 | ![](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) | black_shirt, brown_hair, holding_gun, red_bowtie, short_sleeves, 1girl, white_sailor_collar, dark, red_eyes, red_hair, black_skirt, blood_on_face, handgun, injury, pleated_skirt, solo, black_serafuku, night, open_mouth, parted_lips, indoors | +| 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, black_shirt, black_skirt, black_socks, brown_footwear, kneehighs, pleated_skirt, red_bowtie, sailor_collar, short_sleeves, black_serafuku, blood_on_face, injury, solo, brown_hair, holding, loafers, red_eyes, closed_mouth, multicolored_hair, night, open_mouth | +| 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | black_skirt, open_mouth, pleated_skirt, red_bowtie, sailor_collar, short_sleeves, solo_focus, black_shirt, holding, 2girls, black_serafuku, 1girl, red_eyes, school_bag | +| 10 | 6 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | 1girl, cloud, kneehighs, outdoors, pleated_skirt, school_bag, short_sleeves, sky, solo, squatting, sunset, black_skirt, black_socks, cat, red_bowtie, sailor_collar, black_serafuku, closed_mouth, shirt | +| 11 | 7 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | 1girl, blurry, day, looking_at_viewer, outdoors, sky, solo, portrait, anime_coloring, closed_mouth, sweatdrop | +| 12 | 7 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | 1girl, anime_coloring, clenched_teeth, closed_eyes, long_sleeves, solo, striped_clothes, striped_shirt, profile, from_side, running, clenched_hand, upper_body | +| 13 | 8 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ![](samples/13/clu13-sample3.png) | ![](samples/13/clu13-sample4.png) | 1girl, hoodie, solo, open_mouth, upper_body, jacket, looking_at_viewer, collarbone, shaded_face, sky, :o, brown_hair, cloud, outdoors, pink_eyes, sweatdrop | + +### Table Version + +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | anime_coloring | black_shirt | indoors | red_bowtie | serafuku | solo | upper_body | white_sailor_collar | closed_mouth | looking_at_viewer | short_sleeves | blurry_background | red_eyes | open_mouth | sweatdrop | portrait | black_serafuku | parody | black_skirt | classroom | chalkboard | school_desk | pleated_skirt | chair | standing | looking_down | :o | blunt_bangs | cowboy_shot | dark | torn_clothes | close-up | tears | crying | brown_hair | holding_gun | red_hair | blood_on_face | handgun | injury | night | parted_lips | black_socks | brown_footwear | kneehighs | sailor_collar | holding | loafers | multicolored_hair | solo_focus | 2girls | school_bag | cloud | outdoors | sky | squatting | sunset | cat | shirt | blurry | day | clenched_teeth | closed_eyes | long_sleeves | striped_clothes | striped_shirt | profile | from_side | running | clenched_hand | hoodie | jacket | collarbone | shaded_face | pink_eyes | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:-----------------|:--------------|:----------|:-------------|:-----------|:-------|:-------------|:----------------------|:---------------|:--------------------|:----------------|:--------------------|:-----------|:-------------|:------------|:-----------|:-----------------|:---------|:--------------|:------------|:-------------|:--------------|:----------------|:--------|:-----------|:---------------|:-----|:--------------|:--------------|:-------|:---------------|:-----------|:--------|:---------|:-------------|:--------------|:-----------|:----------------|:----------|:---------|:--------|:--------------|:--------------|:-----------------|:------------|:----------------|:----------|:----------|:--------------------|:-------------|:---------|:-------------|:--------|:-----------|:------|:------------|:---------|:------|:--------|:---------|:------|:-----------------|:--------------|:---------------|:------------------|:----------------|:----------|:------------|:----------|:----------------|:---------|:---------|:-------------|:--------------|:------------| +| 0 | 8 | ![](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 | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 1 | 11 | ![](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 | | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 2 | 10 | ![](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 | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | X | X | X | X | | X | | X | X | | X | X | | | | | X | | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 4 | 5 | ![](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 | | | X | | X | | | | X | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 5 | 16 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 6 | 8 | ![](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 | 9 | ![](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 | | | | | | | 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 | | X | X | | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 9 | 6 | ![](samples/9/clu9-sample0.png) | ![](samples/9/clu9-sample1.png) | ![](samples/9/clu9-sample2.png) | ![](samples/9/clu9-sample3.png) | ![](samples/9/clu9-sample4.png) | X | | X | | X | | | | | | | X | | X | X | | | X | | X | | | | X | | | | | | | | | | | | | | | | | | | | | | | X | X | | | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | +| 10 | 6 | ![](samples/10/clu10-sample0.png) | ![](samples/10/clu10-sample1.png) | ![](samples/10/clu10-sample2.png) | ![](samples/10/clu10-sample3.png) | ![](samples/10/clu10-sample4.png) | X | | | | X | | X | | | X | | X | | | | | | X | | X | | | | X | | | | | | | | | | | | | | | | | | | | X | | X | X | | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | +| 11 | 7 | ![](samples/11/clu11-sample0.png) | ![](samples/11/clu11-sample1.png) | ![](samples/11/clu11-sample2.png) | ![](samples/11/clu11-sample3.png) | ![](samples/11/clu11-sample4.png) | X | X | | | | | X | | | X | X | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | | | | | X | X | | | | | | | | | | | | | | | +| 12 | 7 | ![](samples/12/clu12-sample0.png) | ![](samples/12/clu12-sample1.png) | ![](samples/12/clu12-sample2.png) | ![](samples/12/clu12-sample3.png) | ![](samples/12/clu12-sample4.png) | X | X | | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | X | X | X | X | X | X | X | X | X | | | | | | +| 13 | 8 | ![](samples/13/clu13-sample0.png) | ![](samples/13/clu13-sample1.png) | ![](samples/13/clu13-sample2.png) | ![](samples/13/clu13-sample3.png) | ![](samples/13/clu13-sample4.png) | X | | | | | | X | X | | | 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..342074cf55b02b88a058fffd79fa558c9b808559 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853604c378ea6471b3318b71cce03da99c785ea8a8a0b55fe703ed1e10dc4f50 +size 245273709 diff --git a/dataset-384x512.zip b/dataset-384x512.zip deleted file mode 100644 index 23b04f3b8b3a74f9669b5f75100baceffc1db4a8..0000000000000000000000000000000000000000 --- a/dataset-384x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ff6af943b4a5e27e29a466f6ec15c26be51949830fe3657ccda7f136773b26f -size 26762805 diff --git a/dataset-512x512.zip b/dataset-512x512.zip deleted file mode 100644 index 2c6d4ef5a93176bcf3805b5f410489f38c146e68..0000000000000000000000000000000000000000 --- a/dataset-512x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6091608ddd827ca2214fa148c2c8f57ebbf4c88bd90748ba1511bcbcd870dd43 -size 35516322 diff --git a/dataset-512x704.zip b/dataset-512x704.zip deleted file mode 100644 index 576f6bb6b936b250da784f28841d5d6e43637622..0000000000000000000000000000000000000000 --- a/dataset-512x704.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a82f9b55217277a4b3fe073b6d744b1e7ce4c439c64e110da93f024372f5f0b3 -size 43071818 diff --git a/dataset-640x640.zip b/dataset-640x640.zip deleted file mode 100644 index b827d830e3a53d286ceb15cb41c35608cc5b2fb0..0000000000000000000000000000000000000000 --- a/dataset-640x640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db20b433a58b1d72efc7cd4d6644349599ed7cece53a59476412407cdbcb83a7 -size 50856209 diff --git a/dataset-640x880.zip b/dataset-640x880.zip deleted file mode 100644 index df7d0eaf554db9e18bee085f0927224f65d30b96..0000000000000000000000000000000000000000 --- a/dataset-640x880.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43f3338e57f58cfbd871904f0a692c9d2edd974fd47f60edce00e2522d70202c -size 60732868 diff --git a/dataset-raw-stage3.zip b/dataset-raw-stage3.zip deleted file mode 100644 index 5eef75309e4993aa068d040813f9039421b6db15..0000000000000000000000000000000000000000 --- a/dataset-raw-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d2a73334e9e65f1924c426db2a3f3f1ee9d97cad72fbe1edc35add095a86855 -size 167718885 diff --git a/dataset-raw.zip b/dataset-raw.zip index 88c1138738da4665f96be2937b9d268a0df3bfd5..58f80105abf8f5cf8c8de0e43fb64f7c18a99885 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad111cfca9e582287438921170f65a1c7639c1c76a2901e4e88e4f522128f444 -size 109867680 +oid sha256:22b386d746ee25a3543272f681b2296a1ec5131bfeab0713285561b277d9fbfd +size 245453029 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index a27f18e0a7e8d3a67f045e1b5dd456f20ef87c88..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61e34ac730b1383c17d8a3b0c9a786f65b41a648a9a06857d800976ad936eddd -size 167469086 diff --git a/dataset-stage3-640.zip b/dataset-stage3-640.zip deleted file mode 100644 index 7d1e22ad7d5da6203e70f3ad905fd167e16702f7..0000000000000000000000000000000000000000 --- a/dataset-stage3-640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69e6419f321193bb14a22d8681b635f9402310de10a67a6a2a7377df48bd8f7c -size 118438688 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index 20c6e53d1e78bf94ea24a1e3166bdbdb2ac420af..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdbf0963e65553d0e271d8904eead3d7dc98291c5fa746777cc8934e9dc4a7f3 -size 145729508 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..cb00ded6b6957584662a1e50a910b4fdb93993c0 --- /dev/null +++ b/dataset-stage3-p480-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20d0c7bd4f4619049ea39aede4a099f2d0a771449754f1f55a5602a5857f57c +size 399773452 diff --git a/meta.json b/meta.json index 0bd0349a7172b4ea1cf0d5d12b2e8ca61b3f6a71..c5efb2c6bea27dc9bbdb168cdff73496df22b53b 100644 --- a/meta.json +++ b/meta.json @@ -1,4 +1,330 @@ { - "name": "Aya Asagiri", - "version": "v1.4" + "bangumi": "BangumiBase/mahoushoujosite", + "base_size": 467, + "clusters": [ + { + "id": 0, + "size": 8, + "tags": [ + "1girl", + "anime_coloring", + "black_shirt", + "indoors", + "red_bowtie", + "serafuku", + "solo", + "upper_body", + "white_sailor_collar", + "closed_mouth", + "looking_at_viewer", + "short_sleeves", + "blurry_background", + "red_eyes" + ] + }, + { + "id": 1, + "size": 11, + "tags": [ + "1girl", + "black_shirt", + "red_bowtie", + "serafuku", + "solo", + "upper_body", + "anime_coloring", + "open_mouth", + "sweatdrop", + "white_sailor_collar" + ] + }, + { + "id": 2, + "size": 10, + "tags": [ + "1girl", + "anime_coloring", + "solo", + "black_shirt", + "white_sailor_collar", + "upper_body", + "closed_mouth", + "looking_at_viewer", + "portrait", + "black_serafuku", + "red_eyes", + "parody" + ] + }, + { + "id": 3, + "size": 6, + "tags": [ + "1girl", + "black_shirt", + "black_skirt", + "classroom", + "indoors", + "red_bowtie", + "short_sleeves", + "solo", + "white_sailor_collar", + "anime_coloring", + "chalkboard", + "closed_mouth", + "school_desk", + "pleated_skirt", + "black_serafuku", + "blurry_background", + "chair" + ] + }, + { + "id": 4, + "size": 5, + "tags": [ + "1girl", + "black_serafuku", + "black_shirt", + "black_skirt", + "pleated_skirt", + "red_bowtie", + "short_sleeves", + "solo", + "standing", + "white_sailor_collar", + "anime_coloring", + "open_mouth", + "looking_down", + "red_eyes", + ":o", + "blunt_bangs", + "cowboy_shot", + "dark", + "indoors", + "looking_at_viewer", + "torn_clothes" + ] + }, + { + "id": 5, + "size": 16, + "tags": [ + "1girl", + "solo", + "open_mouth", + "portrait", + "anime_coloring", + "close-up", + "looking_at_viewer", + "sweatdrop" + ] + }, + { + "id": 6, + "size": 8, + "tags": [ + "1girl", + "solo", + "anime_coloring", + "parody", + "open_mouth", + "red_eyes", + "tears", + "black_serafuku", + "crying" + ] + }, + { + "id": 7, + "size": 9, + "tags": [ + "black_shirt", + "brown_hair", + "holding_gun", + "red_bowtie", + "short_sleeves", + "1girl", + "white_sailor_collar", + "dark", + "red_eyes", + "red_hair", + "black_skirt", + "blood_on_face", + "handgun", + "injury", + "pleated_skirt", + "solo", + "black_serafuku", + "night", + "open_mouth", + "parted_lips", + "indoors" + ] + }, + { + "id": 8, + "size": 5, + "tags": [ + "1girl", + "black_shirt", + "black_skirt", + "black_socks", + "brown_footwear", + "kneehighs", + "pleated_skirt", + "red_bowtie", + "sailor_collar", + "short_sleeves", + "black_serafuku", + "blood_on_face", + "injury", + "solo", + "brown_hair", + "holding", + "loafers", + "red_eyes", + "closed_mouth", + "multicolored_hair", + "night", + "open_mouth" + ] + }, + { + "id": 9, + "size": 6, + "tags": [ + "black_skirt", + "open_mouth", + "pleated_skirt", + "red_bowtie", + "sailor_collar", + "short_sleeves", + "solo_focus", + "black_shirt", + "holding", + "2girls", + "black_serafuku", + "1girl", + "red_eyes", + "school_bag" + ] + }, + { + "id": 10, + "size": 6, + "tags": [ + "1girl", + "cloud", + "kneehighs", + "outdoors", + "pleated_skirt", + "school_bag", + "short_sleeves", + "sky", + "solo", + "squatting", + "sunset", + "black_skirt", + "black_socks", + "cat", + "red_bowtie", + "sailor_collar", + "black_serafuku", + "closed_mouth", + "shirt" + ] + }, + { + "id": 11, + "size": 7, + "tags": [ + "1girl", + "blurry", + "day", + "looking_at_viewer", + "outdoors", + "sky", + "solo", + "portrait", + "anime_coloring", + "closed_mouth", + "sweatdrop" + ] + }, + { + "id": 12, + "size": 7, + "tags": [ + "1girl", + "anime_coloring", + "clenched_teeth", + "closed_eyes", + "long_sleeves", + "solo", + "striped_clothes", + "striped_shirt", + "profile", + "from_side", + "running", + "clenched_hand", + "upper_body" + ] + }, + { + "id": 13, + "size": 8, + "tags": [ + "1girl", + "hoodie", + "solo", + "open_mouth", + "upper_body", + "jacket", + "looking_at_viewer", + "collarbone", + "shaded_face", + "sky", + ":o", + "brown_hair", + "cloud", + "outdoors", + "pink_eyes", + "sweatdrop" + ] + } + ], + "core_tags": [ + "long_hair", + "black_hair", + "red_bow", + "bow", + "purple_eyes" + ], + "display_name": "Aya Asagiri/朝霧彩 (Mahou Shoujo Site)", + "name": "aya_asagiri_mahoushoujosite", + "packages": { + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 245273709, + "size": 467, + "type": "IMG+TXT" + }, + "raw": { + "description": "Raw data with meta information (min edge aligned to 1400 if larger).", + "filename": "dataset-raw.zip", + "package_size": 245453029, + "size": 467, + "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": 399773452, + "size": 851, + "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..ea0ec07226b70d7cbcf1876641fe2e0def96bc79 --- /dev/null +++ b/samples/0/clu0-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa190c320e1c39c313df528d9de2a4f32d702c3fd74388cda103920f26a53f1f +size 189386 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..2ae9f0f7a330c8447a15b4cd66bde02502c4b91a --- /dev/null +++ b/samples/0/clu0-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8eb172aa6d1676b8a0da5bbf1d4dc78911b13850e01aba8c78757c698ef059 +size 199530 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..aa3cb1c2678a76466d492dec464406e83e3d6284 --- /dev/null +++ b/samples/0/clu0-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2fd6d45f9a040c488ec1f965f60d3e4f3fa2a1054ffc342a53983137693709 +size 244357 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..d7c261e9f58ab04b72f36eb5a73596caeb32f5f2 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5daac2b4c011ee21952c0419f3fcb2c46df40926908fce4f760339c7bd4e36ad +size 216939 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..e1227d3c86bfb6e3cc1082e73adcde73cb613cea --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da5996a74e31ea97ecb4c5f421a8b34b6653575f8ed27399570e1a86c4b82ea +size 244267 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..62b3a8dfbef262125a25c3e17780a1baeb8bd084 --- /dev/null +++ b/samples/1/clu1-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7106f87ebd7f93460e32226fee3d40f6067f4f055a5e6406ff4448772368b88d +size 196350 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..d358a0c01034bacdb255f031b027cfce6fdcafb6 --- /dev/null +++ b/samples/1/clu1-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba44a393432dbc20214461ba13e8e47f7ac0f5d1c306bb2f2f3820e9756e8cf +size 155543 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a71e6d7d5bc414eba9a7538f183abfa1d146f9e --- /dev/null +++ b/samples/1/clu1-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530cfac95be9d3bec5a4acb6c50eca14baf2688c9b9a75a0a20a5d8cc0a61b19 +size 181391 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..61fb5bbee0f3d99993f12c511b9dd287e8b5677a --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddbbab72a5a771ddd1a8214848cb6f371096664b994c4109ba80d1d5fa9079f +size 212283 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..7e427972407aff0d635974a497e6ab25a501fa90 --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b69fdcefe92d3855c45b08b4cc01967eacc99db534d0806be7b2c6b7a4ce78 +size 256299 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..5c19787a20a57cd031178063a8693b4b0b3d0e11 --- /dev/null +++ b/samples/10/clu10-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98afee8572d06a0cc753247dc28c57f0103b782817df9225c68df9ae8e348fa +size 332656 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..3866efac6b2f82b3e9f36f2681166896e7d644b9 --- /dev/null +++ b/samples/10/clu10-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2ca8885c350f7c1b3b61ec8a2fbf0310c83c71a37251bda4747246e147cb36 +size 341857 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..048fc64fc7ad52487fc1c72a6ec6c37aaf19c62e --- /dev/null +++ b/samples/10/clu10-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95ac87c9453ede18403a5f6024aa91b91ed2df9a49075da21aa879042c33c1c +size 303562 diff --git a/samples/10/clu10-sample3.png b/samples/10/clu10-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..850b514a801c710ca342adcecf7ecafa89d80be0 --- /dev/null +++ b/samples/10/clu10-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938a6425eeb118b135ea85da6927143f2a8e0c3ede603b35716754bb95a41e7f +size 329017 diff --git a/samples/10/clu10-sample4.png b/samples/10/clu10-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..44a8d72b31182d948f52cfce624be4f0cb07cef0 --- /dev/null +++ b/samples/10/clu10-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d150d7b7606d3f2008733f201b57714292426050e2d0cac9149365e8e2616f +size 291502 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..8da5808d71e30954aec30f279aa74f4116c36e78 --- /dev/null +++ b/samples/11/clu11-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baef00d3c13b7d8f8b6ef8f213b0885cbc73ad083ec356b0da0be65e4dea33c8 +size 181688 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..fe66d0058aca4edf94cbb60dd5f3b20b3842d6df --- /dev/null +++ b/samples/11/clu11-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd852a8312bceb51a5f5c2f559803b9caff8c9c57d56f3e3b88036a28868c6f +size 169240 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..804d428322b2f8126692c313f565e293c20c27d9 --- /dev/null +++ b/samples/11/clu11-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b82d2d4e10d5653ed82d85f9dcc9e98fd17485714c891085f1c081033ac130 +size 168517 diff --git a/samples/11/clu11-sample3.png b/samples/11/clu11-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..7706e1b176bf36334554ed8d56a0641e0ab772ce --- /dev/null +++ b/samples/11/clu11-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7261dc38fac9140bd1d758157c074c310e63ff37c2034a3868d91a14b245c913 +size 106656 diff --git a/samples/11/clu11-sample4.png b/samples/11/clu11-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..e59fff4d43e700368f20954d53f551fcd4ab97b9 --- /dev/null +++ b/samples/11/clu11-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dd763e0926c4c3ed16e6211c2a9caf16a2cca28d3904584624a03d2b4614ff +size 158605 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..3bde91f194478b27bc0f72ec823626b76d4f00d2 --- /dev/null +++ b/samples/12/clu12-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bc58d3d3772474f78efe82abf02e1e05df49c3cb03a4ed7051d2c98c7e82c97 +size 190835 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..874ede6f102622fa7b8e7583a5726cad74abd2d2 --- /dev/null +++ b/samples/12/clu12-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752f3bc45a419315c3659fd99ab45f76ebcf220b3bd6d75fbef9fce23abc2276 +size 171027 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..b5857ef004ab72fc129f4cf4e52fa7d4bebea1fa --- /dev/null +++ b/samples/12/clu12-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ffbb49cd4e781310d7d601f676f9ff715948968ec73b4af06831f76fefdb40 +size 184043 diff --git a/samples/12/clu12-sample3.png b/samples/12/clu12-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..fa3a3bade1215e5b61cde6fd4d4f8d3e2ddf2f48 --- /dev/null +++ b/samples/12/clu12-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f615d9bcb9ca967e28e70bfa38b04dbdda952370c68521ca6a86b98bde095f4 +size 169212 diff --git a/samples/12/clu12-sample4.png b/samples/12/clu12-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..43a71520ec0983bf17bf6212f8b391b9bed11c94 --- /dev/null +++ b/samples/12/clu12-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03049a379a03f93b77ab19990ace3bf240b84e5d45a098a48d08ee627692a1a1 +size 173656 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..5f7c91469757ef769ec7729d3e53d8b19ee67871 --- /dev/null +++ b/samples/13/clu13-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63011f5e3346d867c00e7ee71a2e774cf3b2db4d62df3d2f23e7f9797439235e +size 230467 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..88cb542e28e6dcb80e3d6c5b659405ca1dec7645 --- /dev/null +++ b/samples/13/clu13-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89df1fcf70afc608f76ac7376a221630a83b2ace5c7bd5ff66a501959ec780a9 +size 212361 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..9a053fc51f75863047f3cb9ca224049ab69b6377 --- /dev/null +++ b/samples/13/clu13-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b94c8df0b46d652e06367fd6d695e93f04a101bdc3d7ae484031edc355f075 +size 230169 diff --git a/samples/13/clu13-sample3.png b/samples/13/clu13-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..60da66b80acc8b61db6951f3d058a233d461d188 --- /dev/null +++ b/samples/13/clu13-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749bc1cbe536f65d45b593d188f3b6678aaa50948dd9b2012cce2fc790f532c0 +size 207551 diff --git a/samples/13/clu13-sample4.png b/samples/13/clu13-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..264d340969ae3fe5da03dd1b258de97be57e8654 --- /dev/null +++ b/samples/13/clu13-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e549d0f2f73577f00de794a4d59d99ccb58383c2fe6ef70320ed94bc77123387 +size 230595 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..743e6216cf9cb855a8a22432fd6c7db88f5bbbd5 --- /dev/null +++ b/samples/2/clu2-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3951041d97b2b33d3d4f757f9477e690d82be27b8a7fbed6fb3de5e41cd96a8 +size 180711 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..d0be3e6e97bcef4497f977e40163cc649d15da26 --- /dev/null +++ b/samples/2/clu2-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03cec6a697f2b8eb9a2d5460602fa8e43c8d32082617b5cfcbdae8da3285f585 +size 130143 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..8a70f576b239bd848c903b2e22a42e6c587b95a9 --- /dev/null +++ b/samples/2/clu2-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93b84f292ff9d421cd40c00972855ec2a23426c7e6fa0e1bd0a8ef38cabe4e3 +size 174749 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..01f61e48ff0578dcdb0fb056d16f362349e3a45f --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e1397ad35631ab22e7b65dfa1da2f7e92b921b0c7bd18f980218e04bb0f892 +size 164130 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..888976700694878338f65accebd6acff9811cb31 --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aab953384909f1e8a675f0088299bc019f22f4f5463ed5d615bea7080cc9be3 +size 162994 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..55024d4fbec99c0e7ef8880d30baed6ad987ad30 --- /dev/null +++ b/samples/3/clu3-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08017429c18ff72fe9a2ca5a4054f7fea8d85a4a9e9a3198a415abb794485b40 +size 183327 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..3d7c51a0d96026896b2b0dd57a149cefaf9fa2eb --- /dev/null +++ b/samples/3/clu3-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08346ac188bf83b90b692cabbe5f904c2d531dd178e874f90e015e9d89bc9c7 +size 203966 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..58d9e26fe7ff4d7b3224032074179bb9674e6baa --- /dev/null +++ b/samples/3/clu3-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3641fe8818f194b60ed1e0a9286bfd7e996d11ddcf127cc2c70c73d3301beb +size 244192 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..1602d6f9e6d5ad11efc565e7ef8977b962299522 --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968397eb576979e986ec7e6df65e454e1a401cb8cb7691d792001222981eff62 +size 244751 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..3337aec2cee49e3f119965eb1aebad01de539873 --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702dc4a2d10360904d2eca70de30ee193230163b108a4e25bd7ab0478859ffa5 +size 165335 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..8eb852abd057a25ac0c5419b342e380a59774a7c --- /dev/null +++ b/samples/4/clu4-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6a9abd5a3caa5338ba574d00c0bbcd0c9087700f09c0ddf46ed052165d7574 +size 108466 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..fce5c5c11d9a55f797042778bd28313eb5dd3e94 --- /dev/null +++ b/samples/4/clu4-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8460b13b28f924595289e61450d1ab097628204952e51cfd1bb6db17414d60 +size 119349 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..6373a2074c395b398593a07418afbbd0c82138ba --- /dev/null +++ b/samples/4/clu4-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52bdb66741954c1d234f6c57a3bc878e97a2b165fba2f12a0e8bbb718e038fe +size 316470 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..cad6d214869bbcb8775784118011b4eaa5a3c483 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdce10deecd5052b95e99c745b5b28d83878e3406b0bb72038b2ed751535c5a1 +size 179269 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..6d4849122d1d9ff50059ea8763ec1794e2c486b5 --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b55e805289d09195e3bd559ec927e7facf4e7af5ffdc86793b02bcd3728cbd +size 142759 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..9b444b63d89eef10c6fa0917d2abb4323fa8e53f --- /dev/null +++ b/samples/5/clu5-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4702ff7990c42086eaa6574016a61ad3d581e4f403a593f3d29b9e602774f2 +size 125017 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..35ebc0bb2823922033d475ed94350de053ebe61a --- /dev/null +++ b/samples/5/clu5-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16697e9d424cc1f2510a6a805a15f1ee4e48a85f76e2ac192e3a33301fb142d0 +size 135377 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..f5626118fe18928451b967edf22ae33653b203bc --- /dev/null +++ b/samples/5/clu5-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2d6060195a8df15d27d782566cb62fb0a7964e026238fc545d9c05a485f914 +size 99942 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..80a512e743c1804c82ed017bf22fa91474009a9c --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e93347b1d9c9cd72a7d892056f2a8c13c4a4b072819688445ea987e71532b9f4 +size 147707 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..0cabec3d51f1b509a15da072af504ab1d1cca60f --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c12d3cb186bdc23e91ad783307eabc369bc948e50e4226fd12ebeecacb7885 +size 172831 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..de318e892ef886887e5a80bd91459cd6b90f80ac --- /dev/null +++ b/samples/6/clu6-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d51ce597e64bf7d0b688218f972979843d199bc271d18c0401ef13cd323001a +size 105061 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..f59b80b0e2696c7be1839849152a10d90e8e8b15 --- /dev/null +++ b/samples/6/clu6-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76c3ea5e6e6930a6cc39da7778c2947a852602cfe180e94e8a2fbe4f9d12ae93 +size 129107 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..8666bac7ad7531de89831b76e7cd908768266953 --- /dev/null +++ b/samples/6/clu6-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233a6c854baddcc19e20b78c512d9606da9cbc51d174fa6c756e2778a3a3c6fc +size 102393 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..4afcfdeb257d676d8a2df96ee124d5578fe7db83 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe6673a065105efae8607547fdfe8cd8b9b0959f9b0d52081baad579600fd7b8 +size 80185 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..aa1081f377014728ebbbc5893aa426c47e3b3e47 --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5c08726c77e988089023fe70eea6f12e3be9cdb9d0d92abf2f40ce9aa005d8 +size 172713 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..acef23bf1085652fe1c4c91c8645430796b15c6e --- /dev/null +++ b/samples/7/clu7-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b232dc7e1db5c551243754e0a69af8a7b103fc879b4f4ce494eca95ad974cba7 +size 139207 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..40b4a449bdcbe1a9cfe0b5f397642e260f827d62 --- /dev/null +++ b/samples/7/clu7-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4286acb21f95d9d977fccd798f9eaaced41c3e53d9b5fdd84b9591cc74e10dcf +size 144159 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..f9382c560c57e7b38077f6be7dec8c8d8e763f0d --- /dev/null +++ b/samples/7/clu7-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26d7c98261963c218f36118f599b4b5f9f621c424709ff65c18d32fbc554a26 +size 194435 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..3d5ecdf5687f5a4c77a82b22c4b3cb8f565b509e --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a5a23a8513a40466fc7392c9be7f959a81ba4927365b2c09dce28f9a44ad37 +size 154071 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..7c47aba4d69fccc82d3e9ea1d1c761fec04b3f8a --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac003bef87d7aa69f0b42c864e139fd390b59bee2052633ad5efca97a737f20 +size 178289 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..212506cf282fdd99a480fff0f3e7ecf54c12dd77 --- /dev/null +++ b/samples/8/clu8-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ed76e2781d262be0e646b8387a6c21140e09f6287a209d3968d061cf0b7692 +size 359257 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..7caf4140ccaec52826b53c29cdc9397dfbfc5eae --- /dev/null +++ b/samples/8/clu8-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2052c407b503c84b8285a72adf0df4264a3dd94f6648dce1edd51903123a127f +size 164411 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..0209f60ab562ab6382f0d477b5267a82058c4470 --- /dev/null +++ b/samples/8/clu8-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003fd6dfe7532086339fb2fd691cd39cf7d5d7c4f80f8c05e3b1deb92770eaff +size 142111 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..0a32a08f5430d54ba89221893b79e9e817f265e8 --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0974549923aca4f0c4b06ea243e7727ff7af32cf367c8936bcd2f536ee92689 +size 195561 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..e3353175f563869561f61dd19b0c4c617082d364 --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e238c37ace29a33953e145b4da93fe060c55dfa62bcf380bdb5b55475a89e15e +size 137337 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..751a4ce8958a3e493b542a13ad25941b68f1887b --- /dev/null +++ b/samples/9/clu9-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90c09a961a4b5b205fb1903d0ec8336847c74719e6a3cd78ae8cc5ff301778d +size 261449 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..ea654101b5c8099b993e1260e992fa2cb73493d6 --- /dev/null +++ b/samples/9/clu9-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f412649bf6f8c3b4ea0fca843a2d77e7de4d11f0afad44bbc9265d54d151d2 +size 244053 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..f37997a8df6ea34af70b34241db4985db6cf584b --- /dev/null +++ b/samples/9/clu9-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bf3fd8675f03bd3120c68c59281b0127a197ab78c94569b522379d2cd104c1 +size 193181 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..3c954b277e53d48ad06785dac335008f3ec5d0a7 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa67b0d12acda5e5bd779aa44d73bbb15a8093da26c85e13fc9c5543a53945c +size 194479 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..ef1ed302828322fef9251f3b513811efdd4c3e11 --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b591c03d0b39b20c61fff32fa2236ece0ffc866d335904f6a08a9bb313d73eaa +size 126737