Datasets:

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

Publish character 'odin (Azur Lane)' to repository, on 2024-01-13 19:30:23 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 odin/オーディン/奥丁 (Azur Lane)
13
+
14
+ This is the dataset of odin/オーディン/奥丁 (Azur Lane), containing 42 images and their tags.
15
+
16
+ The core tags of this character are `multicolored_hair, white_hair, red_hair, blue_eyes, long_hair, streaked_hair, hair_over_one_eye, hat, peaked_cap, military_hat, black_headwear, 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 | 42 | 70.58 MiB | [Download](https://huggingface.co/datasets/CyberHarem/odin_azurlane/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 42 | 35.91 MiB | [Download](https://huggingface.co/datasets/CyberHarem/odin_azurlane/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 92 | 74.33 MiB | [Download](https://huggingface.co/datasets/CyberHarem/odin_azurlane/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 42 | 61.10 MiB | [Download](https://huggingface.co/datasets/CyberHarem/odin_azurlane/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 92 | 111.20 MiB | [Download](https://huggingface.co/datasets/CyberHarem/odin_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/odin_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 | 42 | ![](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, looking_at_viewer, black_coat, iron_cross, breastplate, sword, open_coat, holding, sheath |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | looking_at_viewer | black_coat | iron_cross | breastplate | sword | open_coat | holding | sheath |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------------------|:-------------|:-------------|:--------------|:--------|:------------|:----------|:---------|
74
+ | 0 | 42 | ![](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 |
75
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d0bc0e67f47a34f93fc18b793ea8fba6b476795797f9bbeddba453ad3fab019
3
+ size 64068927
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6531e1b065504c402042be2795fd99bb60a6a337e6d949c6467bd618b346419f
3
+ size 37656148
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921678cab53fa95aaecbaf97d7b5e9fe3139e9cbbfdfac366ffe2a1139e075e1
3
+ size 74013206
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd27294d1cca8882eacd77cd6694f95b9fe7f6383bbec76980e27d9665e7842
3
+ size 116606891
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbd9c653a59a35baf932758a9c841ed1c5f34b923c44c56966d4814d19cbf1d
3
+ size 77938849
meta.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 42,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 42,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "looking_at_viewer",
12
+ "black_coat",
13
+ "iron_cross",
14
+ "breastplate",
15
+ "sword",
16
+ "open_coat",
17
+ "holding",
18
+ "sheath"
19
+ ]
20
+ }
21
+ ],
22
+ "core_tags": [
23
+ "multicolored_hair",
24
+ "white_hair",
25
+ "red_hair",
26
+ "blue_eyes",
27
+ "long_hair",
28
+ "streaked_hair",
29
+ "hair_over_one_eye",
30
+ "hat",
31
+ "peaked_cap",
32
+ "military_hat",
33
+ "black_headwear",
34
+ "breasts"
35
+ ],
36
+ "display_name": "odin/オーディン/奥丁 (Azur Lane)",
37
+ "name": "odin (Azur Lane)",
38
+ "packages": {
39
+ "1200": {
40
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
41
+ "filename": "dataset-1200.zip",
42
+ "package_size": 64068927,
43
+ "size": 42,
44
+ "type": "IMG+TXT"
45
+ },
46
+ "800": {
47
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
48
+ "filename": "dataset-800.zip",
49
+ "package_size": 37656148,
50
+ "size": 42,
51
+ "type": "IMG+TXT"
52
+ },
53
+ "raw": {
54
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
55
+ "filename": "dataset-raw.zip",
56
+ "package_size": 74013206,
57
+ "size": 42,
58
+ "type": "Waifuc-Raw"
59
+ },
60
+ "stage3-p480-1200": {
61
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
62
+ "filename": "dataset-stage3-p480-1200.zip",
63
+ "package_size": 116606891,
64
+ "size": 92,
65
+ "type": "IMG+TXT"
66
+ },
67
+ "stage3-p480-800": {
68
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
69
+ "filename": "dataset-stage3-p480-800.zip",
70
+ "package_size": 77938849,
71
+ "size": 92,
72
+ "type": "IMG+TXT"
73
+ }
74
+ },
75
+ "version": "v1.5"
76
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: bb89fb243fdbb1942abf4f269379fb8bb96a4f1800a446ba97f4b5beafcf95b5
  • Pointer size: 131 Bytes
  • Size of remote file: 503 kB