narugo commited on
Commit
314aa67
1 Parent(s): fbc07dc

Publish character 'mutsuki (Azur Lane)' to repository, on 2024-01-13 01:32:05 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,73 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of mutsuki_azurlane
13
 
14
- This is the dataset of mutsuki_azurlane, containing 83 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 | 83 | [Download](dataset-raw.zip) | Raw data with meta information. |
21
- | raw-stage3 | 216 | [Download](dataset-raw-stage3.zip) | 3-stage cropped raw data with meta information. |
22
- | 384x512 | 83 | [Download](dataset-384x512.zip) | 384x512 aligned dataset. |
23
- | 512x512 | 83 | [Download](dataset-512x512.zip) | 512x512 aligned dataset. |
24
- | 512x704 | 83 | [Download](dataset-512x704.zip) | 512x704 aligned dataset. |
25
- | 640x640 | 83 | [Download](dataset-640x640.zip) | 640x640 aligned dataset. |
26
- | 640x880 | 83 | [Download](dataset-640x880.zip) | 640x880 aligned dataset. |
27
- | stage3-640 | 216 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 216 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 216 | [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 mutsuki/睦月/睦月 (Azur Lane)
13
 
14
+ This is the dataset of mutsuki/睦月/睦月 (Azur Lane), containing 139 images and their tags.
15
+
16
+ The core tags of this character are `animal_ears, brown_hair, cat_ears, green_eyes, hat, twintails, school_hat, short_hair, yellow_headwear, tail, ribbon, cat_tail, animal_ear_fluff, fang, short_twintails, bangs, low_twintails, bow, cat_girl, ears_through_headwear`, 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 | 139 | 137.06 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mutsuki_azurlane/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 139 | 87.29 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mutsuki_azurlane/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 325 | 188.93 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mutsuki_azurlane/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 139 | 125.13 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mutsuki_azurlane/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 325 | 252.33 MiB | [Download](https://huggingface.co/datasets/CyberHarem/mutsuki_azurlane/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/mutsuki_azurlane',
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 | 34 | ![](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) | kindergarten_uniform, blue_shirt, long_sleeves, looking_at_viewer, open_mouth, 1girl, blush, solo, yellow_skirt, yellow_neckerchief, pleated_skirt, :d, holding_lollipop, blunt_bangs, sailor_collar, jingle_bell, shoes, white_socks, white_background, hair_bow |
69
+ | 1 | 5 | ![](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, full_body, kindergarten_uniform, looking_at_viewer, open_mouth, pleated_skirt, red_skirt, smile, solo, standing, tail_bow, white_pantyhose, ;d, lifebuoy, lollipop, one_eye_closed, arm_up, candy_wrapper, chibi, jingle_bell, simple_background, white_background, white_shirt, black_footwear, blunt_bangs, brown_footwear, holding_candy, legs_apart, mary_janes, outstretched_arm, paw_print, pigeon-toed, pink_bowtie, puffy_long_sleeves, rigging, torpedo_tubes, turret |
70
+ | 2 | 6 | ![](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, hetero, loli, open_mouth, sex, solo_focus, vaginal, 1boy, navel, penis, spread_legs, bar_censor, nude, tears, cum_in_pussy, nipples, sweat |
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, bell, blush, christmas, green_bow, open_mouth, red_bow, santa_hat, solo, candy_cane, fur-trimmed_headwear, looking_at_viewer, red_headwear, white_dress, wrist_cuffs, brown_footwear, red_capelet, striped_bow, :d, ;d, animal, blunt_bangs, chick, fur-trimmed_boots, fur-trimmed_capelet, holding_food, one_eye_closed, sack, snowflakes, white_background, white_thighhighs |
72
+
73
+ ### Table Version
74
+
75
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | kindergarten_uniform | blue_shirt | long_sleeves | looking_at_viewer | open_mouth | 1girl | blush | solo | yellow_skirt | yellow_neckerchief | pleated_skirt | :d | holding_lollipop | blunt_bangs | sailor_collar | jingle_bell | shoes | white_socks | white_background | hair_bow | full_body | red_skirt | smile | standing | tail_bow | white_pantyhose | ;d | lifebuoy | lollipop | one_eye_closed | arm_up | candy_wrapper | chibi | simple_background | white_shirt | black_footwear | brown_footwear | holding_candy | legs_apart | mary_janes | outstretched_arm | paw_print | pigeon-toed | pink_bowtie | puffy_long_sleeves | rigging | torpedo_tubes | turret | hetero | loli | sex | solo_focus | vaginal | 1boy | navel | penis | spread_legs | bar_censor | nude | tears | cum_in_pussy | nipples | sweat | bell | christmas | green_bow | red_bow | santa_hat | candy_cane | fur-trimmed_headwear | red_headwear | white_dress | wrist_cuffs | red_capelet | striped_bow | animal | chick | fur-trimmed_boots | fur-trimmed_capelet | holding_food | sack | snowflakes | white_thighhighs |
76
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:-----------------------|:-------------|:---------------|:--------------------|:-------------|:--------|:--------|:-------|:---------------|:---------------------|:----------------|:-----|:-------------------|:--------------|:----------------|:--------------|:--------|:--------------|:-------------------|:-----------|:------------|:------------|:--------|:-----------|:-----------|:------------------|:-----|:-----------|:-----------|:-----------------|:---------|:----------------|:--------|:--------------------|:--------------|:-----------------|:-----------------|:----------------|:-------------|:-------------|:-------------------|:------------|:--------------|:--------------|:---------------------|:----------|:----------------|:---------|:---------|:-------|:------|:-------------|:----------|:-------|:--------|:--------|:--------------|:-------------|:-------|:--------|:---------------|:----------|:--------|:-------|:------------|:------------|:----------|:------------|:-------------|:-----------------------|:---------------|:--------------|:--------------|:--------------|:--------------|:---------|:--------|:--------------------|:----------------------|:---------------|:-------|:-------------|:-------------------|
77
+ | 0 | 34 | ![](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 | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
78
+ | 1 | 5 | ![](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 | X | X | X | X | X | X | X | X | X | X | X | X | X | X | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
79
+ | 2 | 6 | ![](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 | | | | | | | | | | | | | | | | | | | | |
80
+ | 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 | X | X | X | X | X | X | X | X | X | X | X | X |
81
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9393d9b802a0741c4b6b7c3620fcce4ed5c7cd71efed6eb4616baa42767635
3
+ size 131204140
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:57a0b057ade9ccfa69d152d3b7c1a18b6bc0b1b34042c9d0efa05108aea9f5e3
3
- size 37737610
 
 
 
 
dataset-384x512.zip → dataset-800.zip RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7c57106eda07e2b42b820398a5200cc96955e4884d1aca56ae63faec7d19cf99
3
- size 15449669
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50dd312c161b44eb59ecdca5c3c32084c95ee02459c8cb3144ad78a0d2ef67fe
3
+ size 91529225
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:4383e0650f80918b18d83909597fe5c7b736a182db121dd91491525a95d0d2ed
3
- size 121988494
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0282191766e4caf397b923d7b54703dd04f25267caf6a81fe27097b7d5e95ccf
3
- size 61659920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f96f3b665768a54ccc8ca79be0aea895f35e79e6a6a3655d1875b72d2a6d3b
3
+ size 143715402
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed61da11c617ae7b8b95e75d8a452aa73803b954d2622fd4ef1a3c4ad09c8d4f
3
- size 121251369
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba36116fa20f088e0a942f5666c2770954c80ce96060d80aa62fa893d882087b
3
- size 89790591
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fe47b2f6b7f0649403e493ccfe6220a6f27a8d81b1876c3dfda2565f7306615a
3
- size 107801773
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:642a001a6e634d2ae9fbd78e152e766203f66d9ff12491366164258545776e2a
3
+ size 264583175
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b40e7d4ff8cf89f24a6100c1c44b4bceac4eadf7e4480d7bf88973bf4b3863fc
3
+ size 198109998
meta.json CHANGED
@@ -1,4 +1,199 @@
1
  {
2
- "name": "mutsuki_azurlane",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 139,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 34,
8
+ "tags": [
9
+ "kindergarten_uniform",
10
+ "blue_shirt",
11
+ "long_sleeves",
12
+ "looking_at_viewer",
13
+ "open_mouth",
14
+ "1girl",
15
+ "blush",
16
+ "solo",
17
+ "yellow_skirt",
18
+ "yellow_neckerchief",
19
+ "pleated_skirt",
20
+ ":d",
21
+ "holding_lollipop",
22
+ "blunt_bangs",
23
+ "sailor_collar",
24
+ "jingle_bell",
25
+ "shoes",
26
+ "white_socks",
27
+ "white_background",
28
+ "hair_bow"
29
+ ]
30
+ },
31
+ {
32
+ "id": 1,
33
+ "size": 5,
34
+ "tags": [
35
+ "1girl",
36
+ "blush",
37
+ "full_body",
38
+ "kindergarten_uniform",
39
+ "looking_at_viewer",
40
+ "open_mouth",
41
+ "pleated_skirt",
42
+ "red_skirt",
43
+ "smile",
44
+ "solo",
45
+ "standing",
46
+ "tail_bow",
47
+ "white_pantyhose",
48
+ ";d",
49
+ "lifebuoy",
50
+ "lollipop",
51
+ "one_eye_closed",
52
+ "arm_up",
53
+ "candy_wrapper",
54
+ "chibi",
55
+ "jingle_bell",
56
+ "simple_background",
57
+ "white_background",
58
+ "white_shirt",
59
+ "black_footwear",
60
+ "blunt_bangs",
61
+ "brown_footwear",
62
+ "holding_candy",
63
+ "legs_apart",
64
+ "mary_janes",
65
+ "outstretched_arm",
66
+ "paw_print",
67
+ "pigeon-toed",
68
+ "pink_bowtie",
69
+ "puffy_long_sleeves",
70
+ "rigging",
71
+ "torpedo_tubes",
72
+ "turret"
73
+ ]
74
+ },
75
+ {
76
+ "id": 2,
77
+ "size": 6,
78
+ "tags": [
79
+ "1girl",
80
+ "blush",
81
+ "hetero",
82
+ "loli",
83
+ "open_mouth",
84
+ "sex",
85
+ "solo_focus",
86
+ "vaginal",
87
+ "1boy",
88
+ "navel",
89
+ "penis",
90
+ "spread_legs",
91
+ "bar_censor",
92
+ "nude",
93
+ "tears",
94
+ "cum_in_pussy",
95
+ "nipples",
96
+ "sweat"
97
+ ]
98
+ },
99
+ {
100
+ "id": 3,
101
+ "size": 6,
102
+ "tags": [
103
+ "1girl",
104
+ "bell",
105
+ "blush",
106
+ "christmas",
107
+ "green_bow",
108
+ "open_mouth",
109
+ "red_bow",
110
+ "santa_hat",
111
+ "solo",
112
+ "candy_cane",
113
+ "fur-trimmed_headwear",
114
+ "looking_at_viewer",
115
+ "red_headwear",
116
+ "white_dress",
117
+ "wrist_cuffs",
118
+ "brown_footwear",
119
+ "red_capelet",
120
+ "striped_bow",
121
+ ":d",
122
+ ";d",
123
+ "animal",
124
+ "blunt_bangs",
125
+ "chick",
126
+ "fur-trimmed_boots",
127
+ "fur-trimmed_capelet",
128
+ "holding_food",
129
+ "one_eye_closed",
130
+ "sack",
131
+ "snowflakes",
132
+ "white_background",
133
+ "white_thighhighs"
134
+ ]
135
+ }
136
+ ],
137
+ "core_tags": [
138
+ "animal_ears",
139
+ "brown_hair",
140
+ "cat_ears",
141
+ "green_eyes",
142
+ "hat",
143
+ "twintails",
144
+ "school_hat",
145
+ "short_hair",
146
+ "yellow_headwear",
147
+ "tail",
148
+ "ribbon",
149
+ "cat_tail",
150
+ "animal_ear_fluff",
151
+ "fang",
152
+ "short_twintails",
153
+ "bangs",
154
+ "low_twintails",
155
+ "bow",
156
+ "cat_girl",
157
+ "ears_through_headwear"
158
+ ],
159
+ "display_name": "mutsuki/睦月/睦月 (Azur Lane)",
160
+ "name": "mutsuki (Azur Lane)",
161
+ "packages": {
162
+ "1200": {
163
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
164
+ "filename": "dataset-1200.zip",
165
+ "package_size": 131204140,
166
+ "size": 139,
167
+ "type": "IMG+TXT"
168
+ },
169
+ "800": {
170
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
171
+ "filename": "dataset-800.zip",
172
+ "package_size": 91529225,
173
+ "size": 139,
174
+ "type": "IMG+TXT"
175
+ },
176
+ "raw": {
177
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
178
+ "filename": "dataset-raw.zip",
179
+ "package_size": 143715402,
180
+ "size": 139,
181
+ "type": "Waifuc-Raw"
182
+ },
183
+ "stage3-p480-1200": {
184
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
185
+ "filename": "dataset-stage3-p480-1200.zip",
186
+ "package_size": 264583175,
187
+ "size": 325,
188
+ "type": "IMG+TXT"
189
+ },
190
+ "stage3-p480-800": {
191
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
192
+ "filename": "dataset-stage3-p480-800.zip",
193
+ "package_size": 198109998,
194
+ "size": 325,
195
+ "type": "IMG+TXT"
196
+ }
197
+ },
198
+ "version": "v1.5"
199
  }
dataset-512x512.zip → samples/0/clu0-sample0.png RENAMED
File without changes
dataset-512x704.zip → samples/0/clu0-sample1.png RENAMED
File without changes
dataset-640x640.zip → samples/0/clu0-sample2.png RENAMED
File without changes
samples/0/clu0-sample3.png ADDED

Git LFS Details

  • SHA256: 416ee1a358c00569a5e358898b173aaffda66114d6827e232a3c39d42ac4a282
  • Pointer size: 131 Bytes
  • Size of remote file: 241 kB
samples/0/clu0-sample4.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 89e603f1559483e552bc1fa7fe9fe3d63e7ed61e290326308510f12c6783c033
  • Pointer size: 131 Bytes
  • Size of remote file: 401 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 0083b1369d4e08a1f46e2046f5108270a767e4462427d6b0594c02b41e5ca521
  • Pointer size: 131 Bytes
  • Size of remote file: 270 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 664042ea77355e8b1a331b35971840b96938316575d035cc134588111d8d4ecf
  • Pointer size: 131 Bytes
  • Size of remote file: 325 kB
samples/3/clu3-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: d45226b4915099e79dec89361ca1a3cf4df19c08edc11c1848344aa585de9f3a
  • Pointer size: 131 Bytes
  • Size of remote file: 460 kB