Datasets:

Size:
< 1K
Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo commited on
Commit
e5cd158
·
verified ·
1 Parent(s): 50f507b

Publish character 'paprika (Arknights)' to repository, on 2024-01-11 11:41:16 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 paprika/パプリカ/明椒 (Arknights)
13
+
14
+ This is the dataset of paprika/パプリカ/明椒 (Arknights), containing 18 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, horns, bangs, black_hair, brown_hair, brown_eyes, multicolored_hair, red_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 | 18 | 30.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paprika_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 18 | 13.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paprika_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 45 | 31.43 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paprika_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 18 | 24.57 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paprika_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 45 | 50.93 MiB | [Download](https://huggingface.co/datasets/CyberHarem/paprika_arknights/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/paprika_arknights',
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 | 18 | ![](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, solo, long_sleeves, white_background, open_mouth, shirt, simple_background, smile, holding, jacket |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | looking_at_viewer | solo | long_sleeves | white_background | open_mouth | shirt | simple_background | smile | holding | jacket |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------------|:-------|:---------------|:-------------------|:-------------|:--------|:--------------------|:--------|:----------|:---------|
74
+ | 0 | 18 | ![](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 |
75
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a3212c4ee3d24fceefe50f70125ad8ff17e45b58d6c8d242352f5f09aa1fce7
3
+ size 25763224
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dd8c3c58cb63f85d7242cd3eca5dd71e622a14fbaf525700f2742c6dbfd1b3d
3
+ size 14305897
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:768544f7fbe1ac8749f2b1573fb0e194d93ae9caa3b8c06404ddcbfd22a680eb
3
+ size 31844807
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5b78e71ead975f3d1f8db850589db7c444941a24e498138dce3b5bd4d4b9d4
3
+ size 53399939
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aba66bfaa25f5798cd9b773446a55de3acd831bb257bb9646be20a09ce06a89e
3
+ size 32957213
meta.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 18,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 18,
8
+ "tags": [
9
+ "1girl",
10
+ "looking_at_viewer",
11
+ "solo",
12
+ "long_sleeves",
13
+ "white_background",
14
+ "open_mouth",
15
+ "shirt",
16
+ "simple_background",
17
+ "smile",
18
+ "holding",
19
+ "jacket"
20
+ ]
21
+ }
22
+ ],
23
+ "core_tags": [
24
+ "long_hair",
25
+ "horns",
26
+ "bangs",
27
+ "black_hair",
28
+ "brown_hair",
29
+ "brown_eyes",
30
+ "multicolored_hair",
31
+ "red_hair"
32
+ ],
33
+ "display_name": "paprika/パプリカ/明椒 (Arknights)",
34
+ "name": "paprika (Arknights)",
35
+ "packages": {
36
+ "1200": {
37
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
38
+ "filename": "dataset-1200.zip",
39
+ "package_size": 25763224,
40
+ "size": 18,
41
+ "type": "IMG+TXT"
42
+ },
43
+ "800": {
44
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
45
+ "filename": "dataset-800.zip",
46
+ "package_size": 14305897,
47
+ "size": 18,
48
+ "type": "IMG+TXT"
49
+ },
50
+ "raw": {
51
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
52
+ "filename": "dataset-raw.zip",
53
+ "package_size": 31844807,
54
+ "size": 18,
55
+ "type": "Waifuc-Raw"
56
+ },
57
+ "stage3-p480-1200": {
58
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
59
+ "filename": "dataset-stage3-p480-1200.zip",
60
+ "package_size": 53399939,
61
+ "size": 45,
62
+ "type": "IMG+TXT"
63
+ },
64
+ "stage3-p480-800": {
65
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
66
+ "filename": "dataset-stage3-p480-800.zip",
67
+ "package_size": 32957213,
68
+ "size": 45,
69
+ "type": "IMG+TXT"
70
+ }
71
+ },
72
+ "version": "v1.5"
73
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: eb3da8121dd2d58202a47732f67014aff5d4aa02031865effcdd1397e7798bc4
  • Pointer size: 131 Bytes
  • Size of remote file: 239 kB