narugo commited on
Commit
8d5889d
1 Parent(s): 524d9ab

Publish character "m1_garand (Girls' Frontline)" to repository, on 2024-01-13 21:00:43 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,71 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of m1_garand_girlsfrontline
13
 
14
- This is the dataset of m1_garand_girlsfrontline, containing 47 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 | 47 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 119 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 47 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 47 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 47 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 47 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 47 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 119 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 119 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 119 | [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 m1_garand/M1ガーランド/M1加兰德 (Girls' Frontline)
13
 
14
+ This is the dataset of m1_garand/M1ガーランド/M1加兰德 (Girls' Frontline), containing 73 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, blonde_hair, green_eyes, breasts, large_breasts, hat, hairband, beret, bangs`, 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 | 73 | 98.13 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m1_garand_girlsfrontline/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 73 | 51.83 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m1_garand_girlsfrontline/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 174 | 112.95 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m1_garand_girlsfrontline/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 73 | 85.06 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m1_garand_girlsfrontline/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 174 | 168.43 MiB | [Download](https://huggingface.co/datasets/CyberHarem/m1_garand_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/m1_garand_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 | 7 | ![](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, hair_flower, cleavage, looking_at_viewer, ponytail, solo, navel, sarong, green_bikini, hibiscus, rifle, smile, black_bikini, collarbone, hairclip, official_alternate_costume, open_mouth, sandals, sling |
69
+ | 1 | 6 | ![](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) | 1boy, 1girl, blush, hetero, solo_focus, sweat, open_mouth, sex, censored, green_bikini, navel, penis, ponytail, arm_grab, cleavage, hair_between_eyes, hair_ornament, looking_at_viewer, male_pubic_hair, missionary, nude, on_back, on_bed, pussy, saliva, spread_legs, vaginal |
70
+ | 2 | 41 | ![](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, blue_skirt, looking_at_viewer, black_pantyhose, blush, brown_shirt, pleated_skirt, rifle, jacket, green_necktie, simple_background |
71
+
72
+ ### Table Version
73
+
74
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | blush | hair_flower | cleavage | looking_at_viewer | ponytail | solo | navel | sarong | green_bikini | hibiscus | rifle | smile | black_bikini | collarbone | hairclip | official_alternate_costume | open_mouth | sandals | sling | 1boy | hetero | solo_focus | sweat | sex | censored | penis | arm_grab | hair_between_eyes | hair_ornament | male_pubic_hair | missionary | nude | on_back | on_bed | pussy | saliva | spread_legs | vaginal | blue_skirt | black_pantyhose | brown_shirt | pleated_skirt | jacket | green_necktie | simple_background |
75
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:--------------|:-----------|:--------------------|:-----------|:-------|:--------|:---------|:---------------|:-----------|:--------|:--------|:---------------|:-------------|:-----------|:-----------------------------|:-------------|:----------|:--------|:-------|:---------|:-------------|:--------|:------|:-----------|:--------|:-----------|:--------------------|:----------------|:------------------|:-------------|:-------|:----------|:---------|:--------|:---------|:--------------|:----------|:-------------|:------------------|:--------------|:----------------|:---------|:----------------|:--------------------|
76
+ | 0 | 7 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | |
77
+ | 1 | 6 | ![](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 | X | X | X | X | X | X | X | X | X | X | | | | | | | |
78
+ | 2 | 41 | ![](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 |
79
 
dataset-512x512.zip → dataset-1200.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:984b6930e80293f9261773f6127dd3971091b9f6a7e3aeea4bda22dc755201ed
3
- size 10368415
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2223cbaa2aabb7a78d3301879e4dfa1aaf4464e914787af88067b24bf79878e
3
+ size 89194144
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf00dcbaa23ac4987e54356bab593019192a881b72b9b8fbd810365652d6aa95
3
- size 21662958
 
 
 
 
dataset-512x704.zip → dataset-800.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:08971f9341c7c918d0f25ccb0b2c53bd759d303c048edc7144c897a227bacd66
3
- size 14931427
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b909735a1f3cf2a39813a92fba26e86062508f49059367486e9f45fd40b93d3d
3
+ size 54352321
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:257f871c7b94271488dad7c622d928325ea3d542e9b925079fb918ac05b02d77
3
- size 92436706
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f3cdff89a395322bb865538736b3ec4526fded0146935bcea0ad25fb9916346
3
- size 49070012
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a681058b99f06d152b9714cb1ad092e19372c13a617b23bfc8f15a645316fe0
3
+ size 102894669
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2eef30deed6c989c44e22dbcbed7c006a64b89870b6fc611dc5086799f3867cd
3
- size 80262513
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:24488e4c0e7c2a9b89084e16ebf1b491646e714199bdd012d5d97a3bfe26793a
3
- size 52057110
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3af0a549f1947cc3850448a8bedae786a2e4247a07b3733d790e082cfa17692f
3
- size 65236242
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9205514a95839bc8eaaf009394018e578e7616e9bc3409cb3d7f91ca20730f40
3
+ size 176616543
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e67113fd66918d9f305d783226dd52973282219935dab3ce1b1475d5b8b8b600
3
+ size 118440394
meta.json CHANGED
@@ -1,4 +1,134 @@
1
  {
2
- "name": "m1_garand_girlsfrontline",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 73,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 7,
8
+ "tags": [
9
+ "1girl",
10
+ "blush",
11
+ "hair_flower",
12
+ "cleavage",
13
+ "looking_at_viewer",
14
+ "ponytail",
15
+ "solo",
16
+ "navel",
17
+ "sarong",
18
+ "green_bikini",
19
+ "hibiscus",
20
+ "rifle",
21
+ "smile",
22
+ "black_bikini",
23
+ "collarbone",
24
+ "hairclip",
25
+ "official_alternate_costume",
26
+ "open_mouth",
27
+ "sandals",
28
+ "sling"
29
+ ]
30
+ },
31
+ {
32
+ "id": 1,
33
+ "size": 6,
34
+ "tags": [
35
+ "1boy",
36
+ "1girl",
37
+ "blush",
38
+ "hetero",
39
+ "solo_focus",
40
+ "sweat",
41
+ "open_mouth",
42
+ "sex",
43
+ "censored",
44
+ "green_bikini",
45
+ "navel",
46
+ "penis",
47
+ "ponytail",
48
+ "arm_grab",
49
+ "cleavage",
50
+ "hair_between_eyes",
51
+ "hair_ornament",
52
+ "looking_at_viewer",
53
+ "male_pubic_hair",
54
+ "missionary",
55
+ "nude",
56
+ "on_back",
57
+ "on_bed",
58
+ "pussy",
59
+ "saliva",
60
+ "spread_legs",
61
+ "vaginal"
62
+ ]
63
+ },
64
+ {
65
+ "id": 2,
66
+ "size": 41,
67
+ "tags": [
68
+ "1girl",
69
+ "solo",
70
+ "blue_skirt",
71
+ "looking_at_viewer",
72
+ "black_pantyhose",
73
+ "blush",
74
+ "brown_shirt",
75
+ "pleated_skirt",
76
+ "rifle",
77
+ "jacket",
78
+ "green_necktie",
79
+ "simple_background"
80
+ ]
81
+ }
82
+ ],
83
+ "core_tags": [
84
+ "long_hair",
85
+ "blonde_hair",
86
+ "green_eyes",
87
+ "breasts",
88
+ "large_breasts",
89
+ "hat",
90
+ "hairband",
91
+ "beret",
92
+ "bangs"
93
+ ],
94
+ "display_name": "m1_garand/M1ガーランド/M1加兰德 (Girls' Frontline)",
95
+ "name": "m1_garand (Girls' Frontline)",
96
+ "packages": {
97
+ "1200": {
98
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
99
+ "filename": "dataset-1200.zip",
100
+ "package_size": 89194144,
101
+ "size": 73,
102
+ "type": "IMG+TXT"
103
+ },
104
+ "800": {
105
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
106
+ "filename": "dataset-800.zip",
107
+ "package_size": 54352321,
108
+ "size": 73,
109
+ "type": "IMG+TXT"
110
+ },
111
+ "raw": {
112
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
113
+ "filename": "dataset-raw.zip",
114
+ "package_size": 102894669,
115
+ "size": 73,
116
+ "type": "Waifuc-Raw"
117
+ },
118
+ "stage3-p480-1200": {
119
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
120
+ "filename": "dataset-stage3-p480-1200.zip",
121
+ "package_size": 176616543,
122
+ "size": 174,
123
+ "type": "IMG+TXT"
124
+ },
125
+ "stage3-p480-800": {
126
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
127
+ "filename": "dataset-stage3-p480-800.zip",
128
+ "package_size": 118440394,
129
+ "size": 174,
130
+ "type": "IMG+TXT"
131
+ }
132
+ },
133
+ "version": "v1.5"
134
  }
dataset-384x512.zip → samples/0/clu0-sample0.png RENAMED
File without changes
dataset-640x640.zip → samples/0/clu0-sample1.png RENAMED
File without changes
samples/0/clu0-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 9051fd92692c3f518c798848a7b1755bdd0050fc560f4e2ad0ca03719551fae8
  • Pointer size: 131 Bytes
  • Size of remote file: 460 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 37e0aa0692beaf224fb753d2b9e4ccb69e9fef1025160f6bdb4b9b5d2829caf5
  • Pointer size: 131 Bytes
  • Size of remote file: 359 kB