narugo commited on
Commit
077bd6a
1 Parent(s): 34f257c

Publish character 'kiryuu_tsukasa (THE iDOLM@STER: Cinderella Girls)' to repository, on 2024-01-16 20:23:34 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,71 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of kiryuu_tsukasa (THE iDOLM@STER: Cinderella Girls)
13
 
14
- This is the dataset of kiryuu_tsukasa (THE iDOLM@STER: Cinderella Girls), containing 114 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 | 114 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 300 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 114 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 114 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 114 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 114 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 114 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 300 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 300 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 300 | [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 kiryuu_tsukasa/桐生つかさ (THE iDOLM@STER: Cinderella Girls)
13
 
14
+ This is the dataset of kiryuu_tsukasa/桐生つかさ (THE iDOLM@STER: Cinderella Girls), containing 157 images and their tags.
15
+
16
+ The core tags of this character are `blonde_hair, purple_eyes, long_hair, earrings, breasts, bangs, bow, medium_breasts, braid`, 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 | 157 | 191.66 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kiryuu_tsukasa_idolmastercinderellagirls/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 157 | 121.52 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kiryuu_tsukasa_idolmastercinderellagirls/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 363 | 250.10 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kiryuu_tsukasa_idolmastercinderellagirls/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 157 | 176.39 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kiryuu_tsukasa_idolmastercinderellagirls/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 363 | 336.75 MiB | [Download](https://huggingface.co/datasets/CyberHarem/kiryuu_tsukasa_idolmastercinderellagirls/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/kiryuu_tsukasa_idolmastercinderellagirls',
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 | 13 | ![](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) | necklace, 1girl, smile, solo, shirt, hair_bow, bracelet, cleavage, french_braid, looking_at_viewer, plaid_skirt, white_bow, collarbone, ring, wavy_hair, school_uniform, blush, crown_braid, pleated_skirt, white_background |
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, collarbone, looking_at_viewer, smile, solo, blush, necklace, sleeveless_dress, bracelet, open_mouth, white_background, white_dress, ahoge, bare_shoulders, cleavage, closed_mouth, hair_bow |
70
+ | 2 | 9 | ![](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, hair_ornament, smile, solo, blue_dress, jewelry, looking_at_viewer, ponytail, black_gloves, open_mouth, sleeveless_dress, bare_shoulders, microphone |
71
+
72
+ ### Table Version
73
+
74
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | necklace | 1girl | smile | solo | shirt | hair_bow | bracelet | cleavage | french_braid | looking_at_viewer | plaid_skirt | white_bow | collarbone | ring | wavy_hair | school_uniform | blush | crown_braid | pleated_skirt | white_background | sleeveless_dress | open_mouth | white_dress | ahoge | bare_shoulders | closed_mouth | hair_ornament | blue_dress | jewelry | ponytail | black_gloves | microphone |
75
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------|:--------|:--------|:-------|:--------|:-----------|:-----------|:-----------|:---------------|:--------------------|:--------------|:------------|:-------------|:-------|:------------|:-----------------|:--------|:--------------|:----------------|:-------------------|:-------------------|:-------------|:--------------|:--------|:-----------------|:---------------|:----------------|:-------------|:----------|:-----------|:---------------|:-------------|
76
+ | 0 | 13 | ![](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 | | | | | | | | | | | | |
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 | 9 | ![](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 |
79
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c6bc9054b4846f09c3379c3102290cc4481c0b2aa98b8473a9e1b865a61ee8d
3
+ size 184962169
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:baf4cf05f15d02b09e0d86a22861c6698d8ceeb9b5f59b01540c40ffda8bb713
3
- size 66333098
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fa82d71b40b23176a09ed380da46b01438acc7d1afee4e14999ee852ba571db
3
+ size 127421270
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:a9d8c2bd38227f6513a8bf2e1d52d9f0439ae7b332b83f394b46d61e3cf0a51b
3
- size 195860554
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e02be86f42ccbd3f4d6878e1834f4f18f38e8d0601762fec58731db3eaa7770a
3
- size 99146901
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9d0908699bc07d3946bf86d13604a651bd8d3a691ab27fa3a86588f87d0bd71
3
+ size 200973041
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:eeb5da024efdb713c4559ef0dabc6525d64580d53364ed8058360ac06c1bd2f7
3
- size 182872542
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1f85073edbdc06d0b28ffddec002883db99c22fac2e996ef6b3cf641a8f97099
3
- size 148507701
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:377f5d4c1e5a2a47fbfc6d5cb0e10e4b57c448b98f56335ff20a2ef0941c9f98
3
- size 171951605
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:874b9e61f1f96103648e956c471b9097b21919bc201078ae0cc42cb3619c7c5c
3
+ size 353112751
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02da26063f9b2e30093c96d47d72fc9ce172c974da88a469d34fcb5ecc3c7a98
3
+ size 262246346
meta.json CHANGED
@@ -1,4 +1,125 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "name": "kiryuu_tsukasa (THE iDOLM@STER: Cinderella Girls)",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 157,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 13,
8
+ "tags": [
9
+ "necklace",
10
+ "1girl",
11
+ "smile",
12
+ "solo",
13
+ "shirt",
14
+ "hair_bow",
15
+ "bracelet",
16
+ "cleavage",
17
+ "french_braid",
18
+ "looking_at_viewer",
19
+ "plaid_skirt",
20
+ "white_bow",
21
+ "collarbone",
22
+ "ring",
23
+ "wavy_hair",
24
+ "school_uniform",
25
+ "blush",
26
+ "crown_braid",
27
+ "pleated_skirt",
28
+ "white_background"
29
+ ]
30
+ },
31
+ {
32
+ "id": 1,
33
+ "size": 5,
34
+ "tags": [
35
+ "1girl",
36
+ "collarbone",
37
+ "looking_at_viewer",
38
+ "smile",
39
+ "solo",
40
+ "blush",
41
+ "necklace",
42
+ "sleeveless_dress",
43
+ "bracelet",
44
+ "open_mouth",
45
+ "white_background",
46
+ "white_dress",
47
+ "ahoge",
48
+ "bare_shoulders",
49
+ "cleavage",
50
+ "closed_mouth",
51
+ "hair_bow"
52
+ ]
53
+ },
54
+ {
55
+ "id": 2,
56
+ "size": 9,
57
+ "tags": [
58
+ "1girl",
59
+ "hair_ornament",
60
+ "smile",
61
+ "solo",
62
+ "blue_dress",
63
+ "jewelry",
64
+ "looking_at_viewer",
65
+ "ponytail",
66
+ "black_gloves",
67
+ "open_mouth",
68
+ "sleeveless_dress",
69
+ "bare_shoulders",
70
+ "microphone"
71
+ ]
72
+ }
73
+ ],
74
+ "core_tags": [
75
+ "blonde_hair",
76
+ "purple_eyes",
77
+ "long_hair",
78
+ "earrings",
79
+ "breasts",
80
+ "bangs",
81
+ "bow",
82
+ "medium_breasts",
83
+ "braid"
84
+ ],
85
+ "display_name": "kiryuu_tsukasa/桐生つかさ (THE iDOLM@STER: Cinderella Girls)",
86
  "name": "kiryuu_tsukasa (THE iDOLM@STER: Cinderella Girls)",
87
+ "packages": {
88
+ "1200": {
89
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
90
+ "filename": "dataset-1200.zip",
91
+ "package_size": 184962169,
92
+ "size": 157,
93
+ "type": "IMG+TXT"
94
+ },
95
+ "800": {
96
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
97
+ "filename": "dataset-800.zip",
98
+ "package_size": 127421270,
99
+ "size": 157,
100
+ "type": "IMG+TXT"
101
+ },
102
+ "raw": {
103
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
104
+ "filename": "dataset-raw.zip",
105
+ "package_size": 200973041,
106
+ "size": 157,
107
+ "type": "Waifuc-Raw"
108
+ },
109
+ "stage3-p480-1200": {
110
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
111
+ "filename": "dataset-stage3-p480-1200.zip",
112
+ "package_size": 353112751,
113
+ "size": 363,
114
+ "type": "IMG+TXT"
115
+ },
116
+ "stage3-p480-800": {
117
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
118
+ "filename": "dataset-stage3-p480-800.zip",
119
+ "package_size": 262246346,
120
+ "size": 363,
121
+ "type": "IMG+TXT"
122
+ }
123
+ },
124
+ "version": "v1.5"
125
  }
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: 0b438ce0e011ef9a7a609931d09f34843776d69c6c6f833acc15771d9510e4dd
  • Pointer size: 131 Bytes
  • Size of remote file: 488 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 0191e217bf571b10e1909a118d56f90ab94cd8acc049695a01f3e25ea2e9eb4b
  • Pointer size: 131 Bytes
  • Size of remote file: 318 kB
samples/2/clu2-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 5fe270d16734e10d2b8e35c103c720374bb23aa3f18fbe98e8f74cbefa934ba3
  • Pointer size: 131 Bytes
  • Size of remote file: 409 kB