narugo commited on
Commit
7b14c2f
1 Parent(s): 5cdece8

Publish character "m38 (Girls' Frontline)" to repository, on 2024-01-14 03:26:37 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 m38/M38/伯莱塔38型 (Girls' Frontline)
13
+
14
+ This is the dataset of m38/M38/伯莱塔38型 (Girls' Frontline), containing 10 images and their tags.
15
+
16
+ The core tags of this character are `blue_eyes, long_hair, ahoge, hat, bangs, beret, hair_ornament, brown_hair, hairclip, breasts, hair_between_eyes`, 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 | 10 | 13.19 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m38_girlsfrontline/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 10 | 6.30 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m38_girlsfrontline/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 22 | 13.52 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m38_girlsfrontline/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 10 | 10.95 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m38_girlsfrontline/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 22 | 20.85 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m38_girlsfrontline/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/m38_girlsfrontline',
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 | 10 | ![](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, looking_at_viewer, simple_background, solo, white_shirt, long_sleeves, pleated_skirt, submachine_gun, white_background, white_thighhighs, black_footwear, black_skirt, closed_mouth, holding_gun, jacket, military_uniform, red_necktie, loafers, belt, blush, collared_shirt, full_body, standing |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | looking_at_viewer | simple_background | solo | white_shirt | long_sleeves | pleated_skirt | submachine_gun | white_background | white_thighhighs | black_footwear | black_skirt | closed_mouth | holding_gun | jacket | military_uniform | red_necktie | loafers | belt | blush | collared_shirt | full_body | standing |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:--------------------|:-------|:--------------|:---------------|:----------------|:-----------------|:-------------------|:-------------------|:-----------------|:--------------|:---------------|:--------------|:---------|:-------------------|:--------------|:----------|:-------|:--------|:-----------------|:------------|:-----------|
74
+ | 0 | 10 | ![](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 | X | X | X |
75
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f435a259a422fa216e90afdb57526f6f374a3428de0902ad0897c9d06d2bf1f0
3
+ size 11478758
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7cd52ffb816a6724c06c82e11a3117de002c3a522dea6938115564ce848ad40
3
+ size 6605462
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94aece255ede9c0b4ca29e2b7dc3658b0cecb1eb3df5c3473e7fdd60d7276983
3
+ size 13828560
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:106b225d9bdd8f8b66b73eebc0e2e0a5428729b1c8cd7ee24b48fe57aec2c96c
3
+ size 21861123
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80684e36e0ccb3004a5bee49c02f4be734afe734628e2714857e10d19471cd5c
3
+ size 14171730
meta.json ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 10,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 10,
8
+ "tags": [
9
+ "1girl",
10
+ "looking_at_viewer",
11
+ "simple_background",
12
+ "solo",
13
+ "white_shirt",
14
+ "long_sleeves",
15
+ "pleated_skirt",
16
+ "submachine_gun",
17
+ "white_background",
18
+ "white_thighhighs",
19
+ "black_footwear",
20
+ "black_skirt",
21
+ "closed_mouth",
22
+ "holding_gun",
23
+ "jacket",
24
+ "military_uniform",
25
+ "red_necktie",
26
+ "loafers",
27
+ "belt",
28
+ "blush",
29
+ "collared_shirt",
30
+ "full_body",
31
+ "standing"
32
+ ]
33
+ }
34
+ ],
35
+ "core_tags": [
36
+ "blue_eyes",
37
+ "long_hair",
38
+ "ahoge",
39
+ "hat",
40
+ "bangs",
41
+ "beret",
42
+ "hair_ornament",
43
+ "brown_hair",
44
+ "hairclip",
45
+ "breasts",
46
+ "hair_between_eyes"
47
+ ],
48
+ "display_name": "m38/M38/伯莱塔38型 (Girls' Frontline)",
49
+ "name": "m38 (Girls' Frontline)",
50
+ "packages": {
51
+ "1200": {
52
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
53
+ "filename": "dataset-1200.zip",
54
+ "package_size": 11478758,
55
+ "size": 10,
56
+ "type": "IMG+TXT"
57
+ },
58
+ "800": {
59
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
60
+ "filename": "dataset-800.zip",
61
+ "package_size": 6605462,
62
+ "size": 10,
63
+ "type": "IMG+TXT"
64
+ },
65
+ "raw": {
66
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
67
+ "filename": "dataset-raw.zip",
68
+ "package_size": 13828560,
69
+ "size": 10,
70
+ "type": "Waifuc-Raw"
71
+ },
72
+ "stage3-p480-1200": {
73
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
74
+ "filename": "dataset-stage3-p480-1200.zip",
75
+ "package_size": 21861123,
76
+ "size": 22,
77
+ "type": "IMG+TXT"
78
+ },
79
+ "stage3-p480-800": {
80
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
81
+ "filename": "dataset-stage3-p480-800.zip",
82
+ "package_size": 14171730,
83
+ "size": 22,
84
+ "type": "IMG+TXT"
85
+ }
86
+ },
87
+ "version": "v1.5"
88
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 7a9c6bb7a8886a41c4d12fd612afbe8e628579abc0c69bc3eea61bd50253177c
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB