Datasets:

Size:
< 1K
Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo1992 commited on
Commit
25aab7c
·
verified ·
1 Parent(s): 8780bc3

Publish character 'blacknight (Arknights)' to repository, on 2024-01-11 09:48:04 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,71 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of blacknight_arknights
13
 
14
- This is the dataset of blacknight_arknights, containing 46 images and their tags.
 
 
15
 
16
  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)).
17
 
18
- | Name | Images | Download | Description |
19
- |:------------|---------:|:------------------------------------|:-------------------------------------------------------------------------|
20
- | raw | 46 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 109 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 46 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 46 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 46 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 46 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 46 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 109 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 109 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 109 | [Download](dataset-stage3-1200.zip) | 3-stage cropped dataset with the shorter side not exceeding 1200 pixels. |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
 
9
  - n<1K
10
  ---
11
 
12
+ # Dataset of blacknight/ブラックナイト/夜半 (Arknights)
13
 
14
+ This is the dataset of blacknight/ブラックナイト/夜半 (Arknights), containing 53 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, pointy_ears, black_hair, breasts, horns, blue_hair, multicolored_hair, bangs, streaked_hair, braid, large_breasts, hair_between_eyes, mole, two-tone_hair, brown_eyes`, 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 | 53 | 102.44 MiB | [Download](https://huggingface.co/datasets/CyberHarem/blacknight_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 53 | 46.21 MiB | [Download](https://huggingface.co/datasets/CyberHarem/blacknight_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 138 | 106.16 MiB | [Download](https://huggingface.co/datasets/CyberHarem/blacknight_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 53 | 84.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/blacknight_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 138 | 161.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/blacknight_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/blacknight_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 | 14 | ![](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, solo, bare_shoulders, black_dress, black_gloves, looking_at_viewer, white_background, closed_mouth, earrings, elbow_gloves, holding, ponytail, simple_background, sleeveless_dress, black_footwear, black_nails, infection_monitor_(arknights), nail_polish, medium_breasts, black_eyes, full_body, partially_fingerless_gloves, high_heel_boots, mole_under_eye, thigh_strap, weapon |
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, bare_shoulders, black_dress, looking_at_viewer, solo, upper_body, cleavage, closed_mouth, holding_flower, jewelry, smile, white_flower, detached_sleeves, from_side, hair_ornament, long_sleeves, mole_on_breast, mole_under_eye, nail_polish, parted_lips, very_long_hair |
70
+ | 2 | 18 | ![](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, solo, black_one-piece_swimsuit, looking_at_viewer, bare_shoulders, cleavage, detached_sleeves, official_alternate_costume, casual_one-piece_swimsuit, parted_lips, thigh_strap, nail_polish, sitting, thighs, very_long_hair, covered_navel, hair_ornament, necklace, piercing, white_background, white_flower |
71
+
72
+ ### Table Version
73
+
74
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | bare_shoulders | black_dress | black_gloves | looking_at_viewer | white_background | closed_mouth | earrings | elbow_gloves | holding | ponytail | simple_background | sleeveless_dress | black_footwear | black_nails | infection_monitor_(arknights) | nail_polish | medium_breasts | black_eyes | full_body | partially_fingerless_gloves | high_heel_boots | mole_under_eye | thigh_strap | weapon | upper_body | cleavage | holding_flower | jewelry | smile | white_flower | detached_sleeves | from_side | hair_ornament | long_sleeves | mole_on_breast | parted_lips | very_long_hair | black_one-piece_swimsuit | official_alternate_costume | casual_one-piece_swimsuit | sitting | thighs | covered_navel | necklace | piercing |
75
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:-----------------|:--------------|:---------------|:--------------------|:-------------------|:---------------|:-----------|:---------------|:----------|:-----------|:--------------------|:-------------------|:-----------------|:--------------|:--------------------------------|:--------------|:-----------------|:-------------|:------------|:------------------------------|:------------------|:-----------------|:--------------|:---------|:-------------|:-----------|:-----------------|:----------|:--------|:---------------|:-------------------|:------------|:----------------|:---------------|:-----------------|:--------------|:-----------------|:---------------------------|:-----------------------------|:----------------------------|:----------|:---------|:----------------|:-----------|:-----------|
76
+ | 0 | 14 | ![](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 | | | | | | | | | | | | | | | | | | | | | |
77
+ | 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 | | | | | | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | |
78
+ | 2 | 18 | ![](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 | X | X | X | X | X | X | X | X | X |
79
 
dataset-512x512.zip → dataset-1200.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfa615be816ac82d0117a6d3680d321eb7662688e3e90009c23758051fb0b168
3
- size 11888486
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:491ad57ceee594d4d2d76186b9a2458c1c63b00905a48cfb762bfa6765f7d0e4
3
+ size 88151316
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a96258cdae16f92e189920c15ff36e7656d93840ca38be9129ea67d3c5be52c6
3
- size 24307938
 
 
 
 
dataset-512x704.zip → dataset-800.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:62c9f527c5c968041746426fb4b343c3536e34a0db8b81d22799422d574b8f69
3
- size 16646162
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75137289d8440f4e8cc2afd831e5442be1bf52bea04b4e574dfc320e1f4ce558
3
+ size 48457389
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:018e3c0f77b387669b03762c5e1a349e08c1ac605f34a8cf38b9903245fcc02d
3
- size 140606523
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:688dcb8a40071aac3c1b876d86d429b58e68208a6f7605fb4cda2a0ba4790bf3
3
- size 77073669
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:572011c5dc3486beb4ff298d385e9648d9e7d9c18f8d9953ba1f456fdb99109c
3
+ size 107420496
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9995e43fec3a608bf4142e0f3f023d5d2a9a490c47fae80eeb37e0c3415071e
3
- size 85602660
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9aecf4e5deb8584cb27e3e05f408bdefb934c4885ad863c5d2fa82a943bb061f
3
- size 51367054
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:11d0f718c0b95a6150a710469c170dc6745d40cc3838d8d2794f6b5fef8af73b
3
- size 65439988
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680dbad279b512f8e815bda47b00bb4600c3b13032a76f282159288751db20a6
3
+ size 169211179
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37ee354d2a09d5842ad8029f3b3817299e429bcbf3311f68aee2733923e5bc92
3
+ size 111314418
meta.json CHANGED
@@ -1,4 +1,149 @@
1
  {
2
- "name": "blacknight_arknights",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 53,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 14,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "bare_shoulders",
12
+ "black_dress",
13
+ "black_gloves",
14
+ "looking_at_viewer",
15
+ "white_background",
16
+ "closed_mouth",
17
+ "earrings",
18
+ "elbow_gloves",
19
+ "holding",
20
+ "ponytail",
21
+ "simple_background",
22
+ "sleeveless_dress",
23
+ "black_footwear",
24
+ "black_nails",
25
+ "infection_monitor_(arknights)",
26
+ "nail_polish",
27
+ "medium_breasts",
28
+ "black_eyes",
29
+ "full_body",
30
+ "partially_fingerless_gloves",
31
+ "high_heel_boots",
32
+ "mole_under_eye",
33
+ "thigh_strap",
34
+ "weapon"
35
+ ]
36
+ },
37
+ {
38
+ "id": 1,
39
+ "size": 5,
40
+ "tags": [
41
+ "1girl",
42
+ "bare_shoulders",
43
+ "black_dress",
44
+ "looking_at_viewer",
45
+ "solo",
46
+ "upper_body",
47
+ "cleavage",
48
+ "closed_mouth",
49
+ "holding_flower",
50
+ "jewelry",
51
+ "smile",
52
+ "white_flower",
53
+ "detached_sleeves",
54
+ "from_side",
55
+ "hair_ornament",
56
+ "long_sleeves",
57
+ "mole_on_breast",
58
+ "mole_under_eye",
59
+ "nail_polish",
60
+ "parted_lips",
61
+ "very_long_hair"
62
+ ]
63
+ },
64
+ {
65
+ "id": 2,
66
+ "size": 18,
67
+ "tags": [
68
+ "1girl",
69
+ "solo",
70
+ "black_one-piece_swimsuit",
71
+ "looking_at_viewer",
72
+ "bare_shoulders",
73
+ "cleavage",
74
+ "detached_sleeves",
75
+ "official_alternate_costume",
76
+ "casual_one-piece_swimsuit",
77
+ "parted_lips",
78
+ "thigh_strap",
79
+ "nail_polish",
80
+ "sitting",
81
+ "thighs",
82
+ "very_long_hair",
83
+ "covered_navel",
84
+ "hair_ornament",
85
+ "necklace",
86
+ "piercing",
87
+ "white_background",
88
+ "white_flower"
89
+ ]
90
+ }
91
+ ],
92
+ "core_tags": [
93
+ "long_hair",
94
+ "pointy_ears",
95
+ "black_hair",
96
+ "breasts",
97
+ "horns",
98
+ "blue_hair",
99
+ "multicolored_hair",
100
+ "bangs",
101
+ "streaked_hair",
102
+ "braid",
103
+ "large_breasts",
104
+ "hair_between_eyes",
105
+ "mole",
106
+ "two-tone_hair",
107
+ "brown_eyes"
108
+ ],
109
+ "display_name": "blacknight/ブラックナイト/夜半 (Arknights)",
110
+ "name": "blacknight (Arknights)",
111
+ "packages": {
112
+ "1200": {
113
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
114
+ "filename": "dataset-1200.zip",
115
+ "package_size": 88151316,
116
+ "size": 53,
117
+ "type": "IMG+TXT"
118
+ },
119
+ "800": {
120
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
121
+ "filename": "dataset-800.zip",
122
+ "package_size": 48457389,
123
+ "size": 53,
124
+ "type": "IMG+TXT"
125
+ },
126
+ "raw": {
127
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
128
+ "filename": "dataset-raw.zip",
129
+ "package_size": 107420496,
130
+ "size": 53,
131
+ "type": "Waifuc-Raw"
132
+ },
133
+ "stage3-p480-1200": {
134
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
135
+ "filename": "dataset-stage3-p480-1200.zip",
136
+ "package_size": 169211179,
137
+ "size": 138,
138
+ "type": "IMG+TXT"
139
+ },
140
+ "stage3-p480-800": {
141
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
142
+ "filename": "dataset-stage3-p480-800.zip",
143
+ "package_size": 111314418,
144
+ "size": 138,
145
+ "type": "IMG+TXT"
146
+ }
147
+ },
148
+ "version": "v1.5"
149
  }
dataset-384x512.zip → samples/0/clu0-sample0.png RENAMED
File without changes
dataset-640x640.zip → samples/0/clu0-sample1.png RENAMED
File without changes
samples/0/clu0-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 5298c6809b2c1e5793c157a2ae43e3aab396c6e2df8df8ffdd8e43708270126d
  • Pointer size: 131 Bytes
  • Size of remote file: 329 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

  • SHA256: 8daf904272ed87e4357f82645e419e3d469c9472324aa578eb5cd7f6ea295847
  • Pointer size: 131 Bytes
  • Size of remote file: 504 kB
samples/1/clu1-sample1.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 8641c41fa23c69b2b9a33991f9aa689bdcfb77111ce0d16534503a42525ca459
  • Pointer size: 131 Bytes
  • Size of remote file: 240 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

  • SHA256: 259d64fac7d9772cb2da779211238ef25ab4a5fa92dbacf66edec33e8385c7ca
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
samples/2/clu2-sample1.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 09288052fe4f365c6815816171f9ddc8a505d3378b209db0a8478224f10594d4
  • Pointer size: 131 Bytes
  • Size of remote file: 223 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 420ce6b738cb404d9c4d61c4b79c3d063418e962f29db87b253f0685bf65b092
  • Pointer size: 131 Bytes
  • Size of remote file: 220 kB