Datasets:

Size:
< 1K
Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo commited on
Commit
ad30cc0
·
verified ·
1 Parent(s): 14ca59e

Publish character 'meru (Blue Archive)' to repository, on 2024-01-12 05:53:10 UTC

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-to-image
5
+ tags:
6
+ - art
7
+ - not-for-all-audiences
8
+ size_categories:
9
+ - n<1K
10
+ ---
11
+
12
+ # Dataset of meru/姫木メル/梅露 (Blue Archive)
13
+
14
+ This is the dataset of meru/姫木メル/梅露 (Blue Archive), containing 41 images and their tags.
15
+
16
+ The core tags of this character are `glasses, hair_ornament, long_hair, hairclip, blue_eyes, halo, grey_hair, breasts, fang, green_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 | 41 | 55.74 MiB | [Download](https://huggingface.co/datasets/CyberHarem/meru_bluearchive/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 41 | 27.97 MiB | [Download](https://huggingface.co/datasets/CyberHarem/meru_bluearchive/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 95 | 61.83 MiB | [Download](https://huggingface.co/datasets/CyberHarem/meru_bluearchive/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 41 | 47.42 MiB | [Download](https://huggingface.co/datasets/CyberHarem/meru_bluearchive/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 95 | 100.14 MiB | [Download](https://huggingface.co/datasets/CyberHarem/meru_bluearchive/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/meru_bluearchive',
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 | 41 | ![](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, blush, open_mouth, solo, forehead, looking_at_viewer, long_sleeves, fur_trim, simple_background, smile, white_background, holding, gloves, sweater, coat, jacket, upper_body, mouth_mask |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | blush | open_mouth | solo | forehead | looking_at_viewer | long_sleeves | fur_trim | simple_background | smile | white_background | holding | gloves | sweater | coat | jacket | upper_body | mouth_mask |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:-------------|:-------|:-----------|:--------------------|:---------------|:-----------|:--------------------|:--------|:-------------------|:----------|:---------|:----------|:-------|:---------|:-------------|:-------------|
74
+ | 0 | 41 | ![](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 |
75
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c82a2808c6aeba406610f3bb39ad2c370bd50481d9be07457fc8ee34e71f1637
3
+ size 49718490
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:995d104a73533e21313c3307fc9853d38427ab9475963effc7120a7190cd40ee
3
+ size 29330100
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1893b3e2ac04ab052191ac1cf7bf1d46ddffafc455ed1049f24e5b0aec95c0e0
3
+ size 58449899
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:659e824ee0f4ab3426faa128122feafb02ab0a835f477ca4c91336bb31dc2fc7
3
+ size 105008972
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4efeec696709d49da50d90388c82622c41b226ee7aff22dff6bd558ba99bfc5
3
+ size 64828550
meta.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 41,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 41,
8
+ "tags": [
9
+ "1girl",
10
+ "blush",
11
+ "open_mouth",
12
+ "solo",
13
+ "forehead",
14
+ "looking_at_viewer",
15
+ "long_sleeves",
16
+ "fur_trim",
17
+ "simple_background",
18
+ "smile",
19
+ "white_background",
20
+ "holding",
21
+ "gloves",
22
+ "sweater",
23
+ "coat",
24
+ "jacket",
25
+ "upper_body",
26
+ "mouth_mask"
27
+ ]
28
+ }
29
+ ],
30
+ "core_tags": [
31
+ "glasses",
32
+ "hair_ornament",
33
+ "long_hair",
34
+ "hairclip",
35
+ "blue_eyes",
36
+ "halo",
37
+ "grey_hair",
38
+ "breasts",
39
+ "fang",
40
+ "green_hair"
41
+ ],
42
+ "display_name": "meru/姫木メル/梅露 (Blue Archive)",
43
+ "name": "meru (Blue Archive)",
44
+ "packages": {
45
+ "1200": {
46
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
47
+ "filename": "dataset-1200.zip",
48
+ "package_size": 49718490,
49
+ "size": 41,
50
+ "type": "IMG+TXT"
51
+ },
52
+ "800": {
53
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
54
+ "filename": "dataset-800.zip",
55
+ "package_size": 29330100,
56
+ "size": 41,
57
+ "type": "IMG+TXT"
58
+ },
59
+ "raw": {
60
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
61
+ "filename": "dataset-raw.zip",
62
+ "package_size": 58449899,
63
+ "size": 41,
64
+ "type": "Waifuc-Raw"
65
+ },
66
+ "stage3-p480-1200": {
67
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
68
+ "filename": "dataset-stage3-p480-1200.zip",
69
+ "package_size": 105008972,
70
+ "size": 95,
71
+ "type": "IMG+TXT"
72
+ },
73
+ "stage3-p480-800": {
74
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
75
+ "filename": "dataset-stage3-p480-800.zip",
76
+ "package_size": 64828550,
77
+ "size": 95,
78
+ "type": "IMG+TXT"
79
+ }
80
+ },
81
+ "version": "v1.5"
82
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: dd9cd5339bc25ebef4df4e4b3f3ea46470b41b128125a31ae2765dca6601b903
  • Pointer size: 131 Bytes
  • Size of remote file: 191 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

  • SHA256: deae911c709349acd7c03e42202adb6298b2e5f5361e9c265a0624eaf06aec2c
  • Pointer size: 131 Bytes
  • Size of remote file: 331 kB
samples/0/clu0-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 2d12c04778d992eb5fd0ba2aef84264690a5cab0dff3e805c576b10b18573b70
  • Pointer size: 131 Bytes
  • Size of remote file: 281 kB