Datasets:

Size:
< 1K
Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo commited on
Commit
1b2cdcb
·
verified ·
1 Parent(s): f80d1fc

Publish character 'guichen (Azur Lane)' to repository, on 2024-01-13 22:49:28 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 guichen/ギシャン/吉尚 (Azur Lane)
13
+
14
+ This is the dataset of guichen/ギシャン/吉尚 (Azur Lane), containing 22 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, breasts, hat, large_breasts, white_headwear, witch_hat, earrings, bangs, purple_eyes, very_long_hair, blue_eyes, mole, white_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 | 22 | 38.86 MiB | [Download](https://huggingface.co/datasets/CyberHarem/guichen_azurlane/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 22 | 18.84 MiB | [Download](https://huggingface.co/datasets/CyberHarem/guichen_azurlane/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 52 | 39.55 MiB | [Download](https://huggingface.co/datasets/CyberHarem/guichen_azurlane/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 22 | 32.81 MiB | [Download](https://huggingface.co/datasets/CyberHarem/guichen_azurlane/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 52 | 62.81 MiB | [Download](https://huggingface.co/datasets/CyberHarem/guichen_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/guichen_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 | 22 | ![](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, solo, jewelry, looking_at_viewer, detached_sleeves, smile, white_dress, white_thighhighs, black_panties, crescent, thighs, navel, see-through, blush, witch |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | bare_shoulders | solo | jewelry | looking_at_viewer | detached_sleeves | smile | white_dress | white_thighhighs | black_panties | crescent | thighs | navel | see-through | blush | witch |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------------|:-------|:----------|:--------------------|:-------------------|:--------|:--------------|:-------------------|:----------------|:-----------|:---------|:--------|:--------------|:--------|:--------|
74
+ | 0 | 22 | ![](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 |
75
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67db6a9158d2c343f4fb5ccde6925d1c56f9153bcd8f6d52b61784b4b483d100
3
+ size 34405681
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9b1eb94c29eca561fb8a61aae14a45d8215b0dc2d60e15ebcc09eb9dae025e
3
+ size 19755467
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98fe2ab11370dc559848ce0cf5054b8414aaa7f905179a1212df0a78dee8a1fe
3
+ size 40746801
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f8546754756a48b3d0958505e374511883923b344b2afbf487d2376c10a3e2e
3
+ size 65860034
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5197c5fd17eab96a1cac38710186bf2e6d9bd7da56f70169d6364b12c0208552
3
+ size 41466921
meta.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 22,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 22,
8
+ "tags": [
9
+ "1girl",
10
+ "bare_shoulders",
11
+ "solo",
12
+ "jewelry",
13
+ "looking_at_viewer",
14
+ "detached_sleeves",
15
+ "smile",
16
+ "white_dress",
17
+ "white_thighhighs",
18
+ "black_panties",
19
+ "crescent",
20
+ "thighs",
21
+ "navel",
22
+ "see-through",
23
+ "blush",
24
+ "witch"
25
+ ]
26
+ }
27
+ ],
28
+ "core_tags": [
29
+ "long_hair",
30
+ "breasts",
31
+ "hat",
32
+ "large_breasts",
33
+ "white_headwear",
34
+ "witch_hat",
35
+ "earrings",
36
+ "bangs",
37
+ "purple_eyes",
38
+ "very_long_hair",
39
+ "blue_eyes",
40
+ "mole",
41
+ "white_hair"
42
+ ],
43
+ "display_name": "guichen/ギシャン/吉尚 (Azur Lane)",
44
+ "name": "guichen (Azur Lane)",
45
+ "packages": {
46
+ "1200": {
47
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
48
+ "filename": "dataset-1200.zip",
49
+ "package_size": 34405681,
50
+ "size": 22,
51
+ "type": "IMG+TXT"
52
+ },
53
+ "800": {
54
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
55
+ "filename": "dataset-800.zip",
56
+ "package_size": 19755467,
57
+ "size": 22,
58
+ "type": "IMG+TXT"
59
+ },
60
+ "raw": {
61
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
62
+ "filename": "dataset-raw.zip",
63
+ "package_size": 40746801,
64
+ "size": 22,
65
+ "type": "Waifuc-Raw"
66
+ },
67
+ "stage3-p480-1200": {
68
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
69
+ "filename": "dataset-stage3-p480-1200.zip",
70
+ "package_size": 65860034,
71
+ "size": 52,
72
+ "type": "IMG+TXT"
73
+ },
74
+ "stage3-p480-800": {
75
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
76
+ "filename": "dataset-stage3-p480-800.zip",
77
+ "package_size": 41466921,
78
+ "size": 52,
79
+ "type": "IMG+TXT"
80
+ }
81
+ },
82
+ "version": "v1.5"
83
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 9c8ab748d189bd1d1d9a9d0e3562d11e60cf44a151c24b0cb9b19e857f3521b3
  • Pointer size: 131 Bytes
  • Size of remote file: 342 kB