narugo commited on
Commit
f2c8cd2
1 Parent(s): 93160ab

Publish character 'illyasviel_von_einzbern_fatestaynightufotable' to repository, on 2024-01-28 20:25:20 CST

Browse files
README.md CHANGED
@@ -9,22 +9,73 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of Illyasviel von Einzbern
13
 
14
- This is the dataset of Illyasviel von Einzbern, containing 95 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 | 95 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 237 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 95 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 95 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 95 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 95 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 95 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 237 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 237 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 237 | [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 Illyasviel Von Einzbern (Fate Stay Night [UFOTABLE])
13
 
14
+ This is the dataset of Illyasviel Von Einzbern (Fate Stay Night [UFOTABLE]), containing 95 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, white_hair, red_eyes, bangs, 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 | 95 | 88.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illyasviel_von_einzbern_fatestaynightufotable/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 95 | 69.56 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illyasviel_von_einzbern_fatestaynightufotable/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 220 | 149.33 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illyasviel_von_einzbern_fatestaynightufotable/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 95 | 88.60 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illyasviel_von_einzbern_fatestaynightufotable/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 220 | 178.33 MiB | [Download](https://huggingface.co/datasets/CyberHarem/illyasviel_von_einzbern_fatestaynightufotable/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/illyasviel_von_einzbern_fatestaynightufotable',
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, papakha, purple_headwear, solo, white_scarf, closed_mouth, purple_capelet, smile, upper_body, looking_at_viewer, purple_coat, blurry_background, outdoors |
69
+ | 1 | 27 | ![](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) | 1girl, solo, parody, upper_body, ascot, anime_coloring, purple_shirt |
70
+ | 2 | 10 | ![](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, white_skirt, ascot, long_sleeves, pleated_skirt, purple_shirt |
71
+ | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | 1girl, solo, blood_on_face |
72
+
73
+ ### Table Version
74
+
75
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | papakha | purple_headwear | solo | white_scarf | closed_mouth | purple_capelet | smile | upper_body | looking_at_viewer | purple_coat | blurry_background | outdoors | parody | ascot | anime_coloring | purple_shirt | white_skirt | long_sleeves | pleated_skirt | blood_on_face |
76
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:----------|:------------------|:-------|:--------------|:---------------|:-----------------|:--------|:-------------|:--------------------|:--------------|:--------------------|:-----------|:---------|:--------|:-----------------|:---------------|:--------------|:---------------|:----------------|:----------------|
77
+ | 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 | | | | | | | | |
78
+ | 1 | 27 | ![](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 | | | | |
79
+ | 2 | 10 | ![](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 | |
80
+ | 3 | 6 | ![](samples/3/clu3-sample0.png) | ![](samples/3/clu3-sample1.png) | ![](samples/3/clu3-sample2.png) | ![](samples/3/clu3-sample3.png) | ![](samples/3/clu3-sample4.png) | X | | | X | | | | | | | | | | | | | | | | | X |
81
 
dataset-384x512.zip → dataset-1200.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7ba17a96e560051c44803bd2f6478be3f6e6c765c89a5000587e8cf5daed29a0
3
- size 15720558
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7a324cfcf988cdf038fb3fbc37c96f716aec90e40228ffe831d01997f1a9aae
3
+ size 92908776
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:11bdf8015292f05d8f36615c6a65768f3d1419c9ed4aad5cfad2573a48b4f337
3
- size 40149698
 
 
 
 
dataset-512x512.zip → dataset-800.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bf6764dfe75794e303b800497f01fd8ded62b253af09b1587d844c6a6a2b7e2
3
- size 22642661
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f72649dab56fd9355ad8eadf26bfb1f6ab111463eaf48a70a6a9f7c314197d
3
+ size 72942065
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:41924f411c81477eacace0711d272df2273d0af9d9cb57b7a64046a626931cda
3
- size 190735337
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b775917bc18a63480a3b8f1d3b10a386eb1585f2e83a69fcb43d4592e5317361
3
- size 92942023
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab161dedb53afd41581931cb264bada3a8a4e1a169902fc71c21d077d5064cde
3
+ size 92943599
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d82a0bb00f4e80daa86eeec2ebce54bb478a6cae5e78dfd91d6a990894d54431
3
- size 190600092
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9798fd6d5f153ffb1a5f34d94c8e73c80200203f18403927be53c53a30cd3cd7
3
- size 119950518
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f31620da95d5726b51e0ae29b4b25ecea5e9163ac3aa0b259bfa867cf0ec4b4b
3
- size 159797422
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b17e53cb57fdedaba3ea54c44fbd2b9f3209fb5ef960560eb5c6a92740fcb1a4
3
+ size 186994594
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f4c7bfff850429ea9c7355e359ec2e314f7f67ca04a788ec456fc0c8099dc05
3
+ size 156584139
meta.json CHANGED
@@ -1,4 +1,107 @@
1
  {
2
- "name": "Illyasviel von Einzbern",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": "BangumiBase/fatestaynightufotable",
3
+ "base_size": 95,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 7,
8
+ "tags": [
9
+ "1girl",
10
+ "papakha",
11
+ "purple_headwear",
12
+ "solo",
13
+ "white_scarf",
14
+ "closed_mouth",
15
+ "purple_capelet",
16
+ "smile",
17
+ "upper_body",
18
+ "looking_at_viewer",
19
+ "purple_coat",
20
+ "blurry_background",
21
+ "outdoors"
22
+ ]
23
+ },
24
+ {
25
+ "id": 1,
26
+ "size": 27,
27
+ "tags": [
28
+ "1girl",
29
+ "solo",
30
+ "parody",
31
+ "upper_body",
32
+ "ascot",
33
+ "anime_coloring",
34
+ "purple_shirt"
35
+ ]
36
+ },
37
+ {
38
+ "id": 2,
39
+ "size": 10,
40
+ "tags": [
41
+ "1girl",
42
+ "solo",
43
+ "white_skirt",
44
+ "ascot",
45
+ "long_sleeves",
46
+ "pleated_skirt",
47
+ "purple_shirt"
48
+ ]
49
+ },
50
+ {
51
+ "id": 3,
52
+ "size": 6,
53
+ "tags": [
54
+ "1girl",
55
+ "solo",
56
+ "blood_on_face"
57
+ ]
58
+ }
59
+ ],
60
+ "core_tags": [
61
+ "long_hair",
62
+ "white_hair",
63
+ "red_eyes",
64
+ "bangs",
65
+ "hair_between_eyes"
66
+ ],
67
+ "display_name": "Illyasviel Von Einzbern (Fate Stay Night [UFOTABLE])",
68
+ "name": "illyasviel_von_einzbern_fatestaynightufotable",
69
+ "packages": {
70
+ "1200": {
71
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
72
+ "filename": "dataset-1200.zip",
73
+ "package_size": 92908776,
74
+ "size": 95,
75
+ "type": "IMG+TXT"
76
+ },
77
+ "800": {
78
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
79
+ "filename": "dataset-800.zip",
80
+ "package_size": 72942065,
81
+ "size": 95,
82
+ "type": "IMG+TXT"
83
+ },
84
+ "raw": {
85
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
86
+ "filename": "dataset-raw.zip",
87
+ "package_size": 92943599,
88
+ "size": 95,
89
+ "type": "Waifuc-Raw"
90
+ },
91
+ "stage3-p480-1200": {
92
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
93
+ "filename": "dataset-stage3-p480-1200.zip",
94
+ "package_size": 186994594,
95
+ "size": 220,
96
+ "type": "IMG+TXT"
97
+ },
98
+ "stage3-p480-800": {
99
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
100
+ "filename": "dataset-stage3-p480-800.zip",
101
+ "package_size": 156584139,
102
+ "size": 220,
103
+ "type": "IMG+TXT"
104
+ }
105
+ },
106
+ "version": "v1.5"
107
  }
dataset-512x704.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: ebc8a1134a32c76cb480b90e3edeab7addd102f65471481627def24f47bdc104
  • Pointer size: 131 Bytes
  • Size of remote file: 368 kB
samples/0/clu0-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 4607ad7f011c6fbae9f2c0690f50a0ffae9bf46bd018d5f8aa22b7ea5976cdf2
  • Pointer size: 131 Bytes
  • Size of remote file: 331 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 2d6d7c8b1bac9c839aea796ffe2c854d744c2782e8a3079fdfea3f1c85fb9e50
  • Pointer size: 131 Bytes
  • Size of remote file: 298 kB
samples/1/clu1-sample3.png ADDED

Git LFS Details

  • SHA256: 22545ad6ea399e4029aaaee8254643f693e849895e626abf4372a765d28e41e2
  • Pointer size: 131 Bytes
  • Size of remote file: 153 kB
samples/1/clu1-sample4.png ADDED

Git LFS Details

  • SHA256: 787c9f38cef6af3de7b9b86852b261538b91f02c21d32b375175aa54712c1b8e
  • Pointer size: 131 Bytes
  • Size of remote file: 182 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 72112b9ff823205331c941c84ff2bbf43929c4d4879f3d4acd7a8214009fe813
  • Pointer size: 131 Bytes
  • Size of remote file: 351 kB
samples/2/clu2-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 8851ebcff8cae28e7918427da61791ed3c260b75afa8295310d13bfe2542fa73
  • Pointer size: 131 Bytes
  • Size of remote file: 381 kB
samples/3/clu3-sample0.png ADDED

Git LFS Details

  • SHA256: f7df84b4595d9d3f411640590190463aec2ae10258557367d3838ba385af83c0
  • Pointer size: 131 Bytes
  • Size of remote file: 256 kB
samples/3/clu3-sample1.png ADDED

Git LFS Details

  • SHA256: cf6b3f9b87e623665c48e80c641f6161018bf87be4811deaf65668838c34216a
  • Pointer size: 131 Bytes
  • Size of remote file: 362 kB
samples/3/clu3-sample2.png ADDED

Git LFS Details

  • SHA256: 7c1ebac6430f03c5cdbb6e9d91807b3940cea4f56d58815a7cdf158b427369f5
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB
samples/3/clu3-sample3.png ADDED

Git LFS Details

  • SHA256: 5aa2564b100501d9513148b0a9b8fe61c789485d3d5be541ad7c46418d1e8cec
  • Pointer size: 131 Bytes
  • Size of remote file: 229 kB
samples/3/clu3-sample4.png ADDED

Git LFS Details

  • SHA256: 4815d387412a25bd7b623fe3fa902ebb6e8e9c3346fe5eb2a55e6af2b579ba8f
  • Pointer size: 131 Bytes
  • Size of remote file: 276 kB