diff --git a/README.md b/README.md index 71e62d416142f3938c49ef99ebfca44e7882d799..d277a48435198de0ab8cbcb1682a9cd6dae34e2e 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,95 @@ size_categories: - n<1K --- -# Dataset of Tohsaka Rin +# Dataset of Tohsaka Rin (Fate Stay Night [UFOTABLE]) -This is the dataset of Tohsaka Rin, containing 296 images and their tags. +This is the dataset of Tohsaka Rin (Fate Stay Night [UFOTABLE]), containing 719 images and their tags. + +The core tags of this character are `long_hair, black_hair, two_side_up, ribbon, hair_ribbon, blue_eyes, brown_hair`, which are pruned in this dataset. Images are crawled from many sites (e.g. danbooru, pixiv, zerochan ...), the auto-crawling system is powered by [DeepGHS Team](https://github.com/deepghs)([huggingface organization](https://huggingface.co/deepghs)). -| Name | Images | Download | Description | -|:------------|---------:|:------------------------------------|:-------------------------------------------------------------------------| -| raw | 296 | [Download](dataset-raw.zip) | Raw data with meta information. | -| raw-stage3 | 643 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. | -| 384x512 | 296 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. | -| 512x512 | 296 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. | -| 512x704 | 296 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. | -| 640x640 | 296 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. | -| 640x880 | 296 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. | -| stage3-640 | 643 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. | -| stage3-800 | 643 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. | -| stage3-1200 | 643 | [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 | 719 | 610.02 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | +| 800 | 719 | 474.35 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. | +| stage3-p480-800 | 1381 | 876.91 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. | +| 1200 | 719 | 609.75 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. | +| stage3-p480-1200 | 1381 | 1.05 GiB | [Download](https://huggingface.co/datasets/CyberHarem/tohsaka_rin_fatestaynightufotable/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/tohsaka_rin_fatestaynightufotable', + 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) | 1girl, anime_coloring, homurahara_academy_school_uniform, looking_at_viewer, solo | +| 1 | 5 | ![](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, anime_coloring, homurahara_academy_school_uniform, profile, solo, from_side | +| 2 | 6 | ![](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, coat, red_jacket, solo, homurahara_academy_school_uniform, green_eyes | +| 3 | 12 | ![](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, anime_coloring, profile, solo, from_side | +| 4 | 10 | ![](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, orange_scarf, solo, anime_coloring, coat | +| 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, solo, orange_scarf, red_coat, upper_body, looking_at_viewer, black_ribbon | +| 6 | 28 | ![](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_thighhighs, skirt, solo, zettai_ryouiki, coat, orange_scarf, sitting | +| 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) | 1girl, black_skirt, black_thighhighs, orange_scarf, pleated_skirt, red_coat, solo, zettai_ryouiki, twintails, long_sleeves | +| 8 | 12 | ![](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, homurahara_academy_school_uniform, solo, black_pantyhose, skirt | +| 9 | 15 | ![](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) | 1girl, homurahara_academy_school_uniform, neck_ribbon, solo, white_shirt, vest, anime_coloring, black_ribbon | +| 10 | 5 | ![](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, solo | +| 11 | 5 | ![](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, black_ribbon, solo, upper_body, anime_coloring, closed_mouth, from_side, profile, red_sweater, hair_bow, black_bow | +| 12 | 6 | ![](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, solo, turtleneck, bangs, black_bow, hair_bow, upper_body, black_ribbon, breasts, closed_mouth, red_sweater | +| 13 | 6 | ![](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, solo, turtleneck, anime_coloring, upper_body, sweater, looking_at_viewer, open_mouth | +| 14 | 10 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-sample4.png) | 1girl, black_skirt, long_sleeves, pleated_skirt, solo, red_sweater, turtleneck, black_thighhighs, breasts, looking_at_viewer, standing, zettai_ryouiki, black_ribbon, closed_mouth, indoors, miniskirt, frown, green_eyes, shirt | + +### Table Version + +| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | anime_coloring | homurahara_academy_school_uniform | looking_at_viewer | solo | profile | from_side | coat | red_jacket | green_eyes | orange_scarf | red_coat | upper_body | black_ribbon | black_thighhighs | skirt | zettai_ryouiki | sitting | black_skirt | pleated_skirt | twintails | long_sleeves | black_pantyhose | neck_ribbon | white_shirt | vest | closed_mouth | red_sweater | hair_bow | black_bow | turtleneck | bangs | breasts | sweater | open_mouth | standing | indoors | miniskirt | frown | shirt | +|----:|----------:|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:----------------------------------|:--------|:-----------------|:------------------------------------|:--------------------|:-------|:----------|:------------|:-------|:-------------|:-------------|:---------------|:-----------|:-------------|:---------------|:-------------------|:--------|:-----------------|:----------|:--------------|:----------------|:------------|:---------------|:------------------|:--------------|:--------------|:-------|:---------------|:--------------|:-----------|:------------|:-------------|:--------|:----------|:----------|:-------------|:-----------|:----------|:------------|:--------|:--------| +| 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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 1 | 5 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 2 | 6 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 3 | 12 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 4 | 10 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 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 | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 6 | 28 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | +| 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 | | | | | | | | | | | | | | | | | | | +| 8 | 12 | ![](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 | | | | | | | | | | | | | | | | | | +| 9 | 15 | ![](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 | | | | | | | | | | | | | | | +| 10 | 5 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +| 11 | 5 | ![](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 | 6 | ![](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 | | | | | | | | +| 13 | 6 | ![](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 | | | | | | +| 14 | 10 | ![](samples/14/clu14-sample0.png) | ![](samples/14/clu14-sample1.png) | ![](samples/14/clu14-sample2.png) | ![](samples/14/clu14-sample3.png) | ![](samples/14/clu14-sample4.png) | X | | | X | X | | | | | 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..44b4bb4cbf03aa4d9f1b5babe4e2af387f1ddbd9 --- /dev/null +++ b/dataset-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59c885a90d4429a66d0a0f3288d87cfae7da095ee2e1ab898281848dc6548039 +size 639365479 diff --git a/dataset-384x512.zip b/dataset-384x512.zip deleted file mode 100644 index 6315eac422bb849292356db18a0a2c563edf92ec..0000000000000000000000000000000000000000 --- a/dataset-384x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47cf80fa6b9049b6b236bed449e51bfc02a003100ed051f6b9019d92d33a87f1 -size 47536037 diff --git a/dataset-512x512.zip b/dataset-512x512.zip deleted file mode 100644 index 91e985685dca307df4c24ab3c62bd7a2b642304d..0000000000000000000000000000000000000000 --- a/dataset-512x512.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30dfb2f3d562759ddfcd8a8e3afcc34bd47c1806bff18c0760276dabf633aa16 -size 66253091 diff --git a/dataset-512x704.zip b/dataset-512x704.zip deleted file mode 100644 index 3adb9143fd9f99398ac9963aa4d5c0007b1415a9..0000000000000000000000000000000000000000 --- a/dataset-512x704.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cfbc1c80543059048221417b938d45c2c9b09326a8e8035b83c413a33a7f82ca -size 80998952 diff --git a/dataset-640x640.zip b/dataset-640x640.zip deleted file mode 100644 index 0382a12c86fc235a6ef1ede7c5fb5fce76948125..0000000000000000000000000000000000000000 --- a/dataset-640x640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b61f619317c54b6f91f051e06a69d195e26b86df933573daafbab5774213ea8d -size 99384722 diff --git a/dataset-640x880.zip b/dataset-640x880.zip deleted file mode 100644 index e2272d377acfb7e6203592f9d5fbd77010294062..0000000000000000000000000000000000000000 --- a/dataset-640x880.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:97e6ac4457506883e99748d8dc8e92b583d206b8e53dc62d4fc728fe80b57519 -size 119442236 diff --git a/dataset-800.zip b/dataset-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..aafa12611a09a22ea6e2977461403c0566ab2a73 --- /dev/null +++ b/dataset-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb4ca2b6584ec432325e6ed4f93ac9b19772d9b9bbee0a24066e73ff3345f2d +size 497396243 diff --git a/dataset-raw-stage3.zip b/dataset-raw-stage3.zip deleted file mode 100644 index ea7c3aa919f0d6784418c575cc9d5657f0ecf502..0000000000000000000000000000000000000000 --- a/dataset-raw-stage3.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc87aa56794abc101b1cdd14b394e704aa812ab912139df3230b9be86cfe7b18 -size 461266545 diff --git a/dataset-raw.zip b/dataset-raw.zip index ec7b1c6685257cd7cd7e6ddeaa37a20a556f3500..05b565123a8adc12d7a5df7a09fa65266974d0a4 100644 --- a/dataset-raw.zip +++ b/dataset-raw.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cf03c9bb3f19d5843ef52a2c136e59593f4659d7b7b8fbcb85f7017c79d4e05 -size 255390007 +oid sha256:f83c4efd4affef5d3d7e197253c2273ea9d6f725a55c29ca007317221140e8c2 +size 639647306 diff --git a/dataset-stage3-1200.zip b/dataset-stage3-1200.zip deleted file mode 100644 index 169e8e78669d998119617c9bc5c45c969e90111d..0000000000000000000000000000000000000000 --- a/dataset-stage3-1200.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1890154ee771ff094880b545abdd028c7a9c383f9e534dca093843b522c61772 -size 460900775 diff --git a/dataset-stage3-640.zip b/dataset-stage3-640.zip deleted file mode 100644 index 4ce2365816bf106ecf5e4dfacac65c776a292932..0000000000000000000000000000000000000000 --- a/dataset-stage3-640.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fbbb6623d1855851ed098ff0c02defaf0f7c4049ad3c5239277998cdc0a74fd -size 293152125 diff --git a/dataset-stage3-800.zip b/dataset-stage3-800.zip deleted file mode 100644 index 138140b507c956e6e4f8f0d1379ad0b8c2538a79..0000000000000000000000000000000000000000 --- a/dataset-stage3-800.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:543685aae5ddc4b4d7b19aeb3c4e1295a64b39d1bd1fc60db3d9c09c96bdfd77 -size 382252615 diff --git a/dataset-stage3-p480-1200.zip b/dataset-stage3-p480-1200.zip new file mode 100644 index 0000000000000000000000000000000000000000..a7aef967590ee2c72a16fd19aed0e10a01cf4dd9 --- /dev/null +++ b/dataset-stage3-p480-1200.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218fa7fd203d6154df98dab923285e2faa29397c750abd09448af809aef00550 +size 1128188415 diff --git a/dataset-stage3-p480-800.zip b/dataset-stage3-p480-800.zip new file mode 100644 index 0000000000000000000000000000000000000000..bc64ef4f5489a36147311ac4cef3745cd8ccbee6 --- /dev/null +++ b/dataset-stage3-p480-800.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f31376f6360a74016fa0cc324d956054e02e2a9caad351a6406a9b9be8be84 +size 919507332 diff --git a/meta.json b/meta.json index a249f4612b6508847a33eee6394018948304401c..55bcd05449c899d6306b7101401a8075724dfab1 100644 --- a/meta.json +++ b/meta.json @@ -1,4 +1,262 @@ { - "name": "Tohsaka Rin", - "version": "v1.4" + "bangumi": "BangumiBase/fatestaynightufotable", + "base_size": 719, + "clusters": [ + { + "id": 0, + "size": 5, + "tags": [ + "1girl", + "anime_coloring", + "homurahara_academy_school_uniform", + "looking_at_viewer", + "solo" + ] + }, + { + "id": 1, + "size": 5, + "tags": [ + "1girl", + "anime_coloring", + "homurahara_academy_school_uniform", + "profile", + "solo", + "from_side" + ] + }, + { + "id": 2, + "size": 6, + "tags": [ + "1girl", + "coat", + "red_jacket", + "solo", + "homurahara_academy_school_uniform", + "green_eyes" + ] + }, + { + "id": 3, + "size": 12, + "tags": [ + "1girl", + "anime_coloring", + "profile", + "solo", + "from_side" + ] + }, + { + "id": 4, + "size": 10, + "tags": [ + "1girl", + "orange_scarf", + "solo", + "anime_coloring", + "coat" + ] + }, + { + "id": 5, + "size": 17, + "tags": [ + "1girl", + "solo", + "orange_scarf", + "red_coat", + "upper_body", + "looking_at_viewer", + "black_ribbon" + ] + }, + { + "id": 6, + "size": 28, + "tags": [ + "1girl", + "black_thighhighs", + "skirt", + "solo", + "zettai_ryouiki", + "coat", + "orange_scarf", + "sitting" + ] + }, + { + "id": 7, + "size": 9, + "tags": [ + "1girl", + "black_skirt", + "black_thighhighs", + "orange_scarf", + "pleated_skirt", + "red_coat", + "solo", + "zettai_ryouiki", + "twintails", + "long_sleeves" + ] + }, + { + "id": 8, + "size": 12, + "tags": [ + "1girl", + "homurahara_academy_school_uniform", + "solo", + "black_pantyhose", + "skirt" + ] + }, + { + "id": 9, + "size": 15, + "tags": [ + "1girl", + "homurahara_academy_school_uniform", + "neck_ribbon", + "solo", + "white_shirt", + "vest", + "anime_coloring", + "black_ribbon" + ] + }, + { + "id": 10, + "size": 5, + "tags": [ + "1girl", + "solo" + ] + }, + { + "id": 11, + "size": 5, + "tags": [ + "1girl", + "black_ribbon", + "solo", + "upper_body", + "anime_coloring", + "closed_mouth", + "from_side", + "profile", + "red_sweater", + "hair_bow", + "black_bow" + ] + }, + { + "id": 12, + "size": 6, + "tags": [ + "1girl", + "anime_coloring", + "solo", + "turtleneck", + "bangs", + "black_bow", + "hair_bow", + "upper_body", + "black_ribbon", + "breasts", + "closed_mouth", + "red_sweater" + ] + }, + { + "id": 13, + "size": 6, + "tags": [ + "1girl", + "solo", + "turtleneck", + "anime_coloring", + "upper_body", + "sweater", + "looking_at_viewer", + "open_mouth" + ] + }, + { + "id": 14, + "size": 10, + "tags": [ + "1girl", + "black_skirt", + "long_sleeves", + "pleated_skirt", + "solo", + "red_sweater", + "turtleneck", + "black_thighhighs", + "breasts", + "looking_at_viewer", + "standing", + "zettai_ryouiki", + "black_ribbon", + "closed_mouth", + "indoors", + "miniskirt", + "frown", + "green_eyes", + "shirt" + ] + } + ], + "core_tags": [ + "long_hair", + "black_hair", + "two_side_up", + "ribbon", + "hair_ribbon", + "blue_eyes", + "brown_hair" + ], + "display_name": "Tohsaka Rin (Fate Stay Night [UFOTABLE])", + "name": "tohsaka_rin_fatestaynightufotable", + "packages": { + "1200": { + "description": "dataset with the shorter side not exceeding 1200 pixels.", + "filename": "dataset-1200.zip", + "package_size": 639365479, + "size": 719, + "type": "IMG+TXT" + }, + "800": { + "description": "dataset with the shorter side not exceeding 800 pixels.", + "filename": "dataset-800.zip", + "package_size": 497396243, + "size": 719, + "type": "IMG+TXT" + }, + "raw": { + "description": "Raw data with meta information (min edge aligned to 1400 if larger).", + "filename": "dataset-raw.zip", + "package_size": 639647306, + "size": 719, + "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": 1128188415, + "size": 1381, + "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": 919507332, + "size": 1381, + "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..cda0cd5d3a1af72fb51c7798a942144e1e0ce62e --- /dev/null +++ b/samples/0/clu0-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33118d90b0f67fcf308a408b7eece1abb38661fde4999deb5f31470568b9590 +size 268128 diff --git a/samples/0/clu0-sample1.png b/samples/0/clu0-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..96eee368f9fb4ecabe2713c3fcdac2fee9f13656 --- /dev/null +++ b/samples/0/clu0-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8550516e30df750610875a85e0147957aec89287b0cb59dc051bc2147a5289 +size 253131 diff --git a/samples/0/clu0-sample2.png b/samples/0/clu0-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..33ef8ddfeb0c32b9bcb423bd1da5956e88b3fbc2 --- /dev/null +++ b/samples/0/clu0-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bbe4b62b3ee19302ba81c07558680df011626f51f69eab29ae7d59f6ea1c50 +size 210473 diff --git a/samples/0/clu0-sample3.png b/samples/0/clu0-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..2cdec01229942710ba6929cd77fc5c95cd360676 --- /dev/null +++ b/samples/0/clu0-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8707893e98b60dfd8b8e13ff45d0de842b4e4737fc783a2963df00cc173504d7 +size 233364 diff --git a/samples/0/clu0-sample4.png b/samples/0/clu0-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..0c8b16fa6d51d72cbfbe0c21239dbcc84091b0ff --- /dev/null +++ b/samples/0/clu0-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c53a77e5aac9de95c3473f7afbcf9371586790d130c7bd5f96ee984de2dffba +size 357678 diff --git a/samples/1/clu1-sample0.png b/samples/1/clu1-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..41f5f92019c7a51ee7c78187bee27a7c254ca878 --- /dev/null +++ b/samples/1/clu1-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5c108f1592ae2043d9c492bbd5ed058015035fbc35d718a2305c578d6df33c +size 253741 diff --git a/samples/1/clu1-sample1.png b/samples/1/clu1-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..04d2b256db7eb5bcf10e31beaa8d16e323526a59 --- /dev/null +++ b/samples/1/clu1-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb968bfeb9a1c91a2a9e659006de3f477bd5ea5646d9113d6dd5e386e76b53a0 +size 238832 diff --git a/samples/1/clu1-sample2.png b/samples/1/clu1-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..ad57559604bd4935b06acaee2ceeb4691386bf95 --- /dev/null +++ b/samples/1/clu1-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed238c557ccf35b4672a910d7fae86a504e49c1bd33b904b023dcc41b2f77202 +size 173191 diff --git a/samples/1/clu1-sample3.png b/samples/1/clu1-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..219c41908129925e1547a15252793746e3dcf9b1 --- /dev/null +++ b/samples/1/clu1-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ed154d806a44c8fa98af05362711c0aef14ce740abaa889663bbb3ab1f1572 +size 272343 diff --git a/samples/1/clu1-sample4.png b/samples/1/clu1-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..25261f34baf0c4c0e52fef64535426c39b94ea65 --- /dev/null +++ b/samples/1/clu1-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2238c9458d0ca646a7b6aca4f0031387408c30970080718c83d7c3b8aa45a4d6 +size 218842 diff --git a/samples/10/clu10-sample0.png b/samples/10/clu10-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..9424a2255ae66f19fe0456f0bca55211749d8007 --- /dev/null +++ b/samples/10/clu10-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b0cecf8c4f5cbe17893bfea21faeea5a1f60bd960fb79d0494ad94b8571e10 +size 204614 diff --git a/samples/10/clu10-sample1.png b/samples/10/clu10-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..eaf7d3b5b935200703b3f15fedb67eda10842fdc --- /dev/null +++ b/samples/10/clu10-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c0f5ed45f3717e595d19e700c6dd7c64e54fbbde1f9d6609165054b3a60fd4 +size 181574 diff --git a/samples/10/clu10-sample2.png b/samples/10/clu10-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..c5061309b9f1adc867ea50c89312eb2105825990 --- /dev/null +++ b/samples/10/clu10-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f8a45ecd317793daa0ba1d44afb3163685eb7de92f3d9844f2dd12c693ab14 +size 360728 diff --git a/samples/10/clu10-sample3.png b/samples/10/clu10-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6476fcdf1136327906e1bae1e3494c1d36c5da12 --- /dev/null +++ b/samples/10/clu10-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617522bdb6ce78b088641b409e155a9adfe6adec26ecbc71657f554b28de4564 +size 359601 diff --git a/samples/10/clu10-sample4.png b/samples/10/clu10-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..a473446fb416c9e34f1af8e3972429d55d4fc4c3 --- /dev/null +++ b/samples/10/clu10-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82ca9ecb99b841e8ba4746bc0a4a132c31448c9af86c6ac509564986bc51bcc +size 208960 diff --git a/samples/11/clu11-sample0.png b/samples/11/clu11-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..577701a503f27af1ea2fc7162ee2d29650969ebd --- /dev/null +++ b/samples/11/clu11-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e320e7a6b664a038a318874e0fc8271932dd203883cda8df7ed4c7983c5b02b5 +size 233343 diff --git a/samples/11/clu11-sample1.png b/samples/11/clu11-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..a851512a68efe5d347e57315b3655f61d919722b --- /dev/null +++ b/samples/11/clu11-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a7740a9bbe7f48cc602e0c2ff728bd90f1f8dc2e04d6c39fa4ce5fee116efe +size 350463 diff --git a/samples/11/clu11-sample2.png b/samples/11/clu11-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..3929f78410d05be99288cacb7239d78d7d272aa5 --- /dev/null +++ b/samples/11/clu11-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54ebea8ee65a0d44a3ca4134afeb600503deec360254ae8a3414fc4ae8fc4cc +size 349418 diff --git a/samples/11/clu11-sample3.png b/samples/11/clu11-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..13d8d9f6a40d8cfe937edc193287f10beb90b062 --- /dev/null +++ b/samples/11/clu11-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b54b6b5cda253a47cb379e03c05e413fa84e10971989a71a730c78ad8712635 +size 296684 diff --git a/samples/11/clu11-sample4.png b/samples/11/clu11-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..9b45bdb145092eee92a8a135a9607563274a9760 --- /dev/null +++ b/samples/11/clu11-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ede42001a87d07a8fa942d3912703b74642932eace148ed3b48838c95fe533 +size 232912 diff --git a/samples/12/clu12-sample0.png b/samples/12/clu12-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..86faf2a900378c62eb36b5753fda73e85bfc6112 --- /dev/null +++ b/samples/12/clu12-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b09dcd46f9053006cdd7fb4fd44719b44ee18f8fc15c5f38a55c637e3bd4101 +size 227892 diff --git a/samples/12/clu12-sample1.png b/samples/12/clu12-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..b31ff84bd9ee03ef761c047ec68fe49334d706c7 --- /dev/null +++ b/samples/12/clu12-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3172630d291b125e412c31908c18d07a1f79be224e143c2b559b7a666737d72a +size 301694 diff --git a/samples/12/clu12-sample2.png b/samples/12/clu12-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..845a9edc226c6a7f5e4bcdb4e922db565fb144d8 --- /dev/null +++ b/samples/12/clu12-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb276b5a4b0d92dd01df261c372ddc9b0b0878b70b5894c65e43f1d9c734aac +size 274790 diff --git a/samples/12/clu12-sample3.png b/samples/12/clu12-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..588f1c9349c63b3dc523ed6dd2fb0a74d894175c --- /dev/null +++ b/samples/12/clu12-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0bd1c0527dc55f52613de7900dda605dbb7d2d5b05a10ffbc4b07cfc93ded9 +size 281944 diff --git a/samples/12/clu12-sample4.png b/samples/12/clu12-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..9ea2503a394fafab55a02bc9a55a389d1656370c --- /dev/null +++ b/samples/12/clu12-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f371c315bf2a552b2f737f580adebf8fbe0b43fc4f0313101d12af7237a818dc +size 316171 diff --git a/samples/13/clu13-sample0.png b/samples/13/clu13-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..86eaa3a05bdc7793406886e26407844b2da44a38 --- /dev/null +++ b/samples/13/clu13-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0c4e9fa593d1648250768b0dc8e7cc2c9b41c6423e9849e4666d1dedbb333f +size 199569 diff --git a/samples/13/clu13-sample1.png b/samples/13/clu13-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..0bbdeab59749455a0e1c4f1e1ad0d46479a6c15e --- /dev/null +++ b/samples/13/clu13-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f89b95f5219a78f556a76a0be6cb12fcf119b0a8f984e39a44ba4b403c81e26 +size 183621 diff --git a/samples/13/clu13-sample2.png b/samples/13/clu13-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..5187fc7377a5f933ceb08964c1ae9b173eabcec4 --- /dev/null +++ b/samples/13/clu13-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937965a5d3e96b4b1f032083a2df2d147c5098c95f3241557eb3534fe5887007 +size 184022 diff --git a/samples/13/clu13-sample3.png b/samples/13/clu13-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..d24f65a96e7e6e8ad969a6cecc019459ac79b5a0 --- /dev/null +++ b/samples/13/clu13-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c9f363a8e7e4fdffaf2e749c02c44eb0299bd3c5b8d63fe52668f28263c112 +size 259987 diff --git a/samples/13/clu13-sample4.png b/samples/13/clu13-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..31829bffdfa15d75e58047bee028675a8b208d36 --- /dev/null +++ b/samples/13/clu13-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afeb2cac07b016e7a77194c636eef82c32041cd25b0ec4866758c1536ad5b1d7 +size 303959 diff --git a/samples/14/clu14-sample0.png b/samples/14/clu14-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..776accd0663ef1f88620833f647cfe6ec5dd9cdc --- /dev/null +++ b/samples/14/clu14-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc80303d5a6abc629e06ffc53a14b1647cf63231033aea9d7fb24ee4d669d615 +size 209336 diff --git a/samples/14/clu14-sample1.png b/samples/14/clu14-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..e02cf6ec6ae9dacc87134197b666803593e84924 --- /dev/null +++ b/samples/14/clu14-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3af56feae09b56409d2467a221e071ad9aa8ea36df6f645172b8235799ba881 +size 307892 diff --git a/samples/14/clu14-sample2.png b/samples/14/clu14-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..241b78085b377949bfab73367228bcc123d48424 --- /dev/null +++ b/samples/14/clu14-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baaacc5fcadd4d0ae437dc11fa0568e1dba3442a3df5ff0f64ef1ad40b307207 +size 278894 diff --git a/samples/14/clu14-sample3.png b/samples/14/clu14-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..ab7f139b5637119cbfd532009047eeafa7542ae4 --- /dev/null +++ b/samples/14/clu14-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3522c66ff649629e46a096e2cff015a44d44630eb2b88bf27221028aa4739a8a +size 390980 diff --git a/samples/14/clu14-sample4.png b/samples/14/clu14-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..48e528e56a67e413d691448558174b34b206f169 --- /dev/null +++ b/samples/14/clu14-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65df15f8d7ac4a68f9187fcb9fb52c3ea198dfa59a17e626c87a318b8b8f2e2 +size 208302 diff --git a/samples/2/clu2-sample0.png b/samples/2/clu2-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..24b226251304c6299f281a656ace4a96b57ee130 --- /dev/null +++ b/samples/2/clu2-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2377416d9dd0e0b71fd3a2c14051aef26ccb6a62cea6b19fe1398cf6c9a36a7 +size 393744 diff --git a/samples/2/clu2-sample1.png b/samples/2/clu2-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..2e65450b2c00b6c193ebd386b42515a4ef519b8e --- /dev/null +++ b/samples/2/clu2-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb748339dd437c8712167c680c141216c7ec2c06ef53e92d32e917f5c832b9ed +size 288996 diff --git a/samples/2/clu2-sample2.png b/samples/2/clu2-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..47256208ac36ffb531db56b140ce3db20918a56a --- /dev/null +++ b/samples/2/clu2-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfea01122d32c8c159a4384fbb10ce196e3b91e9bc7458a5870f5fe386b1099d +size 324260 diff --git a/samples/2/clu2-sample3.png b/samples/2/clu2-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..7b24509445cad6cd6234fdb8d3bbd53f2739cb60 --- /dev/null +++ b/samples/2/clu2-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6355672e00de3eb4b191002252a7d2951c74de4d00ad6d4b755c6081512514a2 +size 344405 diff --git a/samples/2/clu2-sample4.png b/samples/2/clu2-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..47d7967a95507df32714ddf4870c91142e3545d2 --- /dev/null +++ b/samples/2/clu2-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dde74167b94a612836dc4e56231014a402b07f7eb3b74513941c7607e1c4d0f +size 296268 diff --git a/samples/3/clu3-sample0.png b/samples/3/clu3-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..196b99fd1d96d0db0499f0727e4bb9fe86db7796 --- /dev/null +++ b/samples/3/clu3-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf493d9ce7a9207de1bdef1828ae5292053e5b945f7000bc5a032706161a6b78 +size 310564 diff --git a/samples/3/clu3-sample1.png b/samples/3/clu3-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..ef457ed7d196539eb48fffacfae959dee11c6d69 --- /dev/null +++ b/samples/3/clu3-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfdad2acace825293ba684d53d333f4cc64322c6b20f808a1cc9489f49131c6 +size 217311 diff --git a/samples/3/clu3-sample2.png b/samples/3/clu3-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..6287937f3e35ae655284547dab56636239fd62ec --- /dev/null +++ b/samples/3/clu3-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e718f631260920e7872ea1a9a4a986f35e0b55b2b99ed3572c877a532936fa57 +size 245887 diff --git a/samples/3/clu3-sample3.png b/samples/3/clu3-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..eb5b100647b8458eae6bb72633d8c6e1ecf041eb --- /dev/null +++ b/samples/3/clu3-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae6b485b141a8e725d06e6031e9d70460bb8e21d723f56d6ec333badf8c9218 +size 168045 diff --git a/samples/3/clu3-sample4.png b/samples/3/clu3-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..d5ab68c3e0d7d7ac4668ed25289147b5e31603af --- /dev/null +++ b/samples/3/clu3-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c44eb93d75ef8cf199c504cd3c22bc1631fe0ba9295d21d39b77fd86fedfdca +size 252312 diff --git a/samples/4/clu4-sample0.png b/samples/4/clu4-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..ecfb8e0f864adf0924301081874a1c1c8ec0c953 --- /dev/null +++ b/samples/4/clu4-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35c1bd6a00898bc71deaa5bf64bc12d783ce12bc36c9179e9e7ab16b1ee83aeb +size 269387 diff --git a/samples/4/clu4-sample1.png b/samples/4/clu4-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..d6fe8cb2cc661e99f18d6d797a51da662d7e2bf9 --- /dev/null +++ b/samples/4/clu4-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88060247363556600ffa51682095183671f3352bc571c35dada56849cca72f28 +size 304729 diff --git a/samples/4/clu4-sample2.png b/samples/4/clu4-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..ef2d53a458a5f15577b242c8256933fa0eec2951 --- /dev/null +++ b/samples/4/clu4-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360a61afa928ee566f984ab6ee1e7f8ddfb464a773605c90f9b678b087f38ff8 +size 183286 diff --git a/samples/4/clu4-sample3.png b/samples/4/clu4-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..45a5dd8af531235a4f19f0a366b5431dbc8c77c4 --- /dev/null +++ b/samples/4/clu4-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c60804f2ad77ed6ffd05e794415331eebfe8a612b72d27190f9304a815cddbc +size 289215 diff --git a/samples/4/clu4-sample4.png b/samples/4/clu4-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..2a33ac1c8ea2b537a4e4ce71896bb80b33feb631 --- /dev/null +++ b/samples/4/clu4-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e68bb2e566f53c66c79229773a3bf1fc0bb148f923a5a1ae78bda6c74f6cfc1 +size 200923 diff --git a/samples/5/clu5-sample0.png b/samples/5/clu5-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..a3c38fc9e9adb2e3af1b91743997b4be2b989f9f --- /dev/null +++ b/samples/5/clu5-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcce6de596de97aebf4540c4ef008025ae5ed716ef67fd7b01b6d4831f9774d +size 350861 diff --git a/samples/5/clu5-sample1.png b/samples/5/clu5-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..33f3a5a9039d076880efd7697c9b7cb983edb56b --- /dev/null +++ b/samples/5/clu5-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133e1437e6640d608f10568f97792db1a44e4f1e48ef54cbae4b5aff1209dab0 +size 291515 diff --git a/samples/5/clu5-sample2.png b/samples/5/clu5-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..fe1ebe8532c85517c7a445678472468d2426f7d4 --- /dev/null +++ b/samples/5/clu5-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a04d4bb4beeb2e8c059cf52dd79feefc37deb70162d3e0c1fd19504b1863663 +size 325995 diff --git a/samples/5/clu5-sample3.png b/samples/5/clu5-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..376862126d80c5bb28bb442970ed03d3d888dcfd --- /dev/null +++ b/samples/5/clu5-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d7c4938031707dd7672aa65b78d9b2e541a9f268f2cb8429d8b350b8ea9c61 +size 323728 diff --git a/samples/5/clu5-sample4.png b/samples/5/clu5-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..fb868373ddc57cd18e91f52f7f5c80a06c579792 --- /dev/null +++ b/samples/5/clu5-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b0a9588397de05c0b7312a225b67421f419a8dcbfceeba27b6f3390055245d +size 389214 diff --git a/samples/6/clu6-sample0.png b/samples/6/clu6-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..0d7ef5e4106330f97bbd2ad139f32769b75eb233 --- /dev/null +++ b/samples/6/clu6-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea96b3b797db5a66a6cc188491328dfbfe2130d486dccd2421c62b6040bb780f +size 284032 diff --git a/samples/6/clu6-sample1.png b/samples/6/clu6-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..72649c0085cfb17934f4b07bd974f512f9d6e106 --- /dev/null +++ b/samples/6/clu6-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb3956e1b88b04e71533eff2028f2acd3a2633ef60a99b77792c1bd1de561d0 +size 366182 diff --git a/samples/6/clu6-sample2.png b/samples/6/clu6-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..5dcf5d57d65d48ec88c469ea860ebe5ea42a1a8f --- /dev/null +++ b/samples/6/clu6-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513409b2bdf700129f1e8ae2bdfdf995f30748920db69aeea2ce46991b3e1b6c +size 394374 diff --git a/samples/6/clu6-sample3.png b/samples/6/clu6-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..9862c58add17087d91309912e7bd0aecaa616f32 --- /dev/null +++ b/samples/6/clu6-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29690023a6fa5a4938027d90f050643bb62e7593935930a3c768a7f2e1481207 +size 288310 diff --git a/samples/6/clu6-sample4.png b/samples/6/clu6-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..759a5d642f5087523e9e29eed73f5764866cebdf --- /dev/null +++ b/samples/6/clu6-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d741a614ce910f9fcfb9c65b38ed6adce923c6b446f7319bd287a87938f80cc5 +size 274513 diff --git a/samples/7/clu7-sample0.png b/samples/7/clu7-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..1717e6ba7d7b75356aa0fa99c1cd257c1f101d58 --- /dev/null +++ b/samples/7/clu7-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad58886cc7b5134a1f8feffa6cd91ab4e4d79714726feb4b50f33d0d748f6f6f +size 430316 diff --git a/samples/7/clu7-sample1.png b/samples/7/clu7-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..2e444115236683a01e11f03f0b925ac5d0a93e7f --- /dev/null +++ b/samples/7/clu7-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b01152ab62e308475b69c1db6cbcb80d68aff2ba18257e7f2554dfc4d6805ef +size 340119 diff --git a/samples/7/clu7-sample2.png b/samples/7/clu7-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..03a0a739e2f051f2c0771ff7c92090668f7718fd --- /dev/null +++ b/samples/7/clu7-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a11efc026facb91e16844978e80d935914d0ec9e45072574b83e2d144e4180 +size 279564 diff --git a/samples/7/clu7-sample3.png b/samples/7/clu7-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..10fe00d9db051559d069aef93fa0654e273bddb3 --- /dev/null +++ b/samples/7/clu7-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209215804af037ca761f34c1e7a7739bf77f3ebb1feda6cbdc8f4eb6d17e25d8 +size 261737 diff --git a/samples/7/clu7-sample4.png b/samples/7/clu7-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..47a22df3faa2a5d78d940c466670cf097cdea667 --- /dev/null +++ b/samples/7/clu7-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b232dcf5eb317861a8c84cc600f33d5791e7191a2d93f9cf01cc6dce55664e2b +size 282024 diff --git a/samples/8/clu8-sample0.png b/samples/8/clu8-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..f30e2e623e6e8a6c37771e9359b59b02aaa9292b --- /dev/null +++ b/samples/8/clu8-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c9fe53742ed07cadbd6ec65a81797c1b3d521c9dbf9f3cefc7e5fde6caaad8 +size 233047 diff --git a/samples/8/clu8-sample1.png b/samples/8/clu8-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..bd25f19268913056c0786328037f32cdf1514eef --- /dev/null +++ b/samples/8/clu8-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c4721ed167f3b5ee1c1bcc3cd42e6abfabc6b2b8ae93cdc08b4b199062964a +size 285333 diff --git a/samples/8/clu8-sample2.png b/samples/8/clu8-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..6272312895fd76d36ce28a72ffea1b190414a40c --- /dev/null +++ b/samples/8/clu8-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc11481ee1628b01d80f3e9757ba0284cbd412d8a62512af2a52bf15e7d6095c +size 361014 diff --git a/samples/8/clu8-sample3.png b/samples/8/clu8-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..748f5e0e8ac2e8a520a37ec7992f69a4771e7366 --- /dev/null +++ b/samples/8/clu8-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1781a730c5390a143cf8cfd98505f264cd93e32f0bd4b025bb4539dad9a40ada +size 272465 diff --git a/samples/8/clu8-sample4.png b/samples/8/clu8-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..43dcb527429f71c3513337a51ffe292b08fd5722 --- /dev/null +++ b/samples/8/clu8-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7970530617ca5384efb87ef7161f1beb0712934a9b694576dc8917c84a73dbf +size 296498 diff --git a/samples/9/clu9-sample0.png b/samples/9/clu9-sample0.png new file mode 100644 index 0000000000000000000000000000000000000000..11479e5cd27c1599e0a348c6f9770ee17ca292ed --- /dev/null +++ b/samples/9/clu9-sample0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:817c745a17d62ca3832fe2f762d250f6f1ca4ae2482c4cfd0a4f50f8960e7ef4 +size 249951 diff --git a/samples/9/clu9-sample1.png b/samples/9/clu9-sample1.png new file mode 100644 index 0000000000000000000000000000000000000000..f89b0e49fa66a3479d170a435a7e4d9c2ea2d319 --- /dev/null +++ b/samples/9/clu9-sample1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55531619bf2561aea7d7bd7392fdc682ee7fbe91cf75cd248d22685bcdeb19a7 +size 193990 diff --git a/samples/9/clu9-sample2.png b/samples/9/clu9-sample2.png new file mode 100644 index 0000000000000000000000000000000000000000..398ebdc776c78b1486256acde397741c3da86499 --- /dev/null +++ b/samples/9/clu9-sample2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066fa3edd75339d9151846a5b21a8189cdd58f213257cc8679e7875184cf4635 +size 275694 diff --git a/samples/9/clu9-sample3.png b/samples/9/clu9-sample3.png new file mode 100644 index 0000000000000000000000000000000000000000..6967c96585edb7794c979dbc79281c8a207d6141 --- /dev/null +++ b/samples/9/clu9-sample3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a64cbd715cbf9db363a9733694a674b1495fb7ee26883fc34dca29d69b2928 +size 151059 diff --git a/samples/9/clu9-sample4.png b/samples/9/clu9-sample4.png new file mode 100644 index 0000000000000000000000000000000000000000..3f8fb20e263c30cdd41478d3591ca4b964a05c12 --- /dev/null +++ b/samples/9/clu9-sample4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f31ec83428a1ba5e06f7b0043977abe09bacaa47fad02ab8f11437fba88fd8a2 +size 267638