narugo commited on
Commit
94dfc24
1 Parent(s): 90ee84c

Publish character 'purestream (Arknights)' to repository, on 2024-01-11 04:07:25 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,67 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of purestream_arknights
13
 
14
- This is the dataset of purestream_arknights, containing 49 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 | 49 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 111 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 49 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 49 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 49 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 49 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 49 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 111 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 111 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 111 | [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 purestream/セイリュウ/清流 (Arknights)
13
 
14
+ This is the dataset of purestream/セイリュウ/清流 (Arknights), containing 53 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, bangs, twintails, blue_eyes, low_twintails, bow, breasts, visor_cap, brown_hair, hat, white_headwear, blue_bow, hair_between_eyes, purple_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 | 53 | 84.14 MiB | [Download](https://huggingface.co/datasets/CyberHarem/purestream_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 53 | 44.41 MiB | [Download](https://huggingface.co/datasets/CyberHarem/purestream_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 143 | 101.95 MiB | [Download](https://huggingface.co/datasets/CyberHarem/purestream_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 53 | 72.18 MiB | [Download](https://huggingface.co/datasets/CyberHarem/purestream_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 143 | 142.16 MiB | [Download](https://huggingface.co/datasets/CyberHarem/purestream_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/purestream_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 | 13 | ![](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, solo, looking_at_viewer, sleeveless_dress, white_dress, bare_shoulders, bare_arms, white_background, hair_bow, water, white_bow, holding, blush, collarbone, shoulder_bag, :d, closed_mouth, open_mouth, white_footwear |
69
+
70
+ ### Table Version
71
+
72
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | looking_at_viewer | sleeveless_dress | white_dress | bare_shoulders | bare_arms | white_background | hair_bow | water | white_bow | holding | blush | collarbone | shoulder_bag | :d | closed_mouth | open_mouth | white_footwear |
73
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------------------|:-------------------|:--------------|:-----------------|:------------|:-------------------|:-----------|:--------|:------------|:----------|:--------|:-------------|:---------------|:-----|:---------------|:-------------|:-----------------|
74
+ | 0 | 13 | ![](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 |
75
 
dataset-384x512.zip → dataset-1200.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:441ccf357ea6f075d3471d26658c34578a05aad5e56366ff6ab7aadf8bff9796
3
- size 11305812
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c347392566b7be1ac1e28d6a51c218296aeec545f29810e900c6a5df1431a9e7
3
+ size 75681899
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e60da4adad36eecfbdbdc8942b4dca59cd41efdf4bd4c4ef37a88568bcb60ac2
3
- size 27320308
 
 
 
 
dataset-512x512.zip → dataset-800.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a8464cfe61c411340bbd4c1db3619bf34fe2ca1256b10d681169a7ff84dff86f
3
- size 12796468
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0661e9f9b402da06245764519afc32e75e41dfd42797db17f36a45e73e02abda
3
+ size 46567725
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:66b3eb29551f21800420864af2d026eb666f0db0d21acdc7201a92e71f851c94
3
- size 63469010
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cc4ff284a6f925beabea997ad40b33ccae55799877949f3419ae6070ccb1de0
3
- size 36538552
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cdd3f923014c2b0ad27287a9cce4f64a3ec7155a479f75d3bfab6578261203
3
+ size 88231284
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5111021f201ccda0da4479c373aaf25033eef380b17f885b3b4bbaad07bf1b5
3
- size 57889149
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4208ef6f1c94244148d58515373288d9db4488b596ae0247fe734182cd25da0f
3
- size 44690336
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc5358f16482ab8f51e0dcc25fb466723eff81aacabfe554227e50d434a2162d
3
- size 51538467
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2db03d4aa87e32835306fe2e1bfe6a16507f377baedbc358d31e9e6d3b8df1cb
3
+ size 149070121
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d82272ce6f921c90ca5034cf9dcc7628ffd16f661db542b646938a0d4c861a1e
3
+ size 106900445
meta.json CHANGED
@@ -1,4 +1,87 @@
1
  {
2
- "name": "purestream_arknights",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 53,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 13,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "looking_at_viewer",
12
+ "sleeveless_dress",
13
+ "white_dress",
14
+ "bare_shoulders",
15
+ "bare_arms",
16
+ "white_background",
17
+ "hair_bow",
18
+ "water",
19
+ "white_bow",
20
+ "holding",
21
+ "blush",
22
+ "collarbone",
23
+ "shoulder_bag",
24
+ ":d",
25
+ "closed_mouth",
26
+ "open_mouth",
27
+ "white_footwear"
28
+ ]
29
+ }
30
+ ],
31
+ "core_tags": [
32
+ "long_hair",
33
+ "bangs",
34
+ "twintails",
35
+ "blue_eyes",
36
+ "low_twintails",
37
+ "bow",
38
+ "breasts",
39
+ "visor_cap",
40
+ "brown_hair",
41
+ "hat",
42
+ "white_headwear",
43
+ "blue_bow",
44
+ "hair_between_eyes",
45
+ "purple_hair"
46
+ ],
47
+ "display_name": "purestream/セイリュウ/清流 (Arknights)",
48
+ "name": "purestream (Arknights)",
49
+ "packages": {
50
+ "1200": {
51
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
52
+ "filename": "dataset-1200.zip",
53
+ "package_size": 75681899,
54
+ "size": 53,
55
+ "type": "IMG+TXT"
56
+ },
57
+ "800": {
58
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
59
+ "filename": "dataset-800.zip",
60
+ "package_size": 46567725,
61
+ "size": 53,
62
+ "type": "IMG+TXT"
63
+ },
64
+ "raw": {
65
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
66
+ "filename": "dataset-raw.zip",
67
+ "package_size": 88231284,
68
+ "size": 53,
69
+ "type": "Waifuc-Raw"
70
+ },
71
+ "stage3-p480-1200": {
72
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
73
+ "filename": "dataset-stage3-p480-1200.zip",
74
+ "package_size": 149070121,
75
+ "size": 143,
76
+ "type": "IMG+TXT"
77
+ },
78
+ "stage3-p480-800": {
79
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
80
+ "filename": "dataset-stage3-p480-800.zip",
81
+ "package_size": 106900445,
82
+ "size": 143,
83
+ "type": "IMG+TXT"
84
+ }
85
+ },
86
+ "version": "v1.5"
87
  }
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: 314bf571e37963ec618faeea729a472ef8fa30cfe3daa903c5072da1cd2d4ef7
  • Pointer size: 131 Bytes
  • Size of remote file: 336 kB
samples/0/clu0-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 0e52ccd2ce658cb8d79dfbd557812e542cfaafe103abee8204d8308c08324ea6
  • Pointer size: 131 Bytes
  • Size of remote file: 174 kB