narugo commited on
Commit
74367c9
1 Parent(s): ec4b3de

Publish character 'amaia_arknights' to repository, on 2024-05-11 01:38:24 CST

Browse files
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Amaia/アマイア/阿玛雅 (Arknights)
13
+
14
+ This is the dataset of Amaia/アマイア/阿玛雅 (Arknights), containing 25 images and their tags.
15
+
16
+ The core tags of this character are `black_hair, black_headwear, earrings, hat, short_hair, grey_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 | Images-others | Images-head |
23
+ |:-----------------|---------:|:----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------|:----------------|:--------------|
24
+ | raw | 25 | 57.62 MiB | [Download](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | -- | -- |
25
+ | stage3-p180-1200 | 68 | 86.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/dataset-stage3-p180-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 180x180 pixels. | 39 | 29 |
26
+
27
+ ### Load Raw Dataset with Waifuc
28
+
29
+ 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
30
+
31
+ ```python
32
+ import os
33
+ import zipfile
34
+
35
+ from huggingface_hub import hf_hub_download
36
+ from waifuc.source import LocalSource
37
+
38
+ # download raw archive file
39
+ zip_file = hf_hub_download(
40
+ repo_id='CyberHarem/amaia_arknights',
41
+ repo_type='dataset',
42
+ filename='dataset-raw.zip',
43
+ )
44
+
45
+ # extract files to your directory
46
+ dataset_dir = 'dataset_dir'
47
+ os.makedirs(dataset_dir, exist_ok=True)
48
+ with zipfile.ZipFile(zip_file, 'r') as zf:
49
+ zf.extractall(dataset_dir)
50
+
51
+ # load the dataset with waifuc
52
+ source = LocalSource(dataset_dir)
53
+ for item in source:
54
+ print(item.image, item.meta['filename'], item.meta['tags'])
55
+ ```
56
+
57
+ ## List of Clusters
58
+
59
+ List of tag clustering result, maybe some outfits can be mined here.
60
+
61
+ ### Raw Text Version
62
+
63
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
64
+ |----:|----------:|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
65
+ | 0 | 9 | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample4.png) | long_sleeves, solo, white_shirt, black_footwear, full_body, holding_cane, black_skirt, flower, standing, high_heels, 1boy, male_focus, necklace, 1girl, black_jacket, choker, dutch_angle, looking_at_viewer, outdoors |
66
+ | 1 | 8 | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample4.png) | 1boy, long_sleeves, looking_at_viewer, male_focus, necklace, solo, white_shirt, black_choker, parted_lips, black_pants, dutch_angle, flower, ring, black_jacket, cowboy_shot, gloves, holding |
67
+ | 2 | 8 | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample4.png) | black_choker, looking_at_viewer, necklace, white_shirt, 1girl, solo, upper_body, black_jacket, parted_lips, 1boy, male_focus, mole_under_eye, white_flower |
68
+
69
+ ### Table Version
70
+
71
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | long_sleeves | solo | white_shirt | black_footwear | full_body | holding_cane | black_skirt | flower | standing | high_heels | 1boy | male_focus | necklace | 1girl | black_jacket | choker | dutch_angle | looking_at_viewer | outdoors | black_choker | parted_lips | black_pants | ring | cowboy_shot | gloves | holding | upper_body | mole_under_eye | white_flower |
72
+ |----:|----------:|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:---------------|:-------|:--------------|:-----------------|:------------|:---------------|:--------------|:---------|:-----------|:-------------|:-------|:-------------|:-----------|:--------|:---------------|:---------|:--------------|:--------------------|:-----------|:---------------|:--------------|:--------------|:-------|:--------------|:---------|:----------|:-------------|:-----------------|:---------------|
73
+ | 0 | 9 | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | |
74
+ | 1 | 8 | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/1/clu1-sample4.png) | X | X | X | | | | | X | | | X | X | X | | X | | X | X | | X | X | X | X | X | X | X | | | |
75
+ | 2 | 8 | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/amaia_arknights/resolve/main/samples/2/clu2-sample4.png) | | X | X | | | | | | | | X | X | X | X | X | | | X | | X | X | | | | | | X | X | X |
76
+
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f75350108ff9def24f2afa7a0c5667ae8075abd0461a0074fd7df2bf5be1144
3
+ size 60419725
dataset-stage3-p180-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74cf8e2d171541ad1eb46267555f5a48f8fe4dbdee2526d6bf10ccb1a5202ff3
3
+ size 90426945
meta.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 25,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 9,
8
+ "tags": [
9
+ "long_sleeves",
10
+ "solo",
11
+ "white_shirt",
12
+ "black_footwear",
13
+ "full_body",
14
+ "holding_cane",
15
+ "black_skirt",
16
+ "flower",
17
+ "standing",
18
+ "high_heels",
19
+ "1boy",
20
+ "male_focus",
21
+ "necklace",
22
+ "1girl",
23
+ "black_jacket",
24
+ "choker",
25
+ "dutch_angle",
26
+ "looking_at_viewer",
27
+ "outdoors"
28
+ ]
29
+ },
30
+ {
31
+ "id": 1,
32
+ "size": 8,
33
+ "tags": [
34
+ "1boy",
35
+ "long_sleeves",
36
+ "looking_at_viewer",
37
+ "male_focus",
38
+ "necklace",
39
+ "solo",
40
+ "white_shirt",
41
+ "black_choker",
42
+ "parted_lips",
43
+ "black_pants",
44
+ "dutch_angle",
45
+ "flower",
46
+ "ring",
47
+ "black_jacket",
48
+ "cowboy_shot",
49
+ "gloves",
50
+ "holding"
51
+ ]
52
+ },
53
+ {
54
+ "id": 2,
55
+ "size": 8,
56
+ "tags": [
57
+ "black_choker",
58
+ "looking_at_viewer",
59
+ "necklace",
60
+ "white_shirt",
61
+ "1girl",
62
+ "solo",
63
+ "upper_body",
64
+ "black_jacket",
65
+ "parted_lips",
66
+ "1boy",
67
+ "male_focus",
68
+ "mole_under_eye",
69
+ "white_flower"
70
+ ]
71
+ }
72
+ ],
73
+ "core_tags": [
74
+ "black_hair",
75
+ "black_headwear",
76
+ "earrings",
77
+ "hat",
78
+ "short_hair",
79
+ "grey_eyes"
80
+ ],
81
+ "display_name": "Amaia/アマイア/阿玛雅 (Arknights)",
82
+ "name": "amaia_arknights",
83
+ "packages": {
84
+ "raw": {
85
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
86
+ "filename": "dataset-raw.zip",
87
+ "package_size": 60419725,
88
+ "size": 25,
89
+ "sub_sizes": {},
90
+ "type": "Waifuc-Raw"
91
+ },
92
+ "stage3-p180-1200": {
93
+ "description": "3-stage cropped dataset with the area not less than 180x180 pixels.",
94
+ "filename": "dataset-stage3-p180-1200.zip",
95
+ "package_size": 90426945,
96
+ "size": 68,
97
+ "sub_sizes": {
98
+ "head": 29,
99
+ "others": 39
100
+ },
101
+ "type": "IMG+TXT"
102
+ }
103
+ },
104
+ "version": "v1.6-alpha0"
105
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 49ddc6fb4ef9fb9d50dde6ba97a166849c7ee64f4df242e8f1941ab7194f1412
  • Pointer size: 131 Bytes
  • Size of remote file: 513 kB
samples/0/clu0-sample3.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 8d84f5c9f00447da8feccc5d1a553e0a9a819a850235f20938e24ae0748a530c
  • Pointer size: 131 Bytes
  • Size of remote file: 567 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: cd5cf6146020192c39f2fcb8a817b489e67ca5c910f797179daa5a1a98f993aa
  • Pointer size: 131 Bytes
  • Size of remote file: 491 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

  • SHA256: 97ff7eb91e061254f26dd6cd3c6bc071dccf2cf3909863a23b2c530c06bb2847
  • Pointer size: 131 Bytes
  • Size of remote file: 204 kB
samples/2/clu2-sample1.png ADDED

Git LFS Details

  • SHA256: 7f9f622a4248aa4dff863276215a40f4586a6386b2b898053802f15f60d45969
  • Pointer size: 131 Bytes
  • Size of remote file: 320 kB
samples/2/clu2-sample2.png ADDED

Git LFS Details

  • SHA256: 6ba27a8e27c721534ee212cea44df234c4396c53b55745b247c47ce5f8144737
  • Pointer size: 131 Bytes
  • Size of remote file: 358 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

  • SHA256: 188c23f50f0c2a5415e11c7be4e82c0a2000bb86e2d0d072882e7ae7ddc119ad
  • Pointer size: 131 Bytes
  • Size of remote file: 492 kB
samples/2/clu2-sample4.png ADDED

Git LFS Details

  • SHA256: a9a17e42650e4f0d526821818eef70066efc5a786212fb4b6a72644854d94b38
  • Pointer size: 131 Bytes
  • Size of remote file: 442 kB