Datasets:

Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo commited on
Commit
dce989e
·
1 Parent(s): aebd7b4

Publish character 'shamare (Arknights)' to repository, on 2024-01-10 14:19:49 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,77 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of shamare_arknights
13
 
14
- This is the dataset of shamare_arknights, 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 | 486 | [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 | 486 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 486 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 486 | [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 shamare/シャマレ/巫恋 (Arknights)
13
 
14
+ This is the dataset of shamare/シャマレ/巫恋 (Arknights), containing 301 images and their tags.
15
+
16
+ The core tags of this character are `animal_ears, animal_ear_fluff, fox_ears, twintails, pink_hair, bangs, tail, fox_girl, fox_tail, hair_between_eyes, hair_ornament, symbol-shaped_pupils, pink_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 | 301 | 527.15 MiB | [Download](https://huggingface.co/datasets/CyberHarem/shamare_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 301 | 255.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/shamare_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 743 | 571.78 MiB | [Download](https://huggingface.co/datasets/CyberHarem/shamare_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 301 | 442.39 MiB | [Download](https://huggingface.co/datasets/CyberHarem/shamare_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 743 | 907.82 MiB | [Download](https://huggingface.co/datasets/CyberHarem/shamare_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/shamare_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 | 14 | ![](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, black_dress, black_headwear, solo, official_alternate_costume, purple_eyes, purple_hair, looking_at_viewer, black_bow, closed_mouth, wrist_cuffs, butterfly, white_background, holding_book, mini_hat, simple_background |
69
+ | 1 | 16 | ![](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, looking_at_viewer, solo, white_shirt, simple_background, closed_mouth, stuffed_animal, white_background, holding_stuffed_toy, blush, cowboy_shot, white_pantyhose, black_dress, collared_shirt, heart-shaped_pupils, upper_body, v-shaped_eyebrows |
70
+ | 2 | 14 | ![](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, solo, stuffed_animal, white_shirt, black_footwear, high_heels, long_sleeves, looking_at_viewer, white_pantyhose, closed_mouth, knife, holding_stuffed_toy, simple_background, skirt, shoes, white_background, holding_book, object_hug, sitting, collared_shirt, full_body, standing, v-shaped_eyebrows |
71
+ | 3 | 18 | ![](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, looking_at_viewer, solo, white_shirt, collared_shirt, closed_mouth, upper_body, short_hair, simple_background, collarbone, white_background, v-shaped_eyebrows, burnt_clothes |
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, apple, looking_at_viewer, solo, white_pantyhose, white_shirt, book, high_heels, long_sleeves, stuffed_animal, black_footwear, holding_fruit, sitting, collared_shirt, shoes |
73
+ | 5 | 5 | ![](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) | blush, heart-shaped_pupils, nipples, solo_focus, 2girls, blonde_hair, collarbone, small_breasts, looking_at_viewer, pussy, blue_hairband, hair_ribbon, loli, navel, nude, open_mouth, short_hair, sweat, thighhighs, vibrator |
74
+
75
+ ### Table Version
76
+
77
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | black_dress | black_headwear | solo | official_alternate_costume | purple_eyes | purple_hair | looking_at_viewer | black_bow | closed_mouth | wrist_cuffs | butterfly | white_background | holding_book | mini_hat | simple_background | long_sleeves | white_shirt | stuffed_animal | holding_stuffed_toy | blush | cowboy_shot | white_pantyhose | collared_shirt | heart-shaped_pupils | upper_body | v-shaped_eyebrows | black_footwear | high_heels | knife | skirt | shoes | object_hug | sitting | full_body | standing | short_hair | collarbone | burnt_clothes | apple | book | holding_fruit | nipples | solo_focus | 2girls | blonde_hair | small_breasts | pussy | blue_hairband | hair_ribbon | loli | navel | nude | open_mouth | sweat | thighhighs | vibrator |
78
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------------|:-----------------|:-------|:-----------------------------|:--------------|:--------------|:--------------------|:------------|:---------------|:--------------|:------------|:-------------------|:---------------|:-----------|:--------------------|:---------------|:--------------|:-----------------|:----------------------|:--------|:--------------|:------------------|:-----------------|:----------------------|:-------------|:--------------------|:-----------------|:-------------|:--------|:--------|:--------|:-------------|:----------|:------------|:-----------|:-------------|:-------------|:----------------|:--------|:-------|:----------------|:----------|:-------------|:---------|:--------------|:----------------|:--------|:----------------|:--------------|:-------|:--------|:-------|:-------------|:--------|:-------------|:-----------|
79
+ | 0 | 14 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
80
+ | 1 | 16 | ![](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 | 14 | ![](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 | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | |
82
+ | 3 | 18 | ![](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 | | | | | | | | | | | | | | | | | | |
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 | | | | | | | | | | | | | | | |
84
+ | 5 | 5 | ![](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 |
85
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25b1f0d904a6c8c6c89ac5248c944aa674b79f4753756ce6c6fd4490754e61c0
3
+ size 463881747
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ceed0d45042fc684c935537bc1fe64ea005c44325a2af2f75869585001ee7a25
3
- size 109875312
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69874848cc6db889fc0b1bf499f135f1e4f6b7890740bbf52be9b6397cd1b1d9
3
+ size 267772799
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e0831bdee88f272a433f08d9941f2d51695bab26473033a03003841672d2a6b
3
- size 499604785
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:24e420b79144e259ffa143434ddb32196a52aad2fb7ff5a422e2944a823ccf96
3
- size 255275754
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9e313be24a0cd7d28daba2993efbb7296ca1b53feb635259ec26834b72ab76
3
+ size 552754147
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9835f30a822c49772c0698c65766ce166b4a27ed370797e25595a1f6442717f0
3
- size 378549309
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:130e3cdbef2b5481aa6e8c35c9b897e6884e3a971cbacb7cadb87382063391d4
3
- size 230962229
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:004c4846548c7f1819334364eef25ced17ed1948e586d8036c6aa1c3882e7156
3
- size 297641108
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fe39fde35cc0a4c0e3c177a184a9b67df0280097347f3ddaebc3e0318fc9eb7
3
+ size 951920296
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edba1b7781a9138e0945ad0b43588aa30ec609f96b8907fb5753499e502c8520
3
+ size 599557865
meta.json CHANGED
@@ -1,4 +1,202 @@
1
  {
2
- "name": "shamare_arknights",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 301,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 14,
8
+ "tags": [
9
+ "1girl",
10
+ "black_dress",
11
+ "black_headwear",
12
+ "solo",
13
+ "official_alternate_costume",
14
+ "purple_eyes",
15
+ "purple_hair",
16
+ "looking_at_viewer",
17
+ "black_bow",
18
+ "closed_mouth",
19
+ "wrist_cuffs",
20
+ "butterfly",
21
+ "white_background",
22
+ "holding_book",
23
+ "mini_hat",
24
+ "simple_background"
25
+ ]
26
+ },
27
+ {
28
+ "id": 1,
29
+ "size": 16,
30
+ "tags": [
31
+ "1girl",
32
+ "long_sleeves",
33
+ "looking_at_viewer",
34
+ "solo",
35
+ "white_shirt",
36
+ "simple_background",
37
+ "closed_mouth",
38
+ "stuffed_animal",
39
+ "white_background",
40
+ "holding_stuffed_toy",
41
+ "blush",
42
+ "cowboy_shot",
43
+ "white_pantyhose",
44
+ "black_dress",
45
+ "collared_shirt",
46
+ "heart-shaped_pupils",
47
+ "upper_body",
48
+ "v-shaped_eyebrows"
49
+ ]
50
+ },
51
+ {
52
+ "id": 2,
53
+ "size": 14,
54
+ "tags": [
55
+ "1girl",
56
+ "solo",
57
+ "stuffed_animal",
58
+ "white_shirt",
59
+ "black_footwear",
60
+ "high_heels",
61
+ "long_sleeves",
62
+ "looking_at_viewer",
63
+ "white_pantyhose",
64
+ "closed_mouth",
65
+ "knife",
66
+ "holding_stuffed_toy",
67
+ "simple_background",
68
+ "skirt",
69
+ "shoes",
70
+ "white_background",
71
+ "holding_book",
72
+ "object_hug",
73
+ "sitting",
74
+ "collared_shirt",
75
+ "full_body",
76
+ "standing",
77
+ "v-shaped_eyebrows"
78
+ ]
79
+ },
80
+ {
81
+ "id": 3,
82
+ "size": 18,
83
+ "tags": [
84
+ "1girl",
85
+ "looking_at_viewer",
86
+ "solo",
87
+ "white_shirt",
88
+ "collared_shirt",
89
+ "closed_mouth",
90
+ "upper_body",
91
+ "short_hair",
92
+ "simple_background",
93
+ "collarbone",
94
+ "white_background",
95
+ "v-shaped_eyebrows",
96
+ "burnt_clothes"
97
+ ]
98
+ },
99
+ {
100
+ "id": 4,
101
+ "size": 6,
102
+ "tags": [
103
+ "1girl",
104
+ "apple",
105
+ "looking_at_viewer",
106
+ "solo",
107
+ "white_pantyhose",
108
+ "white_shirt",
109
+ "book",
110
+ "high_heels",
111
+ "long_sleeves",
112
+ "stuffed_animal",
113
+ "black_footwear",
114
+ "holding_fruit",
115
+ "sitting",
116
+ "collared_shirt",
117
+ "shoes"
118
+ ]
119
+ },
120
+ {
121
+ "id": 5,
122
+ "size": 5,
123
+ "tags": [
124
+ "blush",
125
+ "heart-shaped_pupils",
126
+ "nipples",
127
+ "solo_focus",
128
+ "2girls",
129
+ "blonde_hair",
130
+ "collarbone",
131
+ "small_breasts",
132
+ "looking_at_viewer",
133
+ "pussy",
134
+ "blue_hairband",
135
+ "hair_ribbon",
136
+ "loli",
137
+ "navel",
138
+ "nude",
139
+ "open_mouth",
140
+ "short_hair",
141
+ "sweat",
142
+ "thighhighs",
143
+ "vibrator"
144
+ ]
145
+ }
146
+ ],
147
+ "core_tags": [
148
+ "animal_ears",
149
+ "animal_ear_fluff",
150
+ "fox_ears",
151
+ "twintails",
152
+ "pink_hair",
153
+ "bangs",
154
+ "tail",
155
+ "fox_girl",
156
+ "fox_tail",
157
+ "hair_between_eyes",
158
+ "hair_ornament",
159
+ "symbol-shaped_pupils",
160
+ "pink_eyes"
161
+ ],
162
+ "display_name": "shamare/シャマレ/巫恋 (Arknights)",
163
+ "name": "shamare (Arknights)",
164
+ "packages": {
165
+ "1200": {
166
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
167
+ "filename": "dataset-1200.zip",
168
+ "package_size": 463881747,
169
+ "size": 301,
170
+ "type": "IMG+TXT"
171
+ },
172
+ "800": {
173
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
174
+ "filename": "dataset-800.zip",
175
+ "package_size": 267772799,
176
+ "size": 301,
177
+ "type": "IMG+TXT"
178
+ },
179
+ "raw": {
180
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
181
+ "filename": "dataset-raw.zip",
182
+ "package_size": 552754147,
183
+ "size": 301,
184
+ "type": "Waifuc-Raw"
185
+ },
186
+ "stage3-p480-1200": {
187
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
188
+ "filename": "dataset-stage3-p480-1200.zip",
189
+ "package_size": 951920296,
190
+ "size": 743,
191
+ "type": "IMG+TXT"
192
+ },
193
+ "stage3-p480-800": {
194
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
195
+ "filename": "dataset-stage3-p480-800.zip",
196
+ "package_size": 599557865,
197
+ "size": 743,
198
+ "type": "IMG+TXT"
199
+ }
200
+ },
201
+ "version": "v1.5"
202
  }
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: 82e0799c78926e8f0ea19b302338bda39caf41e5ea0dd3f04e7d7027fb4b59c7
  • Pointer size: 131 Bytes
  • Size of remote file: 281 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 6e4e2ec13b031f00c84e853473f4ba2da4bb33a68434c62e4ac389a316f5d5bf
  • Pointer size: 131 Bytes
  • Size of remote file: 445 kB
samples/1/clu1-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 845624f3f1b9c8aa9944ae8be1504000a6742eed602abe2443315923d7dd055b
  • Pointer size: 131 Bytes
  • Size of remote file: 469 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 4d552a2b7738886ae5f53d9a788f6b4a9fdd0c5dc2132b198b38e766d371b771
  • Pointer size: 131 Bytes
  • Size of remote file: 319 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 4e717b9ef6a3e1a12074f00b1651b6729d200a92edf942f626d05fc1807c2f08
  • Pointer size: 131 Bytes
  • Size of remote file: 447 kB
samples/3/clu3-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 58cdb1334fad1c2811eaad4f216f0be70976183ff6b1f5a949772855a5dc3c5c
  • Pointer size: 131 Bytes
  • Size of remote file: 368 kB
samples/4/clu4-sample2.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 152e858c601ba71b79bae2de0d90ed308fd51a711076ae608977a2ac9eec41c9
  • Pointer size: 131 Bytes
  • Size of remote file: 317 kB
samples/5/clu5-sample1.png ADDED

Git LFS Details

  • SHA256: 04da8ff30c05a63fb45bfa9b06d2bad45fbb6e3e93a0d9516cd61723285ea14c
  • Pointer size: 131 Bytes
  • Size of remote file: 452 kB
samples/5/clu5-sample2.png ADDED

Git LFS Details

  • SHA256: 5468a08221f7aa49a30780b2edfa2ef14bfb76c0a6c89f23fad1a44350b754fa
  • Pointer size: 131 Bytes
  • Size of remote file: 189 kB
samples/5/clu5-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 636befb3ee9d3ed70969461e8c732c4339edfde8aa21a82e7280e98a855b869b
  • Pointer size: 131 Bytes
  • Size of remote file: 228 kB