narugo commited on
Commit
2fa4d16
·
verified ·
1 Parent(s): 9b25ef1

Publish character 'wakana_shiki (Love Live! Superstar!!)' to repository, on 2024-01-17 05:47:53 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,75 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of wakana_shiki (Love Live! Superstar!!)
13
 
14
- This is the dataset of wakana_shiki (Love Live! Superstar!!), containing 168 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 | 168 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 437 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 168 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 168 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 168 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 168 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 168 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 437 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 437 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 437 | [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 wakana_shiki/若菜四季/와카나시키 (Love Live! Superstar!!)
13
 
14
+ This is the dataset of wakana_shiki/若菜四季/와카나시키 (Love Live! Superstar!!), containing 239 images and their tags.
15
+
16
+ The core tags of this character are `blue_hair, short_hair, bangs, hair_between_eyes, earrings, ribbon, breasts, red_ribbon, neck_ribbon, orange_eyes, red_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 | 239 | 310.77 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakana_shiki_lovelivesuperstar/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 239 | 157.30 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakana_shiki_lovelivesuperstar/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 567 | 353.54 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakana_shiki_lovelivesuperstar/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 239 | 266.37 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakana_shiki_lovelivesuperstar/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 567 | 544.16 MiB | [Download](https://huggingface.co/datasets/CyberHarem/wakana_shiki_lovelivesuperstar/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/wakana_shiki_lovelivesuperstar',
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 | 31 | ![](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, yuigaoka_school_uniform, looking_at_viewer, white_shirt, pinafore_dress, blue_jacket, grey_dress, collared_shirt, long_sleeves, white_background, open_jacket, blush, simple_background, upper_body, jewelry, parted_lips |
69
+ | 1 | 6 | ![](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) | 2girls, solo_focus, looking_at_viewer, smile, jacket, jewelry, upper_body, birthday, blonde_hair, blush, red_hair, yuigaoka_school_uniform |
70
+ | 2 | 5 | ![](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, looking_at_viewer, navel, solo, blush, cleavage, collarbone, large_breasts, hair_flower, necklace, open_mouth, brown_eyes, side-tie_bikini_bottom, sitting, smile, thighs |
71
+ | 3 | 6 | ![](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, midriff, navel, tied_shirt, blue_shirt, blush, medium_breasts, short_sleeves, shorts, solo, arms_up, open_mouth, parted_lips, simple_background, stud_earrings, sweat, white_background, white_pants |
72
+ | 4 | 7 | ![](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) | 1boy, 1girl, blush, hetero, penis, solo_focus, jewelry, navel, nipples, pov, pussy, sex, spread_legs, sweat, vaginal, completely_nude, crossed_bangs, looking_at_viewer, mosaic_censoring, open_mouth, dark-skinned_male, on_back, collarbone, large_breasts, missionary, motion_lines, stomach, upper_teeth_only |
73
+
74
+ ### Table Version
75
+
76
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | solo | yuigaoka_school_uniform | looking_at_viewer | white_shirt | pinafore_dress | blue_jacket | grey_dress | collared_shirt | long_sleeves | white_background | open_jacket | blush | simple_background | upper_body | jewelry | parted_lips | 2girls | solo_focus | smile | jacket | birthday | blonde_hair | red_hair | navel | cleavage | collarbone | large_breasts | hair_flower | necklace | open_mouth | brown_eyes | side-tie_bikini_bottom | sitting | thighs | midriff | tied_shirt | blue_shirt | medium_breasts | short_sleeves | shorts | arms_up | stud_earrings | sweat | white_pants | 1boy | hetero | penis | nipples | pov | pussy | sex | spread_legs | vaginal | completely_nude | crossed_bangs | mosaic_censoring | dark-skinned_male | on_back | missionary | motion_lines | stomach | upper_teeth_only |
77
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-------|:--------------------------|:--------------------|:--------------|:-----------------|:--------------|:-------------|:-----------------|:---------------|:-------------------|:--------------|:--------|:--------------------|:-------------|:----------|:--------------|:---------|:-------------|:--------|:---------|:-----------|:--------------|:-----------|:--------|:-----------|:-------------|:----------------|:--------------|:-----------|:-------------|:-------------|:-------------------------|:----------|:---------|:----------|:-------------|:-------------|:-----------------|:----------------|:---------|:----------|:----------------|:--------|:--------------|:-------|:---------|:--------|:----------|:------|:--------|:------|:--------------|:----------|:------------------|:----------------|:-------------------|:--------------------|:----------|:-------------|:---------------|:----------|:-------------------|
78
+ | 0 | 31 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
79
+ | 1 | 6 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
80
+ | 2 | 5 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
81
+ | 3 | 6 | ![](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 | | | | | | | | | | | | | | | | | | |
82
+ | 4 | 7 | ![](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 | X | X | X | X | X | X | X | X | X | X |
83
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36cdee61b0cc815ff8e293704b7dc84d840b969f5a04f0436b1f237cc01bb6c4
3
+ size 279306418
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e361c673c264f049bb20fbe2b9b58a81b8a7c22209fa13ea758a55c887e03442
3
- size 79283774
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94bc5092b0b7b2bd20ddf9b0ec1c00a0af1c95864bbb322a811378e4e6cda59
3
+ size 164935847
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:286ec21ca11b6e3314dcbc9ac99eb8f4738e8608b96e3ed70cb0087d6eacbe35
3
- size 255967476
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c98a32f8b34dea48fb8b89dc807815ae9c04700528208ea31234ffd2249cbac
3
- size 131747581
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5c1f7698e4bfbb3793b3e2524517cd6d2481c25258a6ef428fd18c22e83b658
3
+ size 325870603
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1bdf47b913c6c40802f7bc240b2dd3848f5c8fb716e06ec323da2ddb94721fa8
3
- size 206502344
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:6d892261261440093816609899a34dd8556094477475680053b6a01771711bf8
3
- size 169522589
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:edb9f3d7687b36e7f3c9cb9c09619b8a19a90ff88b3d5bb4aa250dbdf2972a3b
3
- size 188326417
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babddb3be15b28eefa9120c8704e824a2184e46e84885292c20769c6d731b379
3
+ size 570593917
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a842599d706e76c8078cf3b88a03ce15083d057c4eff824a3267dd10f12df379
3
+ size 370710977
meta.json CHANGED
@@ -1,4 +1,181 @@
1
  {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  "name": "wakana_shiki (Love Live! Superstar!!)",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 239,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 31,
8
+ "tags": [
9
+ "1girl",
10
+ "solo",
11
+ "yuigaoka_school_uniform",
12
+ "looking_at_viewer",
13
+ "white_shirt",
14
+ "pinafore_dress",
15
+ "blue_jacket",
16
+ "grey_dress",
17
+ "collared_shirt",
18
+ "long_sleeves",
19
+ "white_background",
20
+ "open_jacket",
21
+ "blush",
22
+ "simple_background",
23
+ "upper_body",
24
+ "jewelry",
25
+ "parted_lips"
26
+ ]
27
+ },
28
+ {
29
+ "id": 1,
30
+ "size": 6,
31
+ "tags": [
32
+ "2girls",
33
+ "solo_focus",
34
+ "looking_at_viewer",
35
+ "smile",
36
+ "jacket",
37
+ "jewelry",
38
+ "upper_body",
39
+ "birthday",
40
+ "blonde_hair",
41
+ "blush",
42
+ "red_hair",
43
+ "yuigaoka_school_uniform"
44
+ ]
45
+ },
46
+ {
47
+ "id": 2,
48
+ "size": 5,
49
+ "tags": [
50
+ "1girl",
51
+ "looking_at_viewer",
52
+ "navel",
53
+ "solo",
54
+ "blush",
55
+ "cleavage",
56
+ "collarbone",
57
+ "large_breasts",
58
+ "hair_flower",
59
+ "necklace",
60
+ "open_mouth",
61
+ "brown_eyes",
62
+ "side-tie_bikini_bottom",
63
+ "sitting",
64
+ "smile",
65
+ "thighs"
66
+ ]
67
+ },
68
+ {
69
+ "id": 3,
70
+ "size": 6,
71
+ "tags": [
72
+ "1girl",
73
+ "looking_at_viewer",
74
+ "midriff",
75
+ "navel",
76
+ "tied_shirt",
77
+ "blue_shirt",
78
+ "blush",
79
+ "medium_breasts",
80
+ "short_sleeves",
81
+ "shorts",
82
+ "solo",
83
+ "arms_up",
84
+ "open_mouth",
85
+ "parted_lips",
86
+ "simple_background",
87
+ "stud_earrings",
88
+ "sweat",
89
+ "white_background",
90
+ "white_pants"
91
+ ]
92
+ },
93
+ {
94
+ "id": 4,
95
+ "size": 7,
96
+ "tags": [
97
+ "1boy",
98
+ "1girl",
99
+ "blush",
100
+ "hetero",
101
+ "penis",
102
+ "solo_focus",
103
+ "jewelry",
104
+ "navel",
105
+ "nipples",
106
+ "pov",
107
+ "pussy",
108
+ "sex",
109
+ "spread_legs",
110
+ "sweat",
111
+ "vaginal",
112
+ "completely_nude",
113
+ "crossed_bangs",
114
+ "looking_at_viewer",
115
+ "mosaic_censoring",
116
+ "open_mouth",
117
+ "dark-skinned_male",
118
+ "on_back",
119
+ "collarbone",
120
+ "large_breasts",
121
+ "missionary",
122
+ "motion_lines",
123
+ "stomach",
124
+ "upper_teeth_only"
125
+ ]
126
+ }
127
+ ],
128
+ "core_tags": [
129
+ "blue_hair",
130
+ "short_hair",
131
+ "bangs",
132
+ "hair_between_eyes",
133
+ "earrings",
134
+ "ribbon",
135
+ "breasts",
136
+ "red_ribbon",
137
+ "neck_ribbon",
138
+ "orange_eyes",
139
+ "red_eyes"
140
+ ],
141
+ "display_name": "wakana_shiki/若菜四季/와카나시키 (Love Live! Superstar!!)",
142
  "name": "wakana_shiki (Love Live! Superstar!!)",
143
+ "packages": {
144
+ "1200": {
145
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
146
+ "filename": "dataset-1200.zip",
147
+ "package_size": 279306418,
148
+ "size": 239,
149
+ "type": "IMG+TXT"
150
+ },
151
+ "800": {
152
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
153
+ "filename": "dataset-800.zip",
154
+ "package_size": 164935847,
155
+ "size": 239,
156
+ "type": "IMG+TXT"
157
+ },
158
+ "raw": {
159
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
160
+ "filename": "dataset-raw.zip",
161
+ "package_size": 325870603,
162
+ "size": 239,
163
+ "type": "Waifuc-Raw"
164
+ },
165
+ "stage3-p480-1200": {
166
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
167
+ "filename": "dataset-stage3-p480-1200.zip",
168
+ "package_size": 570593917,
169
+ "size": 567,
170
+ "type": "IMG+TXT"
171
+ },
172
+ "stage3-p480-800": {
173
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
174
+ "filename": "dataset-stage3-p480-800.zip",
175
+ "package_size": 370710977,
176
+ "size": 567,
177
+ "type": "IMG+TXT"
178
+ }
179
+ },
180
+ "version": "v1.5"
181
  }
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: de09d01cf4b587ab10d784b090e911612d9613be3378f34edb9fcec2ab844e15
  • Pointer size: 131 Bytes
  • Size of remote file: 374 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 61af197b1d0c4d93862fd5a9b9ed115447333f02fa0aeda4ea28cbcce91afcb4
  • Pointer size: 131 Bytes
  • Size of remote file: 391 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 73c3a6eac26ab076226efd8b5cfe2f59e00d4aecd6c2dc1ea3975bd509d17445
  • Pointer size: 131 Bytes
  • Size of remote file: 462 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 3d94463f3c4fb4c84d0ee752fbb32e8f56f9a7ad66ad0e2d7e3cdb70c1739b2a
  • Pointer size: 131 Bytes
  • Size of remote file: 275 kB