narugo1992 commited on
Commit
ce7bb28
·
verified ·
1 Parent(s): 34feaa0

Publish character 'yamato_aki (THE iDOLM@STER: Cinderella Girls)' to repository, on 2024-01-16 19:52:56 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,69 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of yamato_aki (THE iDOLM@STER: Cinderella Girls)
13
 
14
- This is the dataset of yamato_aki (THE iDOLM@STER: Cinderella Girls), containing 108 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 | 108 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 286 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 108 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 108 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 108 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 108 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 108 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 286 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 286 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 286 | [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 yamato_aki/大和亜季 (THE iDOLM@STER: Cinderella Girls)
13
 
14
+ This is the dataset of yamato_aki/大和亜季 (THE iDOLM@STER: Cinderella Girls), containing 137 images and their tags.
15
+
16
+ The core tags of this character are `green_eyes, long_hair, breasts, ponytail, large_breasts, black_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 | 137 | 138.96 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yamato_aki_idolmastercinderellagirls/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 137 | 92.52 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yamato_aki_idolmastercinderellagirls/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 305 | 182.24 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yamato_aki_idolmastercinderellagirls/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 137 | 127.00 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yamato_aki_idolmastercinderellagirls/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 305 | 238.61 MiB | [Download](https://huggingface.co/datasets/CyberHarem/yamato_aki_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/yamato_aki_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 | 20 | ![](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, smile, camouflage, navel, cleavage, fingerless_gloves, beret, dog_tags, looking_at_viewer, bikini, military, black_gloves, open_mouth, shorts, uniform, earrings, midriff, one_eye_closed, rifle |
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, navel, simple_background, smile, solo, white_background, abs, midriff, looking_at_viewer, cleavage, collarbone, huge_breasts, muscular_female, open_mouth, sports_bra |
70
+
71
+ ### Table Version
72
+
73
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | smile | camouflage | navel | cleavage | fingerless_gloves | beret | dog_tags | looking_at_viewer | bikini | military | black_gloves | open_mouth | shorts | uniform | earrings | midriff | one_eye_closed | rifle | simple_background | white_background | abs | collarbone | huge_breasts | muscular_female | sports_bra |
74
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------|:-------------|:--------|:-----------|:--------------------|:--------|:-----------|:--------------------|:---------|:-----------|:---------------|:-------------|:---------|:----------|:-----------|:----------|:-----------------|:--------|:--------------------|:-------------------|:------|:-------------|:---------------|:------------------|:-------------|
75
+ | 0 | 20 | ![](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 | | | | | | | |
76
+ | 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 |
77
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97dcd366fa65807a753189374066792e20abe81dca3f584272e77b257e0a1a05
3
+ size 133164342
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:89f507ab69f03d1cd0fb00939957759b475187e239b96ca9322f8d377b975684
3
- size 57007096
 
 
 
 
dataset-384x512.zip → dataset-800.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:99a642b06847512104e406cb51264ba802839175333386b2a8d97540f9d9199a
3
- size 23028552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ab05e045174175241c82e7c84738e88c412a2d037926463e2a14e078b8bbe17
3
+ size 97011198
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ab643982ed30d5254cf494a913b92127c99ce370556a16f79b2a89dc7d3232f
3
- size 154296586
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8adc48daa22c3840ec95d37ab873fbbc11397fbcfe7e834a49d407d7274fa11
3
- size 79536817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6615e5f098d3bb150a9f051c153f11b2f06975f0c19ebc7fd2136eacb6704f86
3
+ size 145708590
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3245dd7553bb02cab21cd9f825593f090691f556baf623b99b8db6751290b026
3
- size 151353192
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ff1e97e077e31d36750993520bba001573dd439b983684852ee57b830d8ca43
3
- size 124011922
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:106ba80b092525ad9322d1b9f005aeda7ff883c08de32942d99fd5a1d84e4aec
3
- size 143174231
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59981c31a43ed1144d9488bdeee198705d8ba5b395a48700ab5c7a67d0b05152
3
+ size 250203761
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:679b9792a6ef4528d9eb8607eb048f1680382dc78d10f5e034b1baad3a2a556d
3
+ size 191096545
meta.json CHANGED
@@ -1,4 +1,101 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "name": "yamato_aki (THE iDOLM@STER: Cinderella Girls)",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 137,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 20,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "smile",
12
+ "camouflage",
13
+ "navel",
14
+ "cleavage",
15
+ "fingerless_gloves",
16
+ "beret",
17
+ "dog_tags",
18
+ "looking_at_viewer",
19
+ "bikini",
20
+ "military",
21
+ "black_gloves",
22
+ "open_mouth",
23
+ "shorts",
24
+ "uniform",
25
+ "earrings",
26
+ "midriff",
27
+ "one_eye_closed",
28
+ "rifle"
29
+ ]
30
+ },
31
+ {
32
+ "id": 1,
33
+ "size": 5,
34
+ "tags": [
35
+ "1girl",
36
+ "navel",
37
+ "simple_background",
38
+ "smile",
39
+ "solo",
40
+ "white_background",
41
+ "abs",
42
+ "midriff",
43
+ "looking_at_viewer",
44
+ "cleavage",
45
+ "collarbone",
46
+ "huge_breasts",
47
+ "muscular_female",
48
+ "open_mouth",
49
+ "sports_bra"
50
+ ]
51
+ }
52
+ ],
53
+ "core_tags": [
54
+ "green_eyes",
55
+ "long_hair",
56
+ "breasts",
57
+ "ponytail",
58
+ "large_breasts",
59
+ "black_hair"
60
+ ],
61
+ "display_name": "yamato_aki/大和亜季 (THE iDOLM@STER: Cinderella Girls)",
62
  "name": "yamato_aki (THE iDOLM@STER: Cinderella Girls)",
63
+ "packages": {
64
+ "1200": {
65
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
66
+ "filename": "dataset-1200.zip",
67
+ "package_size": 133164342,
68
+ "size": 137,
69
+ "type": "IMG+TXT"
70
+ },
71
+ "800": {
72
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
73
+ "filename": "dataset-800.zip",
74
+ "package_size": 97011198,
75
+ "size": 137,
76
+ "type": "IMG+TXT"
77
+ },
78
+ "raw": {
79
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
80
+ "filename": "dataset-raw.zip",
81
+ "package_size": 145708590,
82
+ "size": 137,
83
+ "type": "Waifuc-Raw"
84
+ },
85
+ "stage3-p480-1200": {
86
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
87
+ "filename": "dataset-stage3-p480-1200.zip",
88
+ "package_size": 250203761,
89
+ "size": 305,
90
+ "type": "IMG+TXT"
91
+ },
92
+ "stage3-p480-800": {
93
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
94
+ "filename": "dataset-stage3-p480-800.zip",
95
+ "package_size": 191096545,
96
+ "size": 305,
97
+ "type": "IMG+TXT"
98
+ }
99
+ },
100
+ "version": "v1.5"
101
  }
dataset-512x512.zip → samples/0/clu0-sample0.png RENAMED
File without changes
dataset-512x704.zip → samples/0/clu0-sample1.png RENAMED
File without changes
dataset-640x640.zip → samples/0/clu0-sample2.png RENAMED
File without changes
samples/0/clu0-sample3.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 4d3833a3ee30a1d8687a96e20c66b534318c18c7114eb8997dd58f09c31d1389
  • Pointer size: 131 Bytes
  • Size of remote file: 193 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: e6c38e4fe6dadfd8e7ec3d2ad739020d3ef425feb83adbcd5102546ddc4e89ca
  • Pointer size: 131 Bytes
  • Size of remote file: 219 kB