narugo1992
commited on
Publish character 'blacknight (Arknights)' to repository, on 2024-01-11 09:48:04 UTC
Browse files- README.md +63 -14
- dataset-512x512.zip → dataset-1200.zip +2 -2
- dataset-640x880.zip +0 -3
- dataset-512x704.zip → dataset-800.zip +2 -2
- dataset-raw-stage3.zip +0 -3
- dataset-raw.zip +2 -2
- dataset-stage3-1200.zip +0 -3
- dataset-stage3-640.zip +0 -3
- dataset-stage3-800.zip +0 -3
- dataset-stage3-p480-1200.zip +3 -0
- dataset-stage3-p480-800.zip +3 -0
- meta.json +147 -2
- dataset-384x512.zip → samples/0/clu0-sample0.png +2 -2
- dataset-640x640.zip → samples/0/clu0-sample1.png +2 -2
- samples/0/clu0-sample2.png +3 -0
- samples/0/clu0-sample3.png +3 -0
- samples/0/clu0-sample4.png +3 -0
- samples/1/clu1-sample0.png +3 -0
- samples/1/clu1-sample1.png +3 -0
- samples/1/clu1-sample2.png +3 -0
- samples/1/clu1-sample3.png +3 -0
- samples/1/clu1-sample4.png +3 -0
- samples/2/clu2-sample0.png +3 -0
- samples/2/clu2-sample1.png +3 -0
- samples/2/clu2-sample2.png +3 -0
- samples/2/clu2-sample3.png +3 -0
- samples/2/clu2-sample4.png +3 -0
README.md
CHANGED
@@ -9,22 +9,71 @@ size_categories:
|
|
9 |
- n<1K
|
10 |
---
|
11 |
|
12 |
-
# Dataset of
|
13 |
|
14 |
-
This is the dataset of
|
|
|
|
|
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 |
-
|
19 |
-
|
20 |
-
|
|
21 |
-
|
22 |
-
|
|
23 |
-
|
|
24 |
-
|
|
25 |
-
|
|
26 |
-
|
|
27 |
-
|
28 |
-
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |  |  |  |  |  | 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 |  |  |  |  |  | 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 |  |  |  |  |  | 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 |  |  |  |  |  | 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 |  |  |  |  |  | X | X | X | X | | X | | X | | | | | | | | | | X | | | | | | X | | | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | |
|
78 |
+
| 2 | 18 |  |  |  |  |  | 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:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
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:
|
3 |
-
size
|
|
|
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 |
-
"
|
3 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
samples/0/clu0-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/0/clu0-sample4.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample4.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample4.png
ADDED
![]() |
Git LFS Details
|