Datasets:

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

Publish character 'wind_chimes (Arknights)' to repository, on 2024-01-11 12:08:26 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 wind_chimes/ウィンドチャイム/铎铃 (Arknights)
13
+
14
+ This is the dataset of wind_chimes/ウィンドチャイム/铎铃 (Arknights), containing 12 images and their tags.
15
+
16
+ The core tags of this character are `breasts, horns, animal_ears, long_hair, bangs, black_hair, cow_ears, cow_horns, brown_hair, large_breasts, multicolored_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 | 12 | 18.77 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wind_chimes_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 12 | 9.89 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wind_chimes_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 31 | 22.29 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wind_chimes_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 12 | 15.78 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wind_chimes_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 31 | 31.79 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wind_chimes_arknights/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/wind_chimes_arknights',
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 | 12 | ![](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, navel, crop_top, jacket, midriff, simple_background, smile, bare_shoulders, belt, white_background, white_shirt, black_shorts, fingerless_gloves, open_mouth, sleeveless_shirt, standing |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | looking_at_viewer | navel | crop_top | jacket | midriff | simple_background | smile | bare_shoulders | belt | white_background | white_shirt | black_shorts | fingerless_gloves | open_mouth | sleeveless_shirt | standing |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------------------|:--------|:-----------|:---------|:----------|:--------------------|:--------|:-----------------|:-------|:-------------------|:--------------|:---------------|:--------------------|:-------------|:-------------------|:-----------|
74
+ | 0 | 12 | ![](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:c54f3e07a8806f0866727ff08bf561ff842246b5a010d5895e513b70f1fbe04e
3
+ size 16547203
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41cd6df64986f9cd682c3b8ff7dae7e57c8ba35b411976c74c612289b2803a54
3
+ size 10369292
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96700db5a0e15e13332a2857d5770a81f0b871ee2ba8d2ef7d5b7f7485bf9de5
3
+ size 19685917
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94af4df3a7a937e7fa4f6a0a3851c53a6319427660652579aa28765b3a7f7b9a
3
+ size 33329104
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b09f714e8def4321a35a6b4ca432aae1350a3c92765d438efdedb27710c522c
3
+ size 23370001
meta.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 12,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 12,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "looking_at_viewer",
12
+ "navel",
13
+ "crop_top",
14
+ "jacket",
15
+ "midriff",
16
+ "simple_background",
17
+ "smile",
18
+ "bare_shoulders",
19
+ "belt",
20
+ "white_background",
21
+ "white_shirt",
22
+ "black_shorts",
23
+ "fingerless_gloves",
24
+ "open_mouth",
25
+ "sleeveless_shirt",
26
+ "standing"
27
+ ]
28
+ }
29
+ ],
30
+ "core_tags": [
31
+ "breasts",
32
+ "horns",
33
+ "animal_ears",
34
+ "long_hair",
35
+ "bangs",
36
+ "black_hair",
37
+ "cow_ears",
38
+ "cow_horns",
39
+ "brown_hair",
40
+ "large_breasts",
41
+ "multicolored_hair"
42
+ ],
43
+ "display_name": "wind_chimes/ウィンドチャイム/铎铃 (Arknights)",
44
+ "name": "wind_chimes (Arknights)",
45
+ "packages": {
46
+ "1200": {
47
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
48
+ "filename": "dataset-1200.zip",
49
+ "package_size": 16547203,
50
+ "size": 12,
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": 10369292,
57
+ "size": 12,
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": 19685917,
64
+ "size": 12,
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": 33329104,
71
+ "size": 31,
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": 23370001,
78
+ "size": 31,
79
+ "type": "IMG+TXT"
80
+ }
81
+ },
82
+ "version": "v1.5"
83
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 854ad7ac7d1485950768dce71971fa04739c21d41364012c2c863911f77680ac
  • Pointer size: 131 Bytes
  • Size of remote file: 445 kB