Publish character 'aoba (Azur Lane)' to repository, on 2024-01-13 19:24:52 UTC
Browse files- README.md +75 -0
- dataset-1200.zip +3 -0
- dataset-800.zip +3 -0
- dataset-raw.zip +3 -0
- dataset-stage3-p480-1200.zip +3 -0
- dataset-stage3-p480-800.zip +3 -0
- meta.json +84 -0
- samples/0/clu0-sample0.png +3 -0
- samples/0/clu0-sample1.png +3 -0
- samples/0/clu0-sample2.png +3 -0
- samples/0/clu0-sample3.png +3 -0
- samples/0/clu0-sample4.png +3 -0
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 aoba/青葉/青叶 (Azur Lane)
|
13 |
+
|
14 |
+
This is the dataset of aoba/青葉/青叶 (Azur Lane), containing 10 images and their tags.
|
15 |
+
|
16 |
+
The core tags of this character are `long_hair, bangs, aqua_hair, breasts, brown_eyes, animal_ears, twintails, medium_breasts, blue_hair, earrings, hair_between_eyes, large_breasts`, 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 | 10 | 8.17 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aoba_azurlane/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
|
25 |
+
| 800 | 10 | 5.58 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aoba_azurlane/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
|
26 |
+
| stage3-p480-800 | 19 | 9.94 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aoba_azurlane/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
|
27 |
+
| 1200 | 10 | 7.47 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aoba_azurlane/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
|
28 |
+
| stage3-p480-1200 | 19 | 13.00 MiB | [Download](https://huggingface.co/datasets/CyberHarem/aoba_azurlane/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/aoba_azurlane',
|
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 | 10 | ![](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, smile, solo, cleavage, looking_at_viewer, open_jacket, pleated_skirt, black_shirt, simple_background, white_skirt, black_jacket, blush, collarbone, white_background, holding_pen, jewelry, miniskirt, open_mouth |
|
69 |
+
|
70 |
+
### Table Version
|
71 |
+
|
72 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | smile | solo | cleavage | looking_at_viewer | open_jacket | pleated_skirt | black_shirt | simple_background | white_skirt | black_jacket | blush | collarbone | white_background | holding_pen | jewelry | miniskirt | open_mouth |
|
73 |
+
|----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:-------|:-----------|:--------------------|:--------------|:----------------|:--------------|:--------------------|:--------------|:---------------|:--------|:-------------|:-------------------|:--------------|:----------|:------------|:-------------|
|
74 |
+
| 0 | 10 | ![](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 |
|
75 |
+
|
dataset-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1679ec743645aa06506bd6fccbcac704b902e571a7e7d722b88139dfd6ada5d
|
3 |
+
size 7831178
|
dataset-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a3d1a84b12092f030e25c743b07469a9bcac434787d4c1614b0a2474cc0ce323
|
3 |
+
size 5852114
|
dataset-raw.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f50d9318d2ebcac432e7c081edafa68b27cb7423c7e05b2317ac6efb4d6630d
|
3 |
+
size 8566409
|
dataset-stage3-p480-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:867a7574fe732bf939363067062f95263b451aabc16bf3daf9e3c36c15ef61c9
|
3 |
+
size 13636339
|
dataset-stage3-p480-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:103af61399553f6be7877ed97fb23085e0766cbaec993075f6e2ddc3507aa755
|
3 |
+
size 10424102
|
meta.json
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bangumi": null,
|
3 |
+
"base_size": 10,
|
4 |
+
"clusters": [
|
5 |
+
{
|
6 |
+
"id": 0,
|
7 |
+
"size": 10,
|
8 |
+
"tags": [
|
9 |
+
"1girl",
|
10 |
+
"smile",
|
11 |
+
"solo",
|
12 |
+
"cleavage",
|
13 |
+
"looking_at_viewer",
|
14 |
+
"open_jacket",
|
15 |
+
"pleated_skirt",
|
16 |
+
"black_shirt",
|
17 |
+
"simple_background",
|
18 |
+
"white_skirt",
|
19 |
+
"black_jacket",
|
20 |
+
"blush",
|
21 |
+
"collarbone",
|
22 |
+
"white_background",
|
23 |
+
"holding_pen",
|
24 |
+
"jewelry",
|
25 |
+
"miniskirt",
|
26 |
+
"open_mouth"
|
27 |
+
]
|
28 |
+
}
|
29 |
+
],
|
30 |
+
"core_tags": [
|
31 |
+
"long_hair",
|
32 |
+
"bangs",
|
33 |
+
"aqua_hair",
|
34 |
+
"breasts",
|
35 |
+
"brown_eyes",
|
36 |
+
"animal_ears",
|
37 |
+
"twintails",
|
38 |
+
"medium_breasts",
|
39 |
+
"blue_hair",
|
40 |
+
"earrings",
|
41 |
+
"hair_between_eyes",
|
42 |
+
"large_breasts"
|
43 |
+
],
|
44 |
+
"display_name": "aoba/青葉/青叶 (Azur Lane)",
|
45 |
+
"name": "aoba (Azur Lane)",
|
46 |
+
"packages": {
|
47 |
+
"1200": {
|
48 |
+
"description": "dataset with the shorter side not exceeding 1200 pixels.",
|
49 |
+
"filename": "dataset-1200.zip",
|
50 |
+
"package_size": 7831178,
|
51 |
+
"size": 10,
|
52 |
+
"type": "IMG+TXT"
|
53 |
+
},
|
54 |
+
"800": {
|
55 |
+
"description": "dataset with the shorter side not exceeding 800 pixels.",
|
56 |
+
"filename": "dataset-800.zip",
|
57 |
+
"package_size": 5852114,
|
58 |
+
"size": 10,
|
59 |
+
"type": "IMG+TXT"
|
60 |
+
},
|
61 |
+
"raw": {
|
62 |
+
"description": "Raw data with meta information (min edge aligned to 1400 if larger).",
|
63 |
+
"filename": "dataset-raw.zip",
|
64 |
+
"package_size": 8566409,
|
65 |
+
"size": 10,
|
66 |
+
"type": "Waifuc-Raw"
|
67 |
+
},
|
68 |
+
"stage3-p480-1200": {
|
69 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
70 |
+
"filename": "dataset-stage3-p480-1200.zip",
|
71 |
+
"package_size": 13636339,
|
72 |
+
"size": 19,
|
73 |
+
"type": "IMG+TXT"
|
74 |
+
},
|
75 |
+
"stage3-p480-800": {
|
76 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
77 |
+
"filename": "dataset-stage3-p480-800.zip",
|
78 |
+
"package_size": 10424102,
|
79 |
+
"size": 19,
|
80 |
+
"type": "IMG+TXT"
|
81 |
+
}
|
82 |
+
},
|
83 |
+
"version": "v1.5"
|
84 |
+
}
|
samples/0/clu0-sample0.png
ADDED
Git LFS Details
|
samples/0/clu0-sample1.png
ADDED
Git LFS Details
|
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
|