narugo commited on
Commit
e748a95
1 Parent(s): b7807c6

Publish character 'qiqi (Genshin Impact)' to repository, on 2024-01-10 20:28:46 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,73 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of qiqi_genshin
13
 
14
- This is the dataset of qiqi_genshin, containing 200 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 | 200 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 492 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 200 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 200 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 200 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 200 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 200 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 492 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 492 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 492 | [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 qiqi/七七/七七 (Genshin Impact)
13
 
14
+ This is the dataset of qiqi/七七/七七 (Genshin Impact), containing 500 images and their tags.
15
+
16
+ The core tags of this character are `purple_hair, bangs, hat, purple_eyes, hair_ornament, long_hair, coin_hair_ornament, braid, hair_between_eyes, single_braid, purple_headwear, sidelocks`, 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 | 500 | 929.46 MiB | [Download](https://huggingface.co/datasets/CyberHarem/qiqi_genshin/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 500 | 446.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/qiqi_genshin/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 1324 | 1.02 GiB | [Download](https://huggingface.co/datasets/CyberHarem/qiqi_genshin/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 500 | 782.57 MiB | [Download](https://huggingface.co/datasets/CyberHarem/qiqi_genshin/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 1324 | 1.59 GiB | [Download](https://huggingface.co/datasets/CyberHarem/qiqi_genshin/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/qiqi_genshin',
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, bead_necklace, cape, chinese_clothes, jiangshi, long_sleeves, looking_at_viewer, low_ponytail, ofuda, qing_guanmao, solo, white_thighhighs, wide_sleeves, bandaged_leg, shorts, zettai_ryouiki, braided_ponytail, parted_lips, vision_(genshin_impact), simple_background, earrings, yin_yang_orb, white_background |
69
+ | 1 | 23 | ![](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, bead_necklace, jiangshi, long_sleeves, looking_at_viewer, ofuda, qing_guanmao, solo, simple_background, white_background, white_thighhighs, wide_sleeves, dress, shorts |
70
+ | 2 | 7 | ![](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, bead_necklace, jiangshi, long_sleeves, looking_at_viewer, ofuda, qing_guanmao, solo, vision_(genshin_impact), wide_sleeves, chinese_clothes, holding_sword, cape, earrings, yin_yang_orb, white_thighhighs, low_ponytail |
71
+ | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, closed_mouth, solo, looking_at_viewer, portrait, upper_body, short_hair |
72
+
73
+ ### Table Version
74
+
75
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | bead_necklace | cape | chinese_clothes | jiangshi | long_sleeves | looking_at_viewer | low_ponytail | ofuda | qing_guanmao | solo | white_thighhighs | wide_sleeves | bandaged_leg | shorts | zettai_ryouiki | braided_ponytail | parted_lips | vision_(genshin_impact) | simple_background | earrings | yin_yang_orb | white_background | dress | holding_sword | closed_mouth | portrait | upper_body | short_hair |
76
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:----------------|:-------|:------------------|:-----------|:---------------|:--------------------|:---------------|:--------|:---------------|:-------|:-------------------|:---------------|:---------------|:---------|:-----------------|:-------------------|:--------------|:--------------------------|:--------------------|:-----------|:---------------|:-------------------|:--------|:----------------|:---------------|:-----------|:-------------|:-------------|
77
+ | 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 | | | | | | |
78
+ | 1 | 23 | ![](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 | | | | | |
79
+ | 2 | 7 | ![](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 | | X | X | | | X | | | | |
80
+ | 3 | 5 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | | | | X | | | | X | | | | | | | | | | | | | | | X | X | X | X |
81
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f5087044daeee3ed126e600ab72ac0e451613b28815c066adbdf59306d3ee27
3
+ size 820579930
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:61051fb7dd2d6ac91588b4abda31e183828b8a002e4131012c4290fddad0d411
3
- size 116313406
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28f5edd82eef61b6f6e0432d4cced81589f6390a87d94ad63058d485a1332d42
3
+ size 467921499
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5ffd7bc5ece99b64f7cfd612b3c1c5e484f821d57ade96e64b09fbfe1c3b060a
3
- size 579705818
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc09a0240871319fc5c66b40ae5fc6823529bf37c344f8513bd18989471d4149
3
- size 290401533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bfe83fa42cb24228bcafaaf867a108a8954663138fa9981d75bc8bc5d264a12
3
+ size 974606303
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cdb9fbbbb36c2a435dbe5c4e23ee5564826a8c9ac57ad85e4ee2cd8fa3efae38
3
- size 358612749
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5754aa6962eceb6f5fb4d8ee285560e69e58c042767be7d4cbf0b4168a21cf01
3
- size 220443598
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eada66515ac60f5821b6e68b668356b50a5ae5128d7b8165a471864b5dcf592d
3
- size 263527088
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d0ffc8fdc94262582f735058eeb759b4a29449c197e28368c61962ffe819ea2
3
+ size 1709716250
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dc94215bbb1cfae0a9126a575fdd0cc3616ae49baa7d24611162620abcc5760
3
+ size 1097712034
meta.json CHANGED
@@ -1,4 +1,145 @@
1
  {
2
- "name": "qiqi_genshin",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 500,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 8,
8
+ "tags": [
9
+ "1girl",
10
+ "bead_necklace",
11
+ "cape",
12
+ "chinese_clothes",
13
+ "jiangshi",
14
+ "long_sleeves",
15
+ "looking_at_viewer",
16
+ "low_ponytail",
17
+ "ofuda",
18
+ "qing_guanmao",
19
+ "solo",
20
+ "white_thighhighs",
21
+ "wide_sleeves",
22
+ "bandaged_leg",
23
+ "shorts",
24
+ "zettai_ryouiki",
25
+ "braided_ponytail",
26
+ "parted_lips",
27
+ "vision_(genshin_impact)",
28
+ "simple_background",
29
+ "earrings",
30
+ "yin_yang_orb",
31
+ "white_background"
32
+ ]
33
+ },
34
+ {
35
+ "id": 1,
36
+ "size": 23,
37
+ "tags": [
38
+ "1girl",
39
+ "bead_necklace",
40
+ "jiangshi",
41
+ "long_sleeves",
42
+ "looking_at_viewer",
43
+ "ofuda",
44
+ "qing_guanmao",
45
+ "solo",
46
+ "simple_background",
47
+ "white_background",
48
+ "white_thighhighs",
49
+ "wide_sleeves",
50
+ "dress",
51
+ "shorts"
52
+ ]
53
+ },
54
+ {
55
+ "id": 2,
56
+ "size": 7,
57
+ "tags": [
58
+ "1girl",
59
+ "bead_necklace",
60
+ "jiangshi",
61
+ "long_sleeves",
62
+ "looking_at_viewer",
63
+ "ofuda",
64
+ "qing_guanmao",
65
+ "solo",
66
+ "vision_(genshin_impact)",
67
+ "wide_sleeves",
68
+ "chinese_clothes",
69
+ "holding_sword",
70
+ "cape",
71
+ "earrings",
72
+ "yin_yang_orb",
73
+ "white_thighhighs",
74
+ "low_ponytail"
75
+ ]
76
+ },
77
+ {
78
+ "id": 3,
79
+ "size": 5,
80
+ "tags": [
81
+ "1girl",
82
+ "closed_mouth",
83
+ "solo",
84
+ "looking_at_viewer",
85
+ "portrait",
86
+ "upper_body",
87
+ "short_hair"
88
+ ]
89
+ }
90
+ ],
91
+ "core_tags": [
92
+ "purple_hair",
93
+ "bangs",
94
+ "hat",
95
+ "purple_eyes",
96
+ "hair_ornament",
97
+ "long_hair",
98
+ "coin_hair_ornament",
99
+ "braid",
100
+ "hair_between_eyes",
101
+ "single_braid",
102
+ "purple_headwear",
103
+ "sidelocks"
104
+ ],
105
+ "display_name": "qiqi/七七/七七 (Genshin Impact)",
106
+ "name": "qiqi (Genshin Impact)",
107
+ "packages": {
108
+ "1200": {
109
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
110
+ "filename": "dataset-1200.zip",
111
+ "package_size": 820579930,
112
+ "size": 500,
113
+ "type": "IMG+TXT"
114
+ },
115
+ "800": {
116
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
117
+ "filename": "dataset-800.zip",
118
+ "package_size": 467921499,
119
+ "size": 500,
120
+ "type": "IMG+TXT"
121
+ },
122
+ "raw": {
123
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
124
+ "filename": "dataset-raw.zip",
125
+ "package_size": 974606303,
126
+ "size": 500,
127
+ "type": "Waifuc-Raw"
128
+ },
129
+ "stage3-p480-1200": {
130
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
131
+ "filename": "dataset-stage3-p480-1200.zip",
132
+ "package_size": 1709716250,
133
+ "size": 1324,
134
+ "type": "IMG+TXT"
135
+ },
136
+ "stage3-p480-800": {
137
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
138
+ "filename": "dataset-stage3-p480-800.zip",
139
+ "package_size": 1097712034,
140
+ "size": 1324,
141
+ "type": "IMG+TXT"
142
+ }
143
+ },
144
+ "version": "v1.5"
145
  }
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
dataset-640x640.zip → samples/0/clu0-sample3.png RENAMED
File without changes
samples/0/clu0-sample4.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 7de2bc5fe50a23e23dd8b6f776253df5dbf2a6c3243f221c0b13e22984f91f92
  • Pointer size: 131 Bytes
  • Size of remote file: 320 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 5bf67544b9e923d3c9e53a5f54ec2cf76ce18779e738388cb1aa602121bc1219
  • Pointer size: 131 Bytes
  • Size of remote file: 292 kB
samples/2/clu2-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 4b26f48919942e58ccbb1032036eeb7355bd2eb8f3c0183c0b0abc8539de8aa1
  • Pointer size: 131 Bytes
  • Size of remote file: 535 kB
samples/3/clu3-sample0.png ADDED

Git LFS Details

  • SHA256: dd5b363120b120fda09823bc243ac76ad9bdb27d3ef7ca3d81313519891a4c54
  • Pointer size: 131 Bytes
  • Size of remote file: 471 kB
samples/3/clu3-sample1.png ADDED

Git LFS Details

  • SHA256: 1551648123df5a03dcca72652f96f7a6d46e459a393427490404267d0d53b2f2
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
samples/3/clu3-sample2.png ADDED

Git LFS Details

  • SHA256: df56762adfe901b9e9a9ec00134734ad14fcc77f4aee2a27ce8de2d625f02e30
  • Pointer size: 131 Bytes
  • Size of remote file: 505 kB
samples/3/clu3-sample3.png ADDED

Git LFS Details

  • SHA256: fc0555d5a4d315f399a2960bd167de2f6f7f8ab7b4135cec621135e1a7ebb51a
  • Pointer size: 131 Bytes
  • Size of remote file: 293 kB
samples/3/clu3-sample4.png ADDED

Git LFS Details

  • SHA256: 61a59e8da79d866184b0b25bdce97a2c22020ef40251a0c32f1eb1174784c200
  • Pointer size: 131 Bytes
  • Size of remote file: 562 kB