narugo commited on
Commit
4e0162f
1 Parent(s): d286984

Publish character 'hanako (Blue Archive)' to repository, on 2024-01-11 06:58:32 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,77 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of hanako_bluearchive
13
 
14
- This is the dataset of hanako_bluearchive, 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 | 540 | [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 | 540 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 540 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 540 | [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 hanako/浦和ハナコ/花子 (Blue Archive)
13
 
14
+ This is the dataset of hanako/浦和ハナコ/花子 (Blue Archive), containing 500 images and their tags.
15
+
16
+ The core tags of this character are `pink_hair, long_hair, breasts, halo, green_eyes, bangs, ahoge, large_breasts, braid, bow, hair_bow, hair_between_eyes, white_bow, 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 | 500 | 1.04 GiB | [Download](https://huggingface.co/datasets/CyberHarem/hanako_bluearchive/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 500 | 465.67 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hanako_bluearchive/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 1344 | 1.06 GiB | [Download](https://huggingface.co/datasets/CyberHarem/hanako_bluearchive/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 500 | 870.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hanako_bluearchive/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 1344 | 1.76 GiB | [Download](https://huggingface.co/datasets/CyberHarem/hanako_bluearchive/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/hanako_bluearchive',
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 | 6 | ![](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, blush, completely_nude, looking_at_viewer, navel, nipples, smile, solo, pussy, armpits, arms_behind_head, arms_up, collarbone, cowboy_shot, open_mouth, simple_background, stomach |
69
+ | 1 | 7 | ![](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, blush, cleavage, closed_mouth, holding, looking_at_viewer, see-through, smile, solo, water, white_shirt, collarbone, collared_shirt, hose, wet_shirt, bikini_under_clothes, long_sleeves, sitting, thighs, dress_shirt, side_braid, simple_background, white_background |
70
+ | 2 | 13 | ![](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, blush, cleavage, collared_shirt, long_sleeves, looking_at_viewer, smile, solo, white_shirt, collarbone, closed_mouth, simple_background, white_background, hose, holding, water, wet_clothes |
71
+ | 3 | 8 | ![](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, blush, cleavage, day, long_sleeves, looking_at_viewer, see-through, smile, solo, white_shirt, blue_sky, collared_shirt, holding, outdoors, water, bikini_under_clothes, collarbone, closed_mouth, cloud, hose, wet_shirt, dress_shirt, pink_bikini, beach, ocean, sleeves_past_wrists |
72
+ | 4 | 8 | ![](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, blush, cleavage, collarbone, long_sleeves, looking_at_viewer, see-through, solo, white_shirt, smile, wet_clothes, collared_shirt, pink_bikini, open_mouth, simple_background, white_background |
73
+ | 5 | 13 | ![](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, blush, looking_at_viewer, short_sleeves, solo, pleated_skirt, white_skirt, white_shirt, simple_background, smile, white_background, blue_sailor_collar, single_braid, open_mouth, pink_bowtie, white_serafuku |
74
+
75
+ ### Table Version
76
+
77
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | blush | completely_nude | looking_at_viewer | navel | nipples | smile | solo | pussy | armpits | arms_behind_head | arms_up | collarbone | cowboy_shot | open_mouth | simple_background | stomach | cleavage | closed_mouth | holding | see-through | water | white_shirt | collared_shirt | hose | wet_shirt | bikini_under_clothes | long_sleeves | sitting | thighs | dress_shirt | side_braid | white_background | wet_clothes | day | blue_sky | outdoors | cloud | pink_bikini | beach | ocean | sleeves_past_wrists | short_sleeves | pleated_skirt | white_skirt | blue_sailor_collar | single_braid | pink_bowtie | white_serafuku |
78
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:------------------|:--------------------|:--------|:----------|:--------|:-------|:--------|:----------|:-------------------|:----------|:-------------|:--------------|:-------------|:--------------------|:----------|:-----------|:---------------|:----------|:--------------|:--------|:--------------|:-----------------|:-------|:------------|:-----------------------|:---------------|:----------|:---------|:--------------|:-------------|:-------------------|:--------------|:------|:-----------|:-----------|:--------|:--------------|:--------|:--------|:----------------------|:----------------|:----------------|:--------------|:---------------------|:---------------|:--------------|:-----------------|
79
+ | 0 | 6 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
80
+ | 1 | 7 | ![](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 | X | X | X | X | X | | | | | | | | | | | | | | | | |
81
+ | 2 | 13 | ![](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 | | | X | | | | | X | X | | | | | | | | | | | | | | | |
82
+ | 3 | 8 | ![](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 | X | X | X | X | X | X | | | X | | | | X | X | X | X | X | X | X | X | | | | | | | |
83
+ | 4 | 8 | ![](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 | | | | | | | | | | |
84
+ | 5 | 13 | ![](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 |
85
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bed43aa03eeda70655961b32b770cd6e605f69d8a364e40dcd790db004ae8cd7
3
+ size 912927074
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0a7cea9b76317f95196e2dc9a347b845c952db058360e823fa112e87f663cb7c
3
- size 102270430
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b3efb017065199ce3c2bda1670dcd95e18c6ae71b5b934ae19d548a7895718a
3
+ size 488294799
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0ee00a729f58878b20bcd9531f850afb844ad3675b344b3629da50ef5a680f88
3
- size 551236014
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:21a2f393288107c3bf05862b6d592c7e6d363e5b9dfd102645fa1b9d05dd4cac
3
- size 286717587
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5974d3aa077533dac75a0684da05b87e30d428e8d669a171217af235b5b657f6
3
+ size 1120849989
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:06a824d1cb8858b9ab8f6d5c3fcd21a504ee7dbbc2d18e80a3f25c434d8f0572
3
- size 443915810
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:23e68c8e6c4f8f94eb822b965a440fd1b688d30b7450802a3277aa56ea01fd9b
3
- size 288578397
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:42ae3358aaa13bd8e6501eb23cb63f79ce021b2b6bbff0bb52fd30ae5b89b601
3
- size 370011590
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02bd17af22943e7d15b9f3bdcdf94d0d536dd6f0bd681a249091baa64eb32913
3
+ size 1890031071
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d10e7041d7a6373f9185b5cf196afe86aa7e3c1ad8b56ef1c5ea8db953bdf0
3
+ size 1133250287
meta.json CHANGED
@@ -1,4 +1,213 @@
1
  {
2
- "name": "hanako_bluearchive",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 500,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 6,
8
+ "tags": [
9
+ "1girl",
10
+ "blush",
11
+ "completely_nude",
12
+ "looking_at_viewer",
13
+ "navel",
14
+ "nipples",
15
+ "smile",
16
+ "solo",
17
+ "pussy",
18
+ "armpits",
19
+ "arms_behind_head",
20
+ "arms_up",
21
+ "collarbone",
22
+ "cowboy_shot",
23
+ "open_mouth",
24
+ "simple_background",
25
+ "stomach"
26
+ ]
27
+ },
28
+ {
29
+ "id": 1,
30
+ "size": 7,
31
+ "tags": [
32
+ "1girl",
33
+ "blush",
34
+ "cleavage",
35
+ "closed_mouth",
36
+ "holding",
37
+ "looking_at_viewer",
38
+ "see-through",
39
+ "smile",
40
+ "solo",
41
+ "water",
42
+ "white_shirt",
43
+ "collarbone",
44
+ "collared_shirt",
45
+ "hose",
46
+ "wet_shirt",
47
+ "bikini_under_clothes",
48
+ "long_sleeves",
49
+ "sitting",
50
+ "thighs",
51
+ "dress_shirt",
52
+ "side_braid",
53
+ "simple_background",
54
+ "white_background"
55
+ ]
56
+ },
57
+ {
58
+ "id": 2,
59
+ "size": 13,
60
+ "tags": [
61
+ "1girl",
62
+ "blush",
63
+ "cleavage",
64
+ "collared_shirt",
65
+ "long_sleeves",
66
+ "looking_at_viewer",
67
+ "smile",
68
+ "solo",
69
+ "white_shirt",
70
+ "collarbone",
71
+ "closed_mouth",
72
+ "simple_background",
73
+ "white_background",
74
+ "hose",
75
+ "holding",
76
+ "water",
77
+ "wet_clothes"
78
+ ]
79
+ },
80
+ {
81
+ "id": 3,
82
+ "size": 8,
83
+ "tags": [
84
+ "1girl",
85
+ "blush",
86
+ "cleavage",
87
+ "day",
88
+ "long_sleeves",
89
+ "looking_at_viewer",
90
+ "see-through",
91
+ "smile",
92
+ "solo",
93
+ "white_shirt",
94
+ "blue_sky",
95
+ "collared_shirt",
96
+ "holding",
97
+ "outdoors",
98
+ "water",
99
+ "bikini_under_clothes",
100
+ "collarbone",
101
+ "closed_mouth",
102
+ "cloud",
103
+ "hose",
104
+ "wet_shirt",
105
+ "dress_shirt",
106
+ "pink_bikini",
107
+ "beach",
108
+ "ocean",
109
+ "sleeves_past_wrists"
110
+ ]
111
+ },
112
+ {
113
+ "id": 4,
114
+ "size": 8,
115
+ "tags": [
116
+ "1girl",
117
+ "blush",
118
+ "cleavage",
119
+ "collarbone",
120
+ "long_sleeves",
121
+ "looking_at_viewer",
122
+ "see-through",
123
+ "solo",
124
+ "white_shirt",
125
+ "smile",
126
+ "wet_clothes",
127
+ "collared_shirt",
128
+ "pink_bikini",
129
+ "open_mouth",
130
+ "simple_background",
131
+ "white_background"
132
+ ]
133
+ },
134
+ {
135
+ "id": 5,
136
+ "size": 13,
137
+ "tags": [
138
+ "1girl",
139
+ "blush",
140
+ "looking_at_viewer",
141
+ "short_sleeves",
142
+ "solo",
143
+ "pleated_skirt",
144
+ "white_skirt",
145
+ "white_shirt",
146
+ "simple_background",
147
+ "smile",
148
+ "white_background",
149
+ "blue_sailor_collar",
150
+ "single_braid",
151
+ "open_mouth",
152
+ "pink_bowtie",
153
+ "white_serafuku"
154
+ ]
155
+ }
156
+ ],
157
+ "core_tags": [
158
+ "pink_hair",
159
+ "long_hair",
160
+ "breasts",
161
+ "halo",
162
+ "green_eyes",
163
+ "bangs",
164
+ "ahoge",
165
+ "large_breasts",
166
+ "braid",
167
+ "bow",
168
+ "hair_bow",
169
+ "hair_between_eyes",
170
+ "white_bow",
171
+ "very_long_hair"
172
+ ],
173
+ "display_name": "hanako/浦和ハナコ/花子 (Blue Archive)",
174
+ "name": "hanako (Blue Archive)",
175
+ "packages": {
176
+ "1200": {
177
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
178
+ "filename": "dataset-1200.zip",
179
+ "package_size": 912927074,
180
+ "size": 500,
181
+ "type": "IMG+TXT"
182
+ },
183
+ "800": {
184
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
185
+ "filename": "dataset-800.zip",
186
+ "package_size": 488294799,
187
+ "size": 500,
188
+ "type": "IMG+TXT"
189
+ },
190
+ "raw": {
191
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
192
+ "filename": "dataset-raw.zip",
193
+ "package_size": 1120849989,
194
+ "size": 500,
195
+ "type": "Waifuc-Raw"
196
+ },
197
+ "stage3-p480-1200": {
198
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
199
+ "filename": "dataset-stage3-p480-1200.zip",
200
+ "package_size": 1890031071,
201
+ "size": 1344,
202
+ "type": "IMG+TXT"
203
+ },
204
+ "stage3-p480-800": {
205
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
206
+ "filename": "dataset-stage3-p480-800.zip",
207
+ "package_size": 1133250287,
208
+ "size": 1344,
209
+ "type": "IMG+TXT"
210
+ }
211
+ },
212
+ "version": "v1.5"
213
  }
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: 57db04b37a328883d0d1ce9707b18e83131082b67feeb9306b4647eaadda7c80
  • Pointer size: 131 Bytes
  • Size of remote file: 215 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 28f8ffc9d6774c874160c25d2033a31b7e5992f1124a4c6d0a0a8e9453277728
  • Pointer size: 131 Bytes
  • Size of remote file: 432 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 220821bd3ba4b98df5c66211ec5ae56204999ca5fa70c6c66dcd42316a500e1d
  • Pointer size: 131 Bytes
  • Size of remote file: 523 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 62ac35863daceea638a33bb17338599811e27c9354cef1748f4a029e384f6d4a
  • Pointer size: 131 Bytes
  • Size of remote file: 253 kB
samples/3/clu3-sample0.png ADDED

Git LFS Details

  • SHA256: 85cbaf351a0f8950458d31c31cccc7da0dd57987e4485d098ef208439608398f
  • Pointer size: 131 Bytes
  • Size of remote file: 333 kB
samples/3/clu3-sample1.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 83d500c70fb456547e7e1d94ce965d68eb8d079a3e82092a616cb15609867ef9
  • Pointer size: 131 Bytes
  • Size of remote file: 356 kB
samples/4/clu4-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 56841b0fbc3978f5037fb7bd454b26401cb8d88a304a5cbb161cbc2c17b3ff35
  • Pointer size: 131 Bytes
  • Size of remote file: 252 kB
samples/5/clu5-sample1.png ADDED

Git LFS Details

  • SHA256: 70c9abf13e4d5df68119cef19dad115763e69ce947f711982df71d198e8d9d80
  • Pointer size: 131 Bytes
  • Size of remote file: 343 kB
samples/5/clu5-sample2.png ADDED

Git LFS Details

  • SHA256: 73d50fe22fb0689e6a609c1ca56d65486bc2aad648c73dfdb803d46f398cfd14
  • Pointer size: 131 Bytes
  • Size of remote file: 226 kB
samples/5/clu5-sample3.png ADDED

Git LFS Details

  • SHA256: 6ed7828fcfa3fe3dd2ecc592f27ed6d1ae1541cfdfa0fc76ee0b1a0ae263e561
  • Pointer size: 131 Bytes
  • Size of remote file: 343 kB
samples/5/clu5-sample4.png ADDED

Git LFS Details

  • SHA256: 3f65c1058369e069ba524fb5cda2ee059ae3889070957695f49a51e1834702c1
  • Pointer size: 131 Bytes
  • Size of remote file: 445 kB