narugo commited on
Commit
5529352
1 Parent(s): d7e6a87

Publish character 'tenkuubashi_tomoka (THE iDOLM@STER: Million Live!)' to repository, on 2024-01-16 02:37:44 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,71 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of tenkuubashi_tomoka (THE iDOLM@STER: Million Live!)
13
 
14
- This is the dataset of tenkuubashi_tomoka (THE iDOLM@STER: Million Live!), containing 111 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 | 111 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 305 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 111 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 111 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 111 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 111 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 111 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 305 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 305 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 305 | [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 tenkuubashi_tomoka/天空橋朋花 (THE iDOLM@STER: Million Live!)
13
 
14
+ This is the dataset of tenkuubashi_tomoka/天空橋朋花 (THE iDOLM@STER: Million Live!), containing 175 images and their tags.
15
+
16
+ The core tags of this character are `brown_hair, brown_eyes, long_hair, hair_bun, single_hair_bun, bangs, breasts, 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 | 175 | 205.13 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tenkuubashi_tomoka_theidolmstermillionlive/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 175 | 129.96 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tenkuubashi_tomoka_theidolmstermillionlive/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 393 | 266.01 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tenkuubashi_tomoka_theidolmstermillionlive/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 175 | 185.74 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tenkuubashi_tomoka_theidolmstermillionlive/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 393 | 357.52 MiB | [Download](https://huggingface.co/datasets/CyberHarem/tenkuubashi_tomoka_theidolmstermillionlive/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/tenkuubashi_tomoka_theidolmstermillionlive',
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, smile, solo, heart, looking_at_viewer, fingerless_gloves, belt, hand_fan, open_mouth, sitting |
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, looking_at_viewer, medium_breasts, simple_background, solo, white_background, blush, cleavage, collarbone, cowboy_shot, navel, bare_shoulders, babydoll, bikini, lingerie, panties, smile |
70
+ | 2 | 14 | ![](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, solo, looking_at_viewer, bare_shoulders, rose, smile, red_eyes, black_dress, cleavage, feathered_wings, medium_breasts, black_gloves, blue_flower, feathers, hair_flower, open_mouth |
71
+
72
+ ### Table Version
73
+
74
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | smile | solo | heart | looking_at_viewer | fingerless_gloves | belt | hand_fan | open_mouth | sitting | medium_breasts | simple_background | white_background | blush | cleavage | collarbone | cowboy_shot | navel | bare_shoulders | babydoll | bikini | lingerie | panties | rose | red_eyes | black_dress | feathered_wings | black_gloves | blue_flower | feathers | hair_flower |
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 | | | | | | | | | | | | | | | | | | | | | |
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 | 14 | ![](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 |
79
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e46ffd8d7bb1dceb90d340a7e783279d072a372eb009d2a75f48453a064565ce
3
+ size 194766553
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:afc3efc88f82a9407fabf2c9516fdb1212ce50c500434d25497756ef24f3b0dd
3
- size 59623037
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7decc9a2b3df6d7a1e2353162fca6d647f2f7f105d602594d505ea24898133c1
3
+ size 136273280
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6afc43d1d09dc1d357552a5e18d796745aebcf632ab1cbbd301f59aae110801e
3
- size 215260199
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:aaa4754c2b4da369107401b40b4627f7a3c79098757768b270da18ded0bfec7e
3
- size 110166780
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fdb70a82898a388e2dc4750736cc893e742a20a03b0114bc46fb9015850a48b
3
+ size 215096098
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6c69bddef931868770d756f838e9980e26f8821423cfd79a43c1cf49a9b8f30
3
- size 199612815
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0526a8c2f49600397eac216f3603a3e37de108fc0c051dc4c638963ec6f153b0
3
- size 150182689
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d28756a91347727fd392a38309eaa047f13bbe4a9841346f4a1b3a4bcec46de
3
- size 181706813
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:477409f4df18fe98659ce7c854ed5ecfb7b915e54df3e7a2eac84ce980449d93
3
+ size 374884619
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2882a57711eac24101f37b29fce20330910cabf7bfd605817905d4d1d20cd42d
3
+ size 278930210
meta.json CHANGED
@@ -1,4 +1,117 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "name": "tenkuubashi_tomoka (THE iDOLM@STER: Million Live!)",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 175,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 8,
8
+ "tags": [
9
+ "1girl",
10
+ "smile",
11
+ "solo",
12
+ "heart",
13
+ "looking_at_viewer",
14
+ "fingerless_gloves",
15
+ "belt",
16
+ "hand_fan",
17
+ "open_mouth",
18
+ "sitting"
19
+ ]
20
+ },
21
+ {
22
+ "id": 1,
23
+ "size": 5,
24
+ "tags": [
25
+ "1girl",
26
+ "looking_at_viewer",
27
+ "medium_breasts",
28
+ "simple_background",
29
+ "solo",
30
+ "white_background",
31
+ "blush",
32
+ "cleavage",
33
+ "collarbone",
34
+ "cowboy_shot",
35
+ "navel",
36
+ "bare_shoulders",
37
+ "babydoll",
38
+ "bikini",
39
+ "lingerie",
40
+ "panties",
41
+ "smile"
42
+ ]
43
+ },
44
+ {
45
+ "id": 2,
46
+ "size": 14,
47
+ "tags": [
48
+ "1girl",
49
+ "solo",
50
+ "looking_at_viewer",
51
+ "bare_shoulders",
52
+ "rose",
53
+ "smile",
54
+ "red_eyes",
55
+ "black_dress",
56
+ "cleavage",
57
+ "feathered_wings",
58
+ "medium_breasts",
59
+ "black_gloves",
60
+ "blue_flower",
61
+ "feathers",
62
+ "hair_flower",
63
+ "open_mouth"
64
+ ]
65
+ }
66
+ ],
67
+ "core_tags": [
68
+ "brown_hair",
69
+ "brown_eyes",
70
+ "long_hair",
71
+ "hair_bun",
72
+ "single_hair_bun",
73
+ "bangs",
74
+ "breasts",
75
+ "sidelocks"
76
+ ],
77
+ "display_name": "tenkuubashi_tomoka/天空橋朋花 (THE iDOLM@STER: Million Live!)",
78
  "name": "tenkuubashi_tomoka (THE iDOLM@STER: Million Live!)",
79
+ "packages": {
80
+ "1200": {
81
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
82
+ "filename": "dataset-1200.zip",
83
+ "package_size": 194766553,
84
+ "size": 175,
85
+ "type": "IMG+TXT"
86
+ },
87
+ "800": {
88
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
89
+ "filename": "dataset-800.zip",
90
+ "package_size": 136273280,
91
+ "size": 175,
92
+ "type": "IMG+TXT"
93
+ },
94
+ "raw": {
95
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
96
+ "filename": "dataset-raw.zip",
97
+ "package_size": 215096098,
98
+ "size": 175,
99
+ "type": "Waifuc-Raw"
100
+ },
101
+ "stage3-p480-1200": {
102
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
103
+ "filename": "dataset-stage3-p480-1200.zip",
104
+ "package_size": 374884619,
105
+ "size": 393,
106
+ "type": "IMG+TXT"
107
+ },
108
+ "stage3-p480-800": {
109
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
110
+ "filename": "dataset-stage3-p480-800.zip",
111
+ "package_size": 278930210,
112
+ "size": 393,
113
+ "type": "IMG+TXT"
114
+ }
115
+ },
116
+ "version": "v1.5"
117
  }
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: 11252cc9598791ad6558ad482e372d17eb02dc35ba7bd312af19c09345775c8a
  • Pointer size: 131 Bytes
  • Size of remote file: 191 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 285901dbe8e0a70f4704464e56e2b80ba87ab20fa374f7aea3c0d30803718d5c
  • Pointer size: 131 Bytes
  • Size of remote file: 508 kB