narugo commited on
Commit
2c0ed23
1 Parent(s): ac8a924

Publish character 'vincennes (Azur Lane)' to repository, on 2024-01-14 13:05:52 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 vincennes/ヴィンセンス/文森斯 (Azur Lane)
13
+
14
+ This is the dataset of vincennes/ヴィンセンス/文森斯 (Azur Lane), containing 17 images and their tags.
15
+
16
+ The core tags of this character are `blue_eyes, long_hair, blue_hair, bangs, twintails, hair_ornament, breasts, sidelocks, very_long_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 | 17 | 11.71 MiB | [Download](https://huggingface.co/datasets/CyberHarem/vincennes_azurlane/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 17 | 9.61 MiB | [Download](https://huggingface.co/datasets/CyberHarem/vincennes_azurlane/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 28 | 15.94 MiB | [Download](https://huggingface.co/datasets/CyberHarem/vincennes_azurlane/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 17 | 11.62 MiB | [Download](https://huggingface.co/datasets/CyberHarem/vincennes_azurlane/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 28 | 18.94 MiB | [Download](https://huggingface.co/datasets/CyberHarem/vincennes_azurlane/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/vincennes_azurlane',
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 | 17 | ![](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, 1girl, looking_at_viewer, solo, white_background, full_body, long_sleeves, skirt, black_jacket, black_thighhighs, simple_background, closed_mouth |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | blush | 1girl | looking_at_viewer | solo | white_background | full_body | long_sleeves | skirt | black_jacket | black_thighhighs | simple_background | closed_mouth |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:--------------------|:-------|:-------------------|:------------|:---------------|:--------|:---------------|:-------------------|:--------------------|:---------------|
74
+ | 0 | 17 | ![](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 |
75
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d21ec82b234204b3c44b19f21a55cce34d81c4bfcb962377e6a471206f05639
3
+ size 12181275
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed85ecc9a3fb0d721824cab06e30ab7e36cc9299d5c645487a3a35f616aa0271
3
+ size 10075795
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2165f5bb7ff2d72a5025c9d42a61cc7d7279ebc460295209bd6e96adb7d74203
3
+ size 12282699
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a332d5d2c8ba9117471c26515fe7afb62ab2bb667b2ad8fc34e33f0e0ccd0bb
3
+ size 19858982
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80370b4a078303de8ee15f50e4813e39b33ec11289e5a58a10d4c89f06997937
3
+ size 16711601
meta.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 17,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 17,
8
+ "tags": [
9
+ "blush",
10
+ "1girl",
11
+ "looking_at_viewer",
12
+ "solo",
13
+ "white_background",
14
+ "full_body",
15
+ "long_sleeves",
16
+ "skirt",
17
+ "black_jacket",
18
+ "black_thighhighs",
19
+ "simple_background",
20
+ "closed_mouth"
21
+ ]
22
+ }
23
+ ],
24
+ "core_tags": [
25
+ "blue_eyes",
26
+ "long_hair",
27
+ "blue_hair",
28
+ "bangs",
29
+ "twintails",
30
+ "hair_ornament",
31
+ "breasts",
32
+ "sidelocks",
33
+ "very_long_hair"
34
+ ],
35
+ "display_name": "vincennes/ヴィンセンス/文森斯 (Azur Lane)",
36
+ "name": "vincennes (Azur Lane)",
37
+ "packages": {
38
+ "1200": {
39
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
40
+ "filename": "dataset-1200.zip",
41
+ "package_size": 12181275,
42
+ "size": 17,
43
+ "type": "IMG+TXT"
44
+ },
45
+ "800": {
46
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
47
+ "filename": "dataset-800.zip",
48
+ "package_size": 10075795,
49
+ "size": 17,
50
+ "type": "IMG+TXT"
51
+ },
52
+ "raw": {
53
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
54
+ "filename": "dataset-raw.zip",
55
+ "package_size": 12282699,
56
+ "size": 17,
57
+ "type": "Waifuc-Raw"
58
+ },
59
+ "stage3-p480-1200": {
60
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
61
+ "filename": "dataset-stage3-p480-1200.zip",
62
+ "package_size": 19858982,
63
+ "size": 28,
64
+ "type": "IMG+TXT"
65
+ },
66
+ "stage3-p480-800": {
67
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
68
+ "filename": "dataset-stage3-p480-800.zip",
69
+ "package_size": 16711601,
70
+ "size": 28,
71
+ "type": "IMG+TXT"
72
+ }
73
+ },
74
+ "version": "v1.5"
75
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: c3b45cd7fd3c7a543f4c185973c1441d623f22712f68411b695a0864288f3863
  • Pointer size: 131 Bytes
  • Size of remote file: 396 kB