narugo commited on
Commit
a51e982
1 Parent(s): b7dabfa

Publish character 'kirin_r_yato (Arknights)' to repository, on 2024-01-11 11:57:06 UTC

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-to-image
5
+ tags:
6
+ - art
7
+ - not-for-all-audiences
8
+ size_categories:
9
+ - n<1K
10
+ ---
11
+
12
+ # Dataset of kirin_r_yato/キリンRヤトウ/麒麟R夜刀 (Arknights)
13
+
14
+ This is the dataset of kirin_r_yato/キリンRヤトウ/麒麟R夜刀 (Arknights), containing 81 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, breasts, horns, blue_eyes, bangs, brown_hair, multicolored_hair, white_hair, pointy_ears, large_breasts, streaked_hair, hair_between_eyes, hairband, very_long_hair, medium_breasts, mole, mole_under_eye`, which are pruned in this dataset.
17
+
18
+ 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)).
19
+
20
+ ## List of Packages
21
+
22
+ | Name | Images | Size | Download | Type | Description |
23
+ |:-----------------|---------:|:-----------|:------------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------|
24
+ | raw | 81 | 186.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kirin_r_yato_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 81 | 85.00 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kirin_r_yato_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 217 | 189.96 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kirin_r_yato_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 81 | 151.25 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kirin_r_yato_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 217 | 304.61 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kirin_r_yato_arknights/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
29
+
30
+ ### Load Raw Dataset with Waifuc
31
+
32
+ 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
33
+
34
+ ```python
35
+ import os
36
+ import zipfile
37
+
38
+ from huggingface_hub import hf_hub_download
39
+ from waifuc.source import LocalSource
40
+
41
+ # download raw archive file
42
+ zip_file = hf_hub_download(
43
+ repo_id='CyberHarem/kirin_r_yato_arknights',
44
+ repo_type='dataset',
45
+ filename='dataset-raw.zip',
46
+ )
47
+
48
+ # extract files to your directory
49
+ dataset_dir = 'dataset_dir'
50
+ os.makedirs(dataset_dir, exist_ok=True)
51
+ with zipfile.ZipFile(zip_file, 'r') as zf:
52
+ zf.extractall(dataset_dir)
53
+
54
+ # load the dataset with waifuc
55
+ source = LocalSource(dataset_dir)
56
+ for item in source:
57
+ print(item.image, item.meta['filename'], item.meta['tags'])
58
+ ```
59
+
60
+ ## List of Clusters
61
+
62
+ List of tag clustering result, maybe some outfits can be mined here.
63
+
64
+ ### Raw Text Version
65
+
66
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
67
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
68
+ | 0 | 28 | ![](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, bare_shoulders, midriff, navel, solo, stomach, cleavage, belt, looking_at_viewer, necklace, black_gloves, cowboy_shot, fur_trim, white_background, simple_background, garter_straps, thighhighs, holding, crop_top, detached_sleeves, standing, closed_mouth, single_horn, collarbone, skirt, bikini, smile |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | bare_shoulders | midriff | navel | solo | stomach | cleavage | belt | looking_at_viewer | necklace | black_gloves | cowboy_shot | fur_trim | white_background | simple_background | garter_straps | thighhighs | holding | crop_top | detached_sleeves | standing | closed_mouth | single_horn | collarbone | skirt | bikini | smile |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------------|:----------|:--------|:-------|:----------|:-----------|:-------|:--------------------|:-----------|:---------------|:--------------|:-----------|:-------------------|:--------------------|:----------------|:-------------|:----------|:-----------|:-------------------|:-----------|:---------------|:--------------|:-------------|:--------|:---------|:--------|
74
+ | 0 | 28 | ![](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 | X | X | X | X | X | X | X | X | X | X | X | X | X |
75
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7a45e06fb1d5166d4fe735eb9066bf8d9a2aa856f2a3608658366f9212d5bb3
3
+ size 158600902
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92d55b5aff123fc9b0630681dc0f2d50baf12757a533553054bf3053ee01e6b5
3
+ size 89123941
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:366c946eea0b49b6cbc96fb1dcd20ec63562545029ee692b1aa74058c79117b2
3
+ size 195700987
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:044b67e9e897c51321777b50ebc787bbd2396532917d1b510a36e76d2f76cbca
3
+ size 319411471
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d717dfd43b6782e4fad340a28ee7f76487d4f3b82ce4e8ad09a5304b80767c5
3
+ size 199182660
meta.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 81,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 28,
8
+ "tags": [
9
+ "1girl",
10
+ "bare_shoulders",
11
+ "midriff",
12
+ "navel",
13
+ "solo",
14
+ "stomach",
15
+ "cleavage",
16
+ "belt",
17
+ "looking_at_viewer",
18
+ "necklace",
19
+ "black_gloves",
20
+ "cowboy_shot",
21
+ "fur_trim",
22
+ "white_background",
23
+ "simple_background",
24
+ "garter_straps",
25
+ "thighhighs",
26
+ "holding",
27
+ "crop_top",
28
+ "detached_sleeves",
29
+ "standing",
30
+ "closed_mouth",
31
+ "single_horn",
32
+ "collarbone",
33
+ "skirt",
34
+ "bikini",
35
+ "smile"
36
+ ]
37
+ }
38
+ ],
39
+ "core_tags": [
40
+ "long_hair",
41
+ "breasts",
42
+ "horns",
43
+ "blue_eyes",
44
+ "bangs",
45
+ "brown_hair",
46
+ "multicolored_hair",
47
+ "white_hair",
48
+ "pointy_ears",
49
+ "large_breasts",
50
+ "streaked_hair",
51
+ "hair_between_eyes",
52
+ "hairband",
53
+ "very_long_hair",
54
+ "medium_breasts",
55
+ "mole",
56
+ "mole_under_eye"
57
+ ],
58
+ "display_name": "kirin_r_yato/キリンRヤトウ/麒麟R夜刀 (Arknights)",
59
+ "name": "kirin_r_yato (Arknights)",
60
+ "packages": {
61
+ "1200": {
62
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
63
+ "filename": "dataset-1200.zip",
64
+ "package_size": 158600902,
65
+ "size": 81,
66
+ "type": "IMG+TXT"
67
+ },
68
+ "800": {
69
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
70
+ "filename": "dataset-800.zip",
71
+ "package_size": 89123941,
72
+ "size": 81,
73
+ "type": "IMG+TXT"
74
+ },
75
+ "raw": {
76
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
77
+ "filename": "dataset-raw.zip",
78
+ "package_size": 195700987,
79
+ "size": 81,
80
+ "type": "Waifuc-Raw"
81
+ },
82
+ "stage3-p480-1200": {
83
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
84
+ "filename": "dataset-stage3-p480-1200.zip",
85
+ "package_size": 319411471,
86
+ "size": 217,
87
+ "type": "IMG+TXT"
88
+ },
89
+ "stage3-p480-800": {
90
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
91
+ "filename": "dataset-stage3-p480-800.zip",
92
+ "package_size": 199182660,
93
+ "size": 217,
94
+ "type": "IMG+TXT"
95
+ }
96
+ },
97
+ "version": "v1.5"
98
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: ab79400b369da608b89ea61d571627a2da7d214bc351c39bcec7902d4916f1df
  • Pointer size: 131 Bytes
  • Size of remote file: 445 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

  • SHA256: 407f4d0c4133442db379a22aea5999f611de5c37c76633a6e5217b22271fe6c5
  • Pointer size: 131 Bytes
  • Size of remote file: 422 kB
samples/0/clu0-sample2.png ADDED

Git LFS Details

  • SHA256: 2d19736af2982cd3463ef9f2a37cf4360a09147e6903812618f9e14683a82ebe
  • Pointer size: 131 Bytes
  • Size of remote file: 568 kB
samples/0/clu0-sample3.png ADDED

Git LFS Details

  • SHA256: e63fd2865c276a8dfe16f0d18a6559a1fe0b45096e84e54e3eb6ec8e062a2bab
  • Pointer size: 131 Bytes
  • Size of remote file: 417 kB
samples/0/clu0-sample4.png ADDED

Git LFS Details

  • SHA256: a5bca0b0a5ea4c88a6ac9f4d27c13ccdef694229149df91e8f0edcc226b26cd1
  • Pointer size: 131 Bytes
  • Size of remote file: 475 kB