narugo commited on
Commit
ebdd865
1 Parent(s): 38eaf9f

Publish character 'peppe_arknights' to repository, on 2024-05-10 01:47:03 CST

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 Peppe/佩佩 (Arknights)
13
+
14
+ This is the dataset of Peppe/佩佩 (Arknights), containing 25 images and their tags.
15
+
16
+ The core tags of this character are `blue_eyes, brown_hair, long_hair, hair_ornament, animal_ears, cat_tail, tail, cat_ears`, 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 | Images-others | Images-head |
23
+ |:-----------------|---------:|:----------|:-----------------------------------------------------------------------------------------------------------------|:-----------|:---------------------------------------------------------------------|:----------------|:--------------|
24
+ | raw | 25 | 18.51 MiB | [Download](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). | -- | -- |
25
+ | stage3-p180-1200 | 62 | 42.73 MiB | [Download](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/dataset-stage3-p180-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 180x180 pixels. | 45 | 17 |
26
+
27
+ ### Load Raw Dataset with Waifuc
28
+
29
+ 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
30
+
31
+ ```python
32
+ import os
33
+ import zipfile
34
+
35
+ from huggingface_hub import hf_hub_download
36
+ from waifuc.source import LocalSource
37
+
38
+ # download raw archive file
39
+ zip_file = hf_hub_download(
40
+ repo_id='CyberHarem/peppe_arknights',
41
+ repo_type='dataset',
42
+ filename='dataset-raw.zip',
43
+ )
44
+
45
+ # extract files to your directory
46
+ dataset_dir = 'dataset_dir'
47
+ os.makedirs(dataset_dir, exist_ok=True)
48
+ with zipfile.ZipFile(zip_file, 'r') as zf:
49
+ zf.extractall(dataset_dir)
50
+
51
+ # load the dataset with waifuc
52
+ source = LocalSource(dataset_dir)
53
+ for item in source:
54
+ print(item.image, item.meta['filename'], item.meta['tags'])
55
+ ```
56
+
57
+ ## List of Clusters
58
+
59
+ List of tag clustering result, maybe some outfits can be mined here.
60
+
61
+ ### Raw Text Version
62
+
63
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
64
+ |----:|----------:|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
65
+ | 0 | 25 | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample4.png) | 1girl, hood_up, looking_at_viewer, smile, solo, holding, closed_mouth, hooded_jacket, midriff, navel, long_sleeves, black_jacket, black_shorts, short_shorts, open_jacket, belt, crop_top, thigh_strap, weapon, white_shirt, standing, blush, white_flower, cat_hood, outdoors |
66
+
67
+ ### Table Version
68
+
69
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | hood_up | looking_at_viewer | smile | solo | holding | closed_mouth | hooded_jacket | midriff | navel | long_sleeves | black_jacket | black_shorts | short_shorts | open_jacket | belt | crop_top | thigh_strap | weapon | white_shirt | standing | blush | white_flower | cat_hood | outdoors |
70
+ |----:|----------:|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------|:--------|:----------|:--------------------|:--------|:-------|:----------|:---------------|:----------------|:----------|:--------|:---------------|:---------------|:---------------|:---------------|:--------------|:-------|:-----------|:--------------|:---------|:--------------|:-----------|:--------|:---------------|:-----------|:-----------|
71
+ | 0 | 25 | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample0.png) | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample1.png) | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample2.png) | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample3.png) | ![](https://huggingface.co/datasets/CyberHarem/peppe_arknights/resolve/main/samples/0/clu0-sample4.png) | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X |
72
+
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7295585bb28645d1451699654a93e338f2d49b4b7bffc007d5a1785972df991c
3
+ size 19409094
dataset-stage3-p180-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dc5a3f421dd43dc69fc87f2edc3cf8be150a283c09814de2961a6736c02ae2c
3
+ size 44803429
meta.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": null,
3
+ "base_size": 25,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 25,
8
+ "tags": [
9
+ "1girl",
10
+ "hood_up",
11
+ "looking_at_viewer",
12
+ "smile",
13
+ "solo",
14
+ "holding",
15
+ "closed_mouth",
16
+ "hooded_jacket",
17
+ "midriff",
18
+ "navel",
19
+ "long_sleeves",
20
+ "black_jacket",
21
+ "black_shorts",
22
+ "short_shorts",
23
+ "open_jacket",
24
+ "belt",
25
+ "crop_top",
26
+ "thigh_strap",
27
+ "weapon",
28
+ "white_shirt",
29
+ "standing",
30
+ "blush",
31
+ "white_flower",
32
+ "cat_hood",
33
+ "outdoors"
34
+ ]
35
+ }
36
+ ],
37
+ "core_tags": [
38
+ "blue_eyes",
39
+ "brown_hair",
40
+ "long_hair",
41
+ "hair_ornament",
42
+ "animal_ears",
43
+ "cat_tail",
44
+ "tail",
45
+ "cat_ears"
46
+ ],
47
+ "display_name": "Peppe/佩佩 (Arknights)",
48
+ "name": "peppe_arknights",
49
+ "packages": {
50
+ "raw": {
51
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
52
+ "filename": "dataset-raw.zip",
53
+ "package_size": 19409094,
54
+ "size": 25,
55
+ "sub_sizes": {},
56
+ "type": "Waifuc-Raw"
57
+ },
58
+ "stage3-p180-1200": {
59
+ "description": "3-stage cropped dataset with the area not less than 180x180 pixels.",
60
+ "filename": "dataset-stage3-p180-1200.zip",
61
+ "package_size": 44803429,
62
+ "size": 62,
63
+ "sub_sizes": {
64
+ "head": 17,
65
+ "others": 45
66
+ },
67
+ "type": "IMG+TXT"
68
+ }
69
+ },
70
+ "version": "v1.6-alpha0"
71
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 7013d79fcb7ca81a2f763f6a68f2f18941997a763930325653bc1b4643dc0a75
  • Pointer size: 131 Bytes
  • Size of remote file: 467 kB