Datasets:

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

Publish character 'torricelli (Azur Lane)' to repository, on 2024-01-13 19:54:07 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,69 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of torricelli_azurlane
13
 
14
- This is the dataset of torricelli_azurlane, containing 28 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 | 28 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 71 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 28 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 28 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 28 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 28 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 28 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 71 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 71 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 71 | [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 torricelli/トリチェリ/托里拆利 (Azur Lane)
13
 
14
+ This is the dataset of torricelli/トリチェリ/托里拆利 (Azur Lane), containing 39 images and their tags.
15
+
16
+ The core tags of this character are `red_eyes, long_hair, green_hair, antenna_hair, hair_between_eyes, very_long_hair, dark_green_hair, bangs, goggles_on_head, breasts, diving_mask_on_head`, 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 | 39 | 55.20 MiB | [Download](https://huggingface.co/datasets/CyberHarem/torricelli_azurlane/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 39 | 30.42 MiB | [Download](https://huggingface.co/datasets/CyberHarem/torricelli_azurlane/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 95 | 64.05 MiB | [Download](https://huggingface.co/datasets/CyberHarem/torricelli_azurlane/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 39 | 48.30 MiB | [Download](https://huggingface.co/datasets/CyberHarem/torricelli_azurlane/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 95 | 93.40 MiB | [Download](https://huggingface.co/datasets/CyberHarem/torricelli_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/torricelli_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 | 11 | ![](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, @_@, looking_at_viewer, wetsuit, blush, one-piece_swimsuit, solo, highleg, thick_thighs, braid, diving_mask, open_mouth, simple_background, smile, white_background, leg_tattoo, thigh_strap, ringed_eyes, sitting, skindentation |
69
+ | 1 | 10 | ![](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, black_bikini, hat_flower, official_alternate_costume, straw_hat, sun_hat, @_@, blush, open_mouth, smile, solo, leg_tattoo, bare_shoulders, outdoors, red_flower, see-through, sky, turtle, barefoot, beach, day, feet, heart, sitting, soles, toes |
70
+
71
+ ### Table Version
72
+
73
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | @_@ | looking_at_viewer | wetsuit | blush | one-piece_swimsuit | solo | highleg | thick_thighs | braid | diving_mask | open_mouth | simple_background | smile | white_background | leg_tattoo | thigh_strap | ringed_eyes | sitting | skindentation | black_bikini | hat_flower | official_alternate_costume | straw_hat | sun_hat | bare_shoulders | outdoors | red_flower | see-through | sky | turtle | barefoot | beach | day | feet | heart | soles | toes |
74
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:------|:--------------------|:----------|:--------|:---------------------|:-------|:----------|:---------------|:--------|:--------------|:-------------|:--------------------|:--------|:-------------------|:-------------|:--------------|:--------------|:----------|:----------------|:---------------|:-------------|:-----------------------------|:------------|:----------|:-----------------|:-----------|:-------------|:--------------|:------|:---------|:-----------|:--------|:------|:-------|:--------|:--------|:-------|
75
+ | 0 | 11 | ![](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 | | | | | | | | | | | | | | | | | | |
76
+ | 1 | 10 | ![](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 | X | X | X | X | X |
77
 
dataset-640x640.zip → dataset-1200.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f6bbb50816556c132e92b135963b81c6d3b9a92603f6aa11addbe78cacd753ac
3
- size 10092428
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f26fdb28cce1d710569c000c5417e4c794860e034b0a00cb5c9b930025bdc7c
3
+ size 50649807
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4cb0e1cbc44f829b69b1cb7b6d23d04cc21ab9229d93bddbe475f1effb33eeaf
3
- size 13783435
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c9ea37be8e029e8874e8ba58173fbcd95ac2ab6462eb67adbb3ca193a7c07c1
3
+ size 31902072
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:76a55cd18e3688bc4087bc9996073dd4dec3defc2e568634d8102e6cb903096c
3
- size 90803349
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7530d08c8521002d9569c1da5613706418f8fdea4aed375214dce0947dec2e19
3
- size 69272542
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:027e503019ff7446436d62d15c393a08150f91d21378d793461d3c607a1c9af9
3
+ size 57885428
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a05c5e8215d062583f292f66e573f6080a4a6557fe34cdc3d773ea1f66877675
3
- size 49452110
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a22068851db33c7b3ccb59593c0a75b90a560cc8a6db3092eb47acc4f7866d8c
3
- size 34263495
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cc72d9422790a1a91af91e1dd61f9a08199118877fcb3c59c575c230c838bd25
3
- size 42443050
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53b16b172658062e2b632d6ab4d290e6551c54b1ed7f97f01de1a4bad4ef87a8
3
+ size 97933382
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dc7790f671a78453763d40e9e7004ba740c58a31acc56229ef4e05757d6016c
3
+ size 67161449
meta.json CHANGED
@@ -1,4 +1,117 @@
1
  {
2
- "name": "torricelli_azurlane",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 39,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 11,
8
+ "tags": [
9
+ "1girl",
10
+ "@_@",
11
+ "looking_at_viewer",
12
+ "wetsuit",
13
+ "blush",
14
+ "one-piece_swimsuit",
15
+ "solo",
16
+ "highleg",
17
+ "thick_thighs",
18
+ "braid",
19
+ "diving_mask",
20
+ "open_mouth",
21
+ "simple_background",
22
+ "smile",
23
+ "white_background",
24
+ "leg_tattoo",
25
+ "thigh_strap",
26
+ "ringed_eyes",
27
+ "sitting",
28
+ "skindentation"
29
+ ]
30
+ },
31
+ {
32
+ "id": 1,
33
+ "size": 10,
34
+ "tags": [
35
+ "1girl",
36
+ "black_bikini",
37
+ "hat_flower",
38
+ "official_alternate_costume",
39
+ "straw_hat",
40
+ "sun_hat",
41
+ "@_@",
42
+ "blush",
43
+ "open_mouth",
44
+ "smile",
45
+ "solo",
46
+ "leg_tattoo",
47
+ "bare_shoulders",
48
+ "outdoors",
49
+ "red_flower",
50
+ "see-through",
51
+ "sky",
52
+ "turtle",
53
+ "barefoot",
54
+ "beach",
55
+ "day",
56
+ "feet",
57
+ "heart",
58
+ "sitting",
59
+ "soles",
60
+ "toes"
61
+ ]
62
+ }
63
+ ],
64
+ "core_tags": [
65
+ "red_eyes",
66
+ "long_hair",
67
+ "green_hair",
68
+ "antenna_hair",
69
+ "hair_between_eyes",
70
+ "very_long_hair",
71
+ "dark_green_hair",
72
+ "bangs",
73
+ "goggles_on_head",
74
+ "breasts",
75
+ "diving_mask_on_head"
76
+ ],
77
+ "display_name": "torricelli/トリチェリ/托里拆利 (Azur Lane)",
78
+ "name": "torricelli (Azur Lane)",
79
+ "packages": {
80
+ "1200": {
81
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
82
+ "filename": "dataset-1200.zip",
83
+ "package_size": 50649807,
84
+ "size": 39,
85
+ "type": "IMG+TXT"
86
+ },
87
+ "800": {
88
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
89
+ "filename": "dataset-800.zip",
90
+ "package_size": 31902072,
91
+ "size": 39,
92
+ "type": "IMG+TXT"
93
+ },
94
+ "raw": {
95
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
96
+ "filename": "dataset-raw.zip",
97
+ "package_size": 57885428,
98
+ "size": 39,
99
+ "type": "Waifuc-Raw"
100
+ },
101
+ "stage3-p480-1200": {
102
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
103
+ "filename": "dataset-stage3-p480-1200.zip",
104
+ "package_size": 97933382,
105
+ "size": 95,
106
+ "type": "IMG+TXT"
107
+ },
108
+ "stage3-p480-800": {
109
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
110
+ "filename": "dataset-stage3-p480-800.zip",
111
+ "package_size": 67161449,
112
+ "size": 95,
113
+ "type": "IMG+TXT"
114
+ }
115
+ },
116
+ "version": "v1.5"
117
  }
dataset-384x512.zip → samples/0/clu0-sample0.png RENAMED
File without changes
dataset-512x512.zip → samples/0/clu0-sample1.png RENAMED
File without changes
dataset-512x704.zip → samples/0/clu0-sample2.png RENAMED
File without changes
samples/0/clu0-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 37c3e5c52f1a530d1c987757e993e506e6b93ccb5a4c5c7aaa7f6cd08c82868b
  • Pointer size: 131 Bytes
  • Size of remote file: 469 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

  • SHA256: 9871475092ad36953c059837ed7f27b441bc2e999a0d6dab0c69880c58923ae6
  • Pointer size: 131 Bytes
  • Size of remote file: 392 kB
samples/1/clu1-sample1.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 09d75adc08649277d9c5956de6df9109dfad8e44d165f94c6295317812b8367b
  • Pointer size: 131 Bytes
  • Size of remote file: 433 kB