Datasets:

Size:
< 1K
Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo commited on
Commit
676fcd9
1 Parent(s): 8a60418

Publish character 'wakui_rumi (THE iDOLM@STER: Cinderella Girls)' to repository, on 2024-01-16 19:20:48 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,67 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of wakui_rumi (THE iDOLM@STER: Cinderella Girls)
13
 
14
- This is the dataset of wakui_rumi (THE iDOLM@STER: Cinderella Girls), containing 35 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 | 35 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 96 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 35 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 35 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 35 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 35 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 35 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 96 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 96 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 96 | [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 wakui_rumi/和久井留美 (THE iDOLM@STER: Cinderella Girls)
13
 
14
+ This is the dataset of wakui_rumi/和久井留美 (THE iDOLM@STER: Cinderella Girls), containing 46 images and their tags.
15
+
16
+ The core tags of this character are `short_hair, blue_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 | 46 | 34.06 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakui_rumi_idolmastercinderellagirls/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 46 | 27.34 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakui_rumi_idolmastercinderellagirls/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 98 | 49.90 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakui_rumi_idolmastercinderellagirls/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 46 | 33.45 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakui_rumi_idolmastercinderellagirls/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 98 | 59.13 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakui_rumi_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/wakui_rumi_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 | 46 | ![](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, blush, jewelry, looking_at_viewer, smile |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | blush | jewelry | looking_at_viewer | smile |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------|:----------|:--------------------|:--------|
74
+ | 0 | 46 | ![](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 |
75
 
dataset-512x704.zip → dataset-1200.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f4616a01dffafb32b692761231667ba4a2a8e6c4a376bb32cbcfd6bf4121b24
3
- size 14285853
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37943a96c7198e4a7b621e0d2c86abcc4e8fd1b073a314c6683b6360783568e3
3
+ size 35078451
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ec466d0998f0992eba8196836734aec8a86fee060290e031813b315168babae
3
- size 20875783
 
 
 
 
dataset-640x640.zip → dataset-800.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30772ff6e9b9faa7cb64ba1f3d49c1b643d3f3dd993388985f6d66fcb00bdba2
3
- size 13719339
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b19df758a0e734856e820a0edb1869ad75a24518b8dad897fe211b59b20936ed
3
+ size 28670683
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:34b12fafece4da92cacd1ee7255d2c5fc12ace24d515fb401dc6b48c2baf21eb
3
- size 44363024
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04a678fca55406443fa5543542c21ab96c8a37955e1619244496bae537ac5718
3
- size 23948360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef45f5d8fd5a7f2ee1a8a3932a95b3bfe8eb4b707d819a9e1e6cf97b54a9b901
3
+ size 35710661
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ebf739b694ec8065479d1dab0de3ba5e6c5c42414d3557f68292f06d64e5141
3
- size 44085273
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f3314c0d2eee17dc57e6a0ccaace120f4f9d602983296a5907f8609f7e6e343d
3
- size 39228021
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:99daa152803af113baf733dc1671e28df859f002d1edb5b67fbf8b0c8ec2dc60
3
- size 42903421
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e3761d1bcc435615cd7353698a3e4262edd30fac4495f1e8ca4f9e6db0e6054
3
+ size 62000842
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7601ee595c216952890a9d11b43f05a32ce9ee08829ae40c039c4f980906b5cb
3
+ size 52322186
meta.json CHANGED
@@ -1,4 +1,62 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "name": "wakui_rumi (THE iDOLM@STER: Cinderella Girls)",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 46,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 46,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "blush",
12
+ "jewelry",
13
+ "looking_at_viewer",
14
+ "smile"
15
+ ]
16
+ }
17
+ ],
18
+ "core_tags": [
19
+ "short_hair",
20
+ "blue_hair"
21
+ ],
22
+ "display_name": "wakui_rumi/和久井留美 (THE iDOLM@STER: Cinderella Girls)",
23
  "name": "wakui_rumi (THE iDOLM@STER: Cinderella Girls)",
24
+ "packages": {
25
+ "1200": {
26
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
27
+ "filename": "dataset-1200.zip",
28
+ "package_size": 35078451,
29
+ "size": 46,
30
+ "type": "IMG+TXT"
31
+ },
32
+ "800": {
33
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
34
+ "filename": "dataset-800.zip",
35
+ "package_size": 28670683,
36
+ "size": 46,
37
+ "type": "IMG+TXT"
38
+ },
39
+ "raw": {
40
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
41
+ "filename": "dataset-raw.zip",
42
+ "package_size": 35710661,
43
+ "size": 46,
44
+ "type": "Waifuc-Raw"
45
+ },
46
+ "stage3-p480-1200": {
47
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
48
+ "filename": "dataset-stage3-p480-1200.zip",
49
+ "package_size": 62000842,
50
+ "size": 98,
51
+ "type": "IMG+TXT"
52
+ },
53
+ "stage3-p480-800": {
54
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
55
+ "filename": "dataset-stage3-p480-800.zip",
56
+ "package_size": 52322186,
57
+ "size": 98,
58
+ "type": "IMG+TXT"
59
+ }
60
+ },
61
+ "version": "v1.5"
62
  }
dataset-384x512.zip → samples/0/clu0-sample0.png RENAMED
File without changes
dataset-512x512.zip → samples/0/clu0-sample1.png RENAMED
File without changes
samples/0/clu0-sample2.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 8bab26c3047d1e547077f33280d8dde565c322e623ad16e68e040e46824672d7
  • Pointer size: 131 Bytes
  • Size of remote file: 393 kB
samples/0/clu0-sample4.png ADDED

Git LFS Details

  • SHA256: 59890b0256e002beead855a91ae03d1ecb3b0710e52f01067803b6775c7e4cbd
  • Pointer size: 131 Bytes
  • Size of remote file: 356 kB