narugo commited on
Commit
2e59a29
1 Parent(s): e7ce299

Publish character 'prinz_eugen (Kantai Collection)' to repository, on 2024-01-15 00:06:38 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,77 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of prinz_eugen_kantaicollection
13
 
14
- This is the dataset of prinz_eugen_kantaicollection, containing 200 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 | 200 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 515 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 200 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 200 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 200 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 200 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 200 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 515 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 515 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 515 | [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 prinz_eugen/プリンツ・オイゲン (Kantai Collection)
13
 
14
+ This is the dataset of prinz_eugen/プリンツ・オイゲン (Kantai Collection), containing 500 images and their tags.
15
+
16
+ The core tags of this character are `blonde_hair, long_hair, twintails, hair_ornament, anchor_hair_ornament, hat, peaked_cap, breasts, low_twintails, aqua_eyes, large_breasts, blue_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 | 500 | 539.47 MiB | [Download](https://huggingface.co/datasets/CyberHarem/prinz_eugen_kantaicollection/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 500 | 335.53 MiB | [Download](https://huggingface.co/datasets/CyberHarem/prinz_eugen_kantaicollection/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 1264 | 752.95 MiB | [Download](https://huggingface.co/datasets/CyberHarem/prinz_eugen_kantaicollection/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 500 | 488.87 MiB | [Download](https://huggingface.co/datasets/CyberHarem/prinz_eugen_kantaicollection/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 1264 | 1005.17 MiB | [Download](https://huggingface.co/datasets/CyberHarem/prinz_eugen_kantaicollection/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/prinz_eugen_kantaicollection',
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 | 12 | ![](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, long_sleeves, looking_at_viewer, military_uniform, pleated_skirt, solo, white_gloves, smile, iron_cross, simple_background, black_skirt, white_background, blush, microskirt |
69
+ | 1 | 12 | ![](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, long_sleeves, military_hat, military_uniform, pleated_skirt, smile, solo, white_background, white_gloves, black_skirt, black_thighhighs, iron_cross, simple_background, looking_at_viewer, microskirt, open_mouth, blush, full_body |
70
+ | 2 | 21 | ![](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, long_sleeves, military_uniform, solo, iron_cross, looking_at_viewer, smile, blush, white_gloves, upper_body, simple_background, white_background, military_hat, hair_between_eyes |
71
+ | 3 | 9 | ![](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, military_uniform, skirt, solo, white_gloves, blush, white_panties, black_thighhighs, looking_at_viewer, open_mouth, smile |
72
+ | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | 1girl, green_eyes, looking_at_viewer, solo, blush, cloud, day, outdoors, ocean, open_mouth, smile, water, ass, blue_sky, hair_between_eyes, looking_back, navel, side-tie_bikini_bottom |
73
+ | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-sample4.png) | 1girl, bangs, blush, cat_ears, looking_at_viewer, solo, fang, hair_between_eyes, open_mouth, sweat, :d, animal_ear_fluff, bare_shoulders, buruma, collarbone, cowboy_shot, green_eyes, simple_background, cat_girl, cleavage, fingernails, kemonomimi_mode, navel, shiny_skin, sports_bikini, sports_bra, stomach, armpits, bare_arms, shiny_hair |
74
+
75
+ ### Table Version
76
+
77
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | long_sleeves | looking_at_viewer | military_uniform | pleated_skirt | solo | white_gloves | smile | iron_cross | simple_background | black_skirt | white_background | blush | microskirt | military_hat | black_thighhighs | open_mouth | full_body | upper_body | hair_between_eyes | skirt | white_panties | green_eyes | cloud | day | outdoors | ocean | water | ass | blue_sky | looking_back | navel | side-tie_bikini_bottom | bangs | cat_ears | fang | sweat | :d | animal_ear_fluff | bare_shoulders | buruma | collarbone | cowboy_shot | cat_girl | cleavage | fingernails | kemonomimi_mode | shiny_skin | sports_bikini | sports_bra | stomach | armpits | bare_arms | shiny_hair |
78
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:---------------|:--------------------|:-------------------|:----------------|:-------|:---------------|:--------|:-------------|:--------------------|:--------------|:-------------------|:--------|:-------------|:---------------|:-------------------|:-------------|:------------|:-------------|:--------------------|:--------|:----------------|:-------------|:--------|:------|:-----------|:--------|:--------|:------|:-----------|:---------------|:--------|:-------------------------|:--------|:-----------|:-------|:--------|:-----|:-------------------|:-----------------|:---------|:-------------|:--------------|:-----------|:-----------|:--------------|:------------------|:-------------|:----------------|:-------------|:----------|:----------|:------------|:-------------|
79
+ | 0 | 12 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
80
+ | 1 | 12 | ![](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 | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
81
+ | 2 | 21 | ![](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 | X | X | | X | X | | X | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
82
+ | 3 | 9 | ![](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 | | X | X | X | | | | | X | | | X | X | | | | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
83
+ | 4 | 6 | ![](samples/4/clu4-sample0.png) | ![](samples/4/clu4-sample1.png) | ![](samples/4/clu4-sample2.png) | ![](samples/4/clu4-sample3.png) | ![](samples/4/clu4-sample4.png) | X | | X | | | X | | X | | | | | X | | | | X | | | X | | | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | |
84
+ | 5 | 7 | ![](samples/5/clu5-sample0.png) | ![](samples/5/clu5-sample1.png) | ![](samples/5/clu5-sample2.png) | ![](samples/5/clu5-sample3.png) | ![](samples/5/clu5-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 | X | X | X | X | X |
85
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006ef21e33807b5bb6b178203656c90c37facc54a4e4b3111f09e4a69baba720
3
+ size 512612857
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c489a5540e666917c63760628dce0b7bfdc489cb5882961de5cd9ed3261b254
3
- size 98387662
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a23681bc21f3c8d0956cc408e7af9c92073a12c8fe54e915543910c9250ab6d2
3
+ size 351832278
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f0d476a75ad1724fec78e03b86d6639cf338dcc921f11d96323c94f8441ca6e
3
- size 336295814
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d3805d321e0ff838e693ba87785fa4bc30e1279918f57b7ecac8f22bef2e9a5
3
- size 169845844
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64fb429859884b7c63275eca50e348e7b8d49bd2336194d591326fb3da1ab59d
3
+ size 565680291
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d2ea7949a1cb020be63d5f883fceb23e58adf87bdaf02eb6d0ed79fc8fa29d8
3
- size 276483602
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:36dc04f2a7e8f8902c49326735082c42e6eecada63100e74a2c0c6a775e0d43a
3
- size 198482003
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:141b0452cb532f414dce234a4bc20cf621175e4f47c33194d218c7b99085d0d1
3
- size 230819600
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c381d3bb2081fba4e2fee87e8c301b889e318ad7b5029e3bb2e5f19cae794b2
3
+ size 1054001019
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b7d5aaf2fb972b96f2b0c03c0b1e48e3ed2ce300359730252d8f32944597228
3
+ size 789529698
meta.json CHANGED
@@ -1,4 +1,201 @@
1
  {
2
- "name": "prinz_eugen_kantaicollection",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 500,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 12,
8
+ "tags": [
9
+ "1girl",
10
+ "long_sleeves",
11
+ "looking_at_viewer",
12
+ "military_uniform",
13
+ "pleated_skirt",
14
+ "solo",
15
+ "white_gloves",
16
+ "smile",
17
+ "iron_cross",
18
+ "simple_background",
19
+ "black_skirt",
20
+ "white_background",
21
+ "blush",
22
+ "microskirt"
23
+ ]
24
+ },
25
+ {
26
+ "id": 1,
27
+ "size": 12,
28
+ "tags": [
29
+ "1girl",
30
+ "long_sleeves",
31
+ "military_hat",
32
+ "military_uniform",
33
+ "pleated_skirt",
34
+ "smile",
35
+ "solo",
36
+ "white_background",
37
+ "white_gloves",
38
+ "black_skirt",
39
+ "black_thighhighs",
40
+ "iron_cross",
41
+ "simple_background",
42
+ "looking_at_viewer",
43
+ "microskirt",
44
+ "open_mouth",
45
+ "blush",
46
+ "full_body"
47
+ ]
48
+ },
49
+ {
50
+ "id": 2,
51
+ "size": 21,
52
+ "tags": [
53
+ "1girl",
54
+ "long_sleeves",
55
+ "military_uniform",
56
+ "solo",
57
+ "iron_cross",
58
+ "looking_at_viewer",
59
+ "smile",
60
+ "blush",
61
+ "white_gloves",
62
+ "upper_body",
63
+ "simple_background",
64
+ "white_background",
65
+ "military_hat",
66
+ "hair_between_eyes"
67
+ ]
68
+ },
69
+ {
70
+ "id": 3,
71
+ "size": 9,
72
+ "tags": [
73
+ "1girl",
74
+ "military_uniform",
75
+ "skirt",
76
+ "solo",
77
+ "white_gloves",
78
+ "blush",
79
+ "white_panties",
80
+ "black_thighhighs",
81
+ "looking_at_viewer",
82
+ "open_mouth",
83
+ "smile"
84
+ ]
85
+ },
86
+ {
87
+ "id": 4,
88
+ "size": 6,
89
+ "tags": [
90
+ "1girl",
91
+ "green_eyes",
92
+ "looking_at_viewer",
93
+ "solo",
94
+ "blush",
95
+ "cloud",
96
+ "day",
97
+ "outdoors",
98
+ "ocean",
99
+ "open_mouth",
100
+ "smile",
101
+ "water",
102
+ "ass",
103
+ "blue_sky",
104
+ "hair_between_eyes",
105
+ "looking_back",
106
+ "navel",
107
+ "side-tie_bikini_bottom"
108
+ ]
109
+ },
110
+ {
111
+ "id": 5,
112
+ "size": 7,
113
+ "tags": [
114
+ "1girl",
115
+ "bangs",
116
+ "blush",
117
+ "cat_ears",
118
+ "looking_at_viewer",
119
+ "solo",
120
+ "fang",
121
+ "hair_between_eyes",
122
+ "open_mouth",
123
+ "sweat",
124
+ ":d",
125
+ "animal_ear_fluff",
126
+ "bare_shoulders",
127
+ "buruma",
128
+ "collarbone",
129
+ "cowboy_shot",
130
+ "green_eyes",
131
+ "simple_background",
132
+ "cat_girl",
133
+ "cleavage",
134
+ "fingernails",
135
+ "kemonomimi_mode",
136
+ "navel",
137
+ "shiny_skin",
138
+ "sports_bikini",
139
+ "sports_bra",
140
+ "stomach",
141
+ "armpits",
142
+ "bare_arms",
143
+ "shiny_hair"
144
+ ]
145
+ }
146
+ ],
147
+ "core_tags": [
148
+ "blonde_hair",
149
+ "long_hair",
150
+ "twintails",
151
+ "hair_ornament",
152
+ "anchor_hair_ornament",
153
+ "hat",
154
+ "peaked_cap",
155
+ "breasts",
156
+ "low_twintails",
157
+ "aqua_eyes",
158
+ "large_breasts",
159
+ "blue_eyes"
160
+ ],
161
+ "display_name": "prinz_eugen/プリンツ・オイゲン (Kantai Collection)",
162
+ "name": "prinz_eugen (Kantai Collection)",
163
+ "packages": {
164
+ "1200": {
165
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
166
+ "filename": "dataset-1200.zip",
167
+ "package_size": 512612857,
168
+ "size": 500,
169
+ "type": "IMG+TXT"
170
+ },
171
+ "800": {
172
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
173
+ "filename": "dataset-800.zip",
174
+ "package_size": 351832278,
175
+ "size": 500,
176
+ "type": "IMG+TXT"
177
+ },
178
+ "raw": {
179
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
180
+ "filename": "dataset-raw.zip",
181
+ "package_size": 565680291,
182
+ "size": 500,
183
+ "type": "Waifuc-Raw"
184
+ },
185
+ "stage3-p480-1200": {
186
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
187
+ "filename": "dataset-stage3-p480-1200.zip",
188
+ "package_size": 1054001019,
189
+ "size": 1264,
190
+ "type": "IMG+TXT"
191
+ },
192
+ "stage3-p480-800": {
193
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
194
+ "filename": "dataset-stage3-p480-800.zip",
195
+ "package_size": 789529698,
196
+ "size": 1264,
197
+ "type": "IMG+TXT"
198
+ }
199
+ },
200
+ "version": "v1.5"
201
  }
dataset-384x512.zip → samples/0/clu0-sample0.png RENAMED
File without changes
dataset-512x512.zip → samples/0/clu0-sample1.png RENAMED
File without changes
dataset-512x704.zip → samples/0/clu0-sample2.png RENAMED
File without changes
dataset-640x640.zip → samples/0/clu0-sample3.png RENAMED
File without changes
samples/0/clu0-sample4.png ADDED

Git LFS Details

  • SHA256: 38984bac6d102125d514fadbb1df5d9bcb09fc69f60d3010164118ef4ee84a5c
  • Pointer size: 131 Bytes
  • Size of remote file: 308 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 3fc689838751f675efc04493cd789f781ede48613414761fc434cffb6c10299e
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 842b1eccae1a32e5d753d9c14677a3a58fa53a8c5134635478766f4c04f4f2df
  • Pointer size: 131 Bytes
  • Size of remote file: 192 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

  • SHA256: 9d710818301496f9ca02b823a9001bb11d5414526a0898da992313f1001c4dbe
  • Pointer size: 131 Bytes
  • Size of remote file: 399 kB
samples/2/clu2-sample1.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 208bf7a4dc7022a7fd2a7a2cb3809df5a5072c881375289223e67d45f476640b
  • Pointer size: 131 Bytes
  • Size of remote file: 310 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 826405ddad763146fa098e38ca0acba0c3d6e0bd46066d96745429086f043fcf
  • Pointer size: 131 Bytes
  • Size of remote file: 430 kB
samples/3/clu3-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: be98c5db9d330649f87258de96e2cb76236bca8a057da6ae6e4a59eac412bbde
  • Pointer size: 131 Bytes
  • Size of remote file: 239 kB
samples/4/clu4-sample0.png ADDED

Git LFS Details

  • SHA256: ff2f36ca4dec00fa2cb9571ff2f8ca61d237967c1d559f19e5efd9c920190582
  • Pointer size: 131 Bytes
  • Size of remote file: 379 kB
samples/4/clu4-sample1.png ADDED

Git LFS Details

  • SHA256: 270c4edfeab911a1cb1b61ae4646beb885328dea70f03245db82be3b0862da5f
  • Pointer size: 131 Bytes
  • Size of remote file: 405 kB
samples/4/clu4-sample2.png ADDED

Git LFS Details

  • SHA256: 2c41aa4cf1f4476d3b605b3437ba14da66e94285774c3224c6f1a85145638ce6
  • Pointer size: 131 Bytes
  • Size of remote file: 462 kB
samples/4/clu4-sample3.png ADDED

Git LFS Details

  • SHA256: b7eae5c5a53ee33edbb507ab4744e7874a99562de3016ebfec2d34a414f35c5f
  • Pointer size: 131 Bytes
  • Size of remote file: 411 kB
samples/4/clu4-sample4.png ADDED

Git LFS Details

  • SHA256: 53a38410a87f793af2f0718fd6efec9c166cca34ea5481ed9ce578e7ad619f56
  • Pointer size: 131 Bytes
  • Size of remote file: 435 kB
samples/5/clu5-sample0.png ADDED

Git LFS Details

  • SHA256: 676982638df2aef8ceb723d702a27c44a3d87d23a7b053a147a6bed292ae5a81
  • Pointer size: 131 Bytes
  • Size of remote file: 405 kB
samples/5/clu5-sample1.png ADDED

Git LFS Details

  • SHA256: 57f07aadd4c2ac569f9cd5bbeb7d887a4aa1e292a05b53733ca5231e3119255f
  • Pointer size: 131 Bytes
  • Size of remote file: 416 kB
samples/5/clu5-sample2.png ADDED

Git LFS Details

  • SHA256: 3661a4af5040a6bf65597c27cf75e6153a40d14e286ebbe6df7cb2b3efc67771
  • Pointer size: 131 Bytes
  • Size of remote file: 321 kB
samples/5/clu5-sample3.png ADDED

Git LFS Details

  • SHA256: 2539ebb88cf2ea98f1124f9076209c734a3624ef7ecf5d277fed8730abbdd15b
  • Pointer size: 131 Bytes
  • Size of remote file: 477 kB
samples/5/clu5-sample4.png ADDED

Git LFS Details

  • SHA256: 9d5a81a9a28cc57913aefcb59bad4203331c204d0b8eaca21e1da6f7ab14ab56
  • Pointer size: 131 Bytes
  • Size of remote file: 381 kB