Datasets:

Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo commited on
Commit
77a4e79
1 Parent(s): f9ab068

Publish character 'tsuchimiya_kagura_gareizero' to repository, on 2024-02-22 13:32:58 UTC

Browse files
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Tsuchimiya Kagura (Ga-Rei: Zero)
13
+
14
+ This is the dataset of Tsuchimiya Kagura (Ga-Rei: Zero), containing 337 images and their tags.
15
+
16
+ The core tags of this character are `short_hair, black_hair, blue_eyes, brown_hair`, 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 | 337 | 268.78 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tsuchimiya_kagura_gareizero/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 337 | 201.94 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tsuchimiya_kagura_gareizero/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 619 | 348.99 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tsuchimiya_kagura_gareizero/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 337 | 268.68 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tsuchimiya_kagura_gareizero/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 619 | 448.84 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tsuchimiya_kagura_gareizero/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/tsuchimiya_kagura_gareizero',
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 | 7 | ![](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, serafuku, skirt, solo, katana |
69
+ | 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, serafuku, solo, parody, katana, anime_coloring, open_mouth |
70
+ | 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, anime_coloring, profile, serafuku, solo |
71
+ | 3 | 13 | ![](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, parody, solo, open_mouth, serafuku, tree |
72
+ | 4 | 8 | ![](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, parody, solo, anime_coloring, open_mouth |
73
+ | 5 | 7 | ![](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, randoseru, upper_body |
74
+
75
+ ### Table Version
76
+
77
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | serafuku | skirt | solo | katana | parody | anime_coloring | open_mouth | profile | tree | randoseru | upper_body |
78
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------|:--------|:-------|:---------|:---------|:-----------------|:-------------|:----------|:-------|:------------|:-------------|
79
+ | 0 | 7 | ![](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 | | | | | | | |
80
+ | 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 | X | | | | |
81
+ | 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 | | | |
82
+ | 3 | 13 | ![](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 | | |
83
+ | 4 | 8 | ![](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 | | | | |
84
+ | 5 | 7 | ![](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 |
85
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acd37a3e394e0ca536f2844166d5c6b66f4b838d00800cd779e2049b15f60ec9
3
+ size 281726195
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:393929bbfa7cc1e6596e951aab216aea16c0c6af5829944c3bc974ad8b924896
3
+ size 211752841
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67a864c5d8b43d729526b15c615340aa31407609aeee49295fba2b97d8f837f2
3
+ size 281836000
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c4a3f7cdd4e7cb0dc3ff858d63cdedb9bd1098c19e0582209b3562154290bc8
3
+ size 470641434
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9eba082b2b5bc757adaef8cb26ce7536e3304004c8cee4357214bb282655ec02
3
+ size 365945785
meta.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": "BangumiBase/gareizero",
3
+ "base_size": 337,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 7,
8
+ "tags": [
9
+ "1girl",
10
+ "serafuku",
11
+ "skirt",
12
+ "solo",
13
+ "katana"
14
+ ]
15
+ },
16
+ {
17
+ "id": 1,
18
+ "size": 5,
19
+ "tags": [
20
+ "1girl",
21
+ "serafuku",
22
+ "solo",
23
+ "parody",
24
+ "katana",
25
+ "anime_coloring",
26
+ "open_mouth"
27
+ ]
28
+ },
29
+ {
30
+ "id": 2,
31
+ "size": 6,
32
+ "tags": [
33
+ "1girl",
34
+ "anime_coloring",
35
+ "profile",
36
+ "serafuku",
37
+ "solo"
38
+ ]
39
+ },
40
+ {
41
+ "id": 3,
42
+ "size": 13,
43
+ "tags": [
44
+ "1girl",
45
+ "anime_coloring",
46
+ "parody",
47
+ "solo",
48
+ "open_mouth",
49
+ "serafuku",
50
+ "tree"
51
+ ]
52
+ },
53
+ {
54
+ "id": 4,
55
+ "size": 8,
56
+ "tags": [
57
+ "1girl",
58
+ "parody",
59
+ "solo",
60
+ "anime_coloring",
61
+ "open_mouth"
62
+ ]
63
+ },
64
+ {
65
+ "id": 5,
66
+ "size": 7,
67
+ "tags": [
68
+ "1girl",
69
+ "solo",
70
+ "randoseru",
71
+ "upper_body"
72
+ ]
73
+ }
74
+ ],
75
+ "core_tags": [
76
+ "short_hair",
77
+ "black_hair",
78
+ "blue_eyes",
79
+ "brown_hair"
80
+ ],
81
+ "display_name": "Tsuchimiya Kagura (Ga-Rei: Zero)",
82
+ "name": "tsuchimiya_kagura_gareizero",
83
+ "packages": {
84
+ "1200": {
85
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
86
+ "filename": "dataset-1200.zip",
87
+ "package_size": 281726195,
88
+ "size": 337,
89
+ "type": "IMG+TXT"
90
+ },
91
+ "800": {
92
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
93
+ "filename": "dataset-800.zip",
94
+ "package_size": 211752841,
95
+ "size": 337,
96
+ "type": "IMG+TXT"
97
+ },
98
+ "raw": {
99
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
100
+ "filename": "dataset-raw.zip",
101
+ "package_size": 281836000,
102
+ "size": 337,
103
+ "type": "Waifuc-Raw"
104
+ },
105
+ "stage3-p480-1200": {
106
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
107
+ "filename": "dataset-stage3-p480-1200.zip",
108
+ "package_size": 470641434,
109
+ "size": 619,
110
+ "type": "IMG+TXT"
111
+ },
112
+ "stage3-p480-800": {
113
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
114
+ "filename": "dataset-stage3-p480-800.zip",
115
+ "package_size": 365945785,
116
+ "size": 619,
117
+ "type": "IMG+TXT"
118
+ }
119
+ },
120
+ "version": "v1.5"
121
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 0e6af79c03738e65b8824e1c2d0e8b41bb475ddb5e6dae72eb821ed44b258757
  • Pointer size: 131 Bytes
  • Size of remote file: 310 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

  • SHA256: 432b0daf4fdd70f9f4d89bed536a09417c57685249beb48ee37172768b4ec2d5
  • Pointer size: 131 Bytes
  • Size of remote file: 236 kB
samples/1/clu1-sample1.png ADDED

Git LFS Details

  • SHA256: cfe6cfdbb4ba22d5cf101f8b8b355a696b043f7d64c21e6e5d50d0646227383c
  • Pointer size: 131 Bytes
  • Size of remote file: 172 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

  • SHA256: f9392e2e8f8445b343a31394d855018e6f022b53267da6793622556ce40326d7
  • Pointer size: 131 Bytes
  • Size of remote file: 195 kB
samples/1/clu1-sample3.png ADDED

Git LFS Details

  • SHA256: b79512417a7ed903e0880eb2b74613e3410b039c39ef167963043eb38bcc1cc2
  • Pointer size: 131 Bytes
  • Size of remote file: 213 kB
samples/1/clu1-sample4.png ADDED

Git LFS Details

  • SHA256: 215d66bd81fc3a7a3a55e5be419a27bc8a360aca52a964a50a8021abb813ad4a
  • Pointer size: 131 Bytes
  • Size of remote file: 316 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

  • SHA256: 3782aee1e04a9233bdc34fb888809516b39f2f5c78dcb7db0dbc99b8e2cd37b6
  • Pointer size: 131 Bytes
  • Size of remote file: 368 kB
samples/2/clu2-sample1.png ADDED

Git LFS Details

  • SHA256: e88ab79978d4b9b50464f58cd4826dc677d2a37104c2f805d72c1189f40ade57
  • Pointer size: 131 Bytes
  • Size of remote file: 181 kB
samples/2/clu2-sample2.png ADDED

Git LFS Details

  • SHA256: 4157ec90308e8ee475fab5dc98c553dff0e294413f2dad83cea291b8e739d6db
  • Pointer size: 131 Bytes
  • Size of remote file: 228 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

  • SHA256: 2bebb85baeec35c84defa506ae3cf208135f75e5e2fc98d84cb32dbc31b2cb46
  • Pointer size: 131 Bytes
  • Size of remote file: 230 kB
samples/2/clu2-sample4.png ADDED

Git LFS Details

  • SHA256: cb1380ead6aad9238444423649093710733b7cb191ad4762a96e05514ada8d24
  • Pointer size: 131 Bytes
  • Size of remote file: 264 kB
samples/3/clu3-sample0.png ADDED

Git LFS Details

  • SHA256: 092580979eecea76c5abd8e644f40ed88fc2110317f50acd85f08053cbef213f
  • Pointer size: 131 Bytes
  • Size of remote file: 202 kB
samples/3/clu3-sample1.png ADDED

Git LFS Details

  • SHA256: 0367646d4654ee087ad59a1d9fe66c8e08b8e1b296975b0037e1fd872c42acb6
  • Pointer size: 131 Bytes
  • Size of remote file: 257 kB
samples/3/clu3-sample2.png ADDED

Git LFS Details

  • SHA256: dac4fe8caac54db8bbd189f3373ceb9396af9a348ab7701505207bab4f1963b9
  • Pointer size: 131 Bytes
  • Size of remote file: 248 kB
samples/3/clu3-sample3.png ADDED

Git LFS Details

  • SHA256: 3e2a33e1d3fd5ca6b4b7b7d477881d0bb93013b6f42be9e621dfd95c91bd8772
  • Pointer size: 131 Bytes
  • Size of remote file: 211 kB
samples/3/clu3-sample4.png ADDED

Git LFS Details

  • SHA256: ba9eded7d80605f0da914ef455195f7d5a5a5b9837a7d82a22523a93268c80f3
  • Pointer size: 131 Bytes
  • Size of remote file: 228 kB
samples/4/clu4-sample0.png ADDED

Git LFS Details

  • SHA256: 232a2318cb63b01a8998208e4a501ed08351ea4ac925360e1fa6e08b5661b17e
  • Pointer size: 131 Bytes
  • Size of remote file: 232 kB
samples/4/clu4-sample1.png ADDED

Git LFS Details

  • SHA256: b2f9065e144cc32879ceca6b49c082dd5314392733c287b315a876e1846b2542
  • Pointer size: 131 Bytes
  • Size of remote file: 206 kB
samples/4/clu4-sample2.png ADDED

Git LFS Details

  • SHA256: 400645aea43f43bcb2b0a56be5fa3d9a89f5dda5cf037574421f195bf70137bb
  • Pointer size: 131 Bytes
  • Size of remote file: 180 kB
samples/4/clu4-sample3.png ADDED

Git LFS Details

  • SHA256: 9251ea55261fac928099d72036cc996ed739c1761e1650c6ae69ace0988d7e13
  • Pointer size: 131 Bytes
  • Size of remote file: 246 kB
samples/4/clu4-sample4.png ADDED

Git LFS Details

  • SHA256: 7dd44b2f6029bd9e1e57501abcb5dd4df3db7409fb92732867e7b916f115ecb1
  • Pointer size: 131 Bytes
  • Size of remote file: 221 kB
samples/5/clu5-sample0.png ADDED

Git LFS Details

  • SHA256: 9325b169160c9b414a1e8d86744c31e00f2fb3e68dd974029d48d09ee219ba27
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
samples/5/clu5-sample1.png ADDED

Git LFS Details

  • SHA256: 7c908f8f512018ed28b293157a6bedac719e64ef96e902f3d8f78d63f9f608a9
  • Pointer size: 131 Bytes
  • Size of remote file: 216 kB
samples/5/clu5-sample2.png ADDED

Git LFS Details

  • SHA256: 70c05ebeea0a0d7fb2b23d16ee2859b9901f423721b4bebc6850eff84df184df
  • Pointer size: 131 Bytes
  • Size of remote file: 240 kB
samples/5/clu5-sample3.png ADDED

Git LFS Details

  • SHA256: c7a178b5eb354b46cc9539dcbff61f450db8d533b09845678671001860953017
  • Pointer size: 131 Bytes
  • Size of remote file: 308 kB
samples/5/clu5-sample4.png ADDED

Git LFS Details

  • SHA256: 1af472cb479c438a0d25f31c1f555db9bf3e820130ed94882f568fe92a0df6da
  • Pointer size: 131 Bytes
  • Size of remote file: 358 kB