narugo commited on
Commit
8e8a6eb
1 Parent(s): b32934d

Publish character 'ebisu_eika (Touhou)' to repository, on 2024-01-15 09:46:52 UTC

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ebisu_eika (Touhou)
13
+
14
+ This is the dataset of ebisu_eika (Touhou), containing 132 images and their tags.
15
+
16
+ The core tags of this character are `bangs, long_hair, red_eyes, blonde_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 | 132 | 122.76 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ebisu_eika_touhou/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 132 | 81.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ebisu_eika_touhou/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 266 | 155.30 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ebisu_eika_touhou/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 132 | 112.74 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ebisu_eika_touhou/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 266 | 196.82 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ebisu_eika_touhou/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/ebisu_eika_touhou',
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 | 8 | ![](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, barefoot, frilled_shirt, frilled_skirt, full_body, long_earlobes, looking_at_viewer, puffy_short_sleeves, skirt_set, solo, white_shirt, white_skirt, blouse, brown_eyes, rock, simple_background, sitting, stone, white_background, dark-skinned_female, open_mouth, toes, :d, blush_stickers, feet, medium_hair |
69
+ | 1 | 5 | ![](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, long_earlobes, open_mouth, puffy_short_sleeves, solo, white_shirt, frilled_shirt, looking_at_viewer, rock, stone, white_skirt, :d, blush, holding, jellyfish, skirt_set, upper_body |
70
+ | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | 1girl, long_earlobes, puffy_short_sleeves, solo, upper_body, dress, open_mouth, simple_background, white_shirt, looking_at_viewer, white_background, blush_stickers, brown_eyes, grey_hair |
71
+
72
+ ### Table Version
73
+
74
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | barefoot | frilled_shirt | frilled_skirt | full_body | long_earlobes | looking_at_viewer | puffy_short_sleeves | skirt_set | solo | white_shirt | white_skirt | blouse | brown_eyes | rock | simple_background | sitting | stone | white_background | dark-skinned_female | open_mouth | toes | :d | blush_stickers | feet | medium_hair | blush | holding | jellyfish | upper_body | dress | grey_hair |
75
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------|:----------------|:----------------|:------------|:----------------|:--------------------|:----------------------|:------------|:-------|:--------------|:--------------|:---------|:-------------|:-------|:--------------------|:----------|:--------|:-------------------|:----------------------|:-------------|:-------|:-----|:-----------------|:-------|:--------------|:--------|:----------|:------------|:-------------|:--------|:------------|
76
+ | 0 | 8 | ![](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 | X | X | X | X | X | X | | | | | | |
77
+ | 1 | 5 | ![](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 | | |
78
+ | 2 | 5 | ![](samples/2/clu2-sample0.png) | ![](samples/2/clu2-sample1.png) | ![](samples/2/clu2-sample2.png) | ![](samples/2/clu2-sample3.png) | ![](samples/2/clu2-sample4.png) | X | | | | | X | X | X | | X | X | | | X | | X | | | X | | X | | | X | | | | | | X | X | X |
79
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a62138e6672f45aaeeefeeed51d97511f5f224256ca31c193836b6857250b74
3
+ size 118219960
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec719519e22992b2e8384a83819e092371c32a0af5f4133d4a8755a27d744e1
3
+ size 85091238
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70fc1881ebe2150325f3c8ab0ec0b3816a58ebc80095ccd69f655bd966202a44
3
+ size 128727872
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be40709ae621cf180a568820599003c443039b906d072316fbc44fde5785df03
3
+ size 206375794
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf341d4346df43cf8299051943e99c8ad5b5a0fcf77cac0fa57bf755a0ad8b3
3
+ size 162847572
meta.json ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 132,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 8,
8
+ "tags": [
9
+ "1girl",
10
+ "barefoot",
11
+ "frilled_shirt",
12
+ "frilled_skirt",
13
+ "full_body",
14
+ "long_earlobes",
15
+ "looking_at_viewer",
16
+ "puffy_short_sleeves",
17
+ "skirt_set",
18
+ "solo",
19
+ "white_shirt",
20
+ "white_skirt",
21
+ "blouse",
22
+ "brown_eyes",
23
+ "rock",
24
+ "simple_background",
25
+ "sitting",
26
+ "stone",
27
+ "white_background",
28
+ "dark-skinned_female",
29
+ "open_mouth",
30
+ "toes",
31
+ ":d",
32
+ "blush_stickers",
33
+ "feet",
34
+ "medium_hair"
35
+ ]
36
+ },
37
+ {
38
+ "id": 1,
39
+ "size": 5,
40
+ "tags": [
41
+ "1girl",
42
+ "long_earlobes",
43
+ "open_mouth",
44
+ "puffy_short_sleeves",
45
+ "solo",
46
+ "white_shirt",
47
+ "frilled_shirt",
48
+ "looking_at_viewer",
49
+ "rock",
50
+ "stone",
51
+ "white_skirt",
52
+ ":d",
53
+ "blush",
54
+ "holding",
55
+ "jellyfish",
56
+ "skirt_set",
57
+ "upper_body"
58
+ ]
59
+ },
60
+ {
61
+ "id": 2,
62
+ "size": 5,
63
+ "tags": [
64
+ "1girl",
65
+ "long_earlobes",
66
+ "puffy_short_sleeves",
67
+ "solo",
68
+ "upper_body",
69
+ "dress",
70
+ "open_mouth",
71
+ "simple_background",
72
+ "white_shirt",
73
+ "looking_at_viewer",
74
+ "white_background",
75
+ "blush_stickers",
76
+ "brown_eyes",
77
+ "grey_hair"
78
+ ]
79
+ }
80
+ ],
81
+ "core_tags": [
82
+ "bangs",
83
+ "long_hair",
84
+ "red_eyes",
85
+ "blonde_hair"
86
+ ],
87
+ "display_name": "ebisu_eika (Touhou)",
88
+ "name": "ebisu_eika (Touhou)",
89
+ "packages": {
90
+ "1200": {
91
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
92
+ "filename": "dataset-1200.zip",
93
+ "package_size": 118219960,
94
+ "size": 132,
95
+ "type": "IMG+TXT"
96
+ },
97
+ "800": {
98
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
99
+ "filename": "dataset-800.zip",
100
+ "package_size": 85091238,
101
+ "size": 132,
102
+ "type": "IMG+TXT"
103
+ },
104
+ "raw": {
105
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
106
+ "filename": "dataset-raw.zip",
107
+ "package_size": 128727872,
108
+ "size": 132,
109
+ "type": "Waifuc-Raw"
110
+ },
111
+ "stage3-p480-1200": {
112
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
113
+ "filename": "dataset-stage3-p480-1200.zip",
114
+ "package_size": 206375794,
115
+ "size": 266,
116
+ "type": "IMG+TXT"
117
+ },
118
+ "stage3-p480-800": {
119
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
120
+ "filename": "dataset-stage3-p480-800.zip",
121
+ "package_size": 162847572,
122
+ "size": 266,
123
+ "type": "IMG+TXT"
124
+ }
125
+ },
126
+ "version": "v1.5"
127
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 9815ca59f4b9856c317aeba80142054a159cdef38efe707071ce7cfa0e01c63a
  • Pointer size: 131 Bytes
  • Size of remote file: 326 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 8864834bf4a2a2983195865bcf03b6e45a21eaf00631563980cbb5f5e9ee0109
  • Pointer size: 131 Bytes
  • Size of remote file: 472 kB
samples/2/clu2-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: f908a3f74ddd857294dcee0cb7087aa0e19d6a585c762e6093f4cfc951da7d07
  • Pointer size: 131 Bytes
  • Size of remote file: 242 kB