narugo commited on
Commit
7618de7
1 Parent(s): c60506b

Publish character "ksvk (Girls' Frontline)" to repository, on 2024-01-13 21:53:19 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,67 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of ksvk_girlsfrontline
13
 
14
- This is the dataset of ksvk_girlsfrontline, containing 17 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 | 17 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 47 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 17 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 17 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 17 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 17 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 17 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 47 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 47 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 47 | [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 ksvk/KSVK/KSVK (Girls' Frontline)
13
 
14
+ This is the dataset of ksvk/KSVK/KSVK (Girls' Frontline), containing 30 images and their tags.
15
+
16
+ The core tags of this character are `animal_ears, long_hair, bangs, braid, grey_hair, hair_between_eyes, breasts, green_eyes, blue_eyes, large_breasts, white_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 | 30 | 47.33 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ksvk_girlsfrontline/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 30 | 24.69 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ksvk_girlsfrontline/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 69 | 52.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ksvk_girlsfrontline/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 30 | 42.39 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ksvk_girlsfrontline/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 69 | 83.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/ksvk_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/ksvk_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 | 6 | ![](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) | blush, green_hairband, open_mouth, white_background, 1girl, hair_flower, holding, official_alternate_costume, simple_background, solo, green_dress, looking_at_viewer, smile |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | blush | green_hairband | open_mouth | white_background | 1girl | hair_flower | holding | official_alternate_costume | simple_background | solo | green_dress | looking_at_viewer | smile |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------------|:-------------|:-------------------|:--------|:--------------|:----------|:-----------------------------|:--------------------|:-------|:--------------|:--------------------|:--------|
74
+ | 0 | 6 | ![](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 |
75
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c1a354f6e96a4e81689d897ed7391fc3f40be41b203b1942455fb017ba2bf4b
3
+ size 44452229
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7328df7ec001da95c071fb5db4721fbc49349180b2a49896b514e31ec59d1b5
3
- size 8904159
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c7bdbba7d07535f7a2ea526f12b4b6e13ec97308c18fcbffc8ce4eac7ee119
3
+ size 25885333
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7084895937f16d76f737a8afe7968dc1b7e2f9f92bdf042d16b6ec5349835fac
3
- size 34933127
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ed457f6c20b304800cc6dd059e7d8173995a73a7cd7fad00e1d2130aac1b9b9
3
- size 18597118
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97f36e7e4d2c7e9f0e165fc00f037584975f184598161724ee5f8d781b5ce530
3
+ size 49625955
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ee4b4af41b20ccbea0b1bba989ae81a38edfa6a9f5d28e94ad213558c9572f01
3
- size 33358158
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c55faae0f73ad20fa211eb19a6ef3f95ac953fbf944bd388b874e39e089d742
3
- size 23137240
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:53e4902f7024d5b479bc6d636e85191fa84ce5f6d844d60ada502e5a3e21a8b4
3
- size 28831337
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad0b8f6834db38c6deb4e4f1d0d355fbb3d467ff9ad647ff8ffb58de4d9dd4e5
3
+ size 87191480
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:520251ba8be387cd0c2aa50f7336c7d8f875858797834ac4e48ea64e30a5d81a
3
+ size 54681432
meta.json CHANGED
@@ -1,4 +1,78 @@
1
  {
2
- "name": "ksvk_girlsfrontline",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 30,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 6,
8
+ "tags": [
9
+ "blush",
10
+ "green_hairband",
11
+ "open_mouth",
12
+ "white_background",
13
+ "1girl",
14
+ "hair_flower",
15
+ "holding",
16
+ "official_alternate_costume",
17
+ "simple_background",
18
+ "solo",
19
+ "green_dress",
20
+ "looking_at_viewer",
21
+ "smile"
22
+ ]
23
+ }
24
+ ],
25
+ "core_tags": [
26
+ "animal_ears",
27
+ "long_hair",
28
+ "bangs",
29
+ "braid",
30
+ "grey_hair",
31
+ "hair_between_eyes",
32
+ "breasts",
33
+ "green_eyes",
34
+ "blue_eyes",
35
+ "large_breasts",
36
+ "white_hair"
37
+ ],
38
+ "display_name": "ksvk/KSVK/KSVK (Girls' Frontline)",
39
+ "name": "ksvk (Girls' Frontline)",
40
+ "packages": {
41
+ "1200": {
42
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
43
+ "filename": "dataset-1200.zip",
44
+ "package_size": 44452229,
45
+ "size": 30,
46
+ "type": "IMG+TXT"
47
+ },
48
+ "800": {
49
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
50
+ "filename": "dataset-800.zip",
51
+ "package_size": 25885333,
52
+ "size": 30,
53
+ "type": "IMG+TXT"
54
+ },
55
+ "raw": {
56
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
57
+ "filename": "dataset-raw.zip",
58
+ "package_size": 49625955,
59
+ "size": 30,
60
+ "type": "Waifuc-Raw"
61
+ },
62
+ "stage3-p480-1200": {
63
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
64
+ "filename": "dataset-stage3-p480-1200.zip",
65
+ "package_size": 87191480,
66
+ "size": 69,
67
+ "type": "IMG+TXT"
68
+ },
69
+ "stage3-p480-800": {
70
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
71
+ "filename": "dataset-stage3-p480-800.zip",
72
+ "package_size": 54681432,
73
+ "size": 69,
74
+ "type": "IMG+TXT"
75
+ }
76
+ },
77
+ "version": "v1.5"
78
  }
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: 03734a14acd32b3b5d2a9539e1d7ee75e81f680b0e3c518641a7a4a0db1263c1
  • Pointer size: 131 Bytes
  • Size of remote file: 338 kB