Datasets:

Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo commited on
Commit
17adb43
·
1 Parent(s): 77ad665

Publish character 'saileach (Arknights)' to repository, on 2024-01-10 16:32:20 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,75 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of saileach_arknights
13
 
14
- This is the dataset of saileach_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 | 460 | [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 | 460 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 460 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 460 | [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 saileach/サイラッハ/琴柳 (Arknights)
13
 
14
+ This is the dataset of saileach/サイラッハ/琴柳 (Arknights), containing 320 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, blonde_hair, bangs, horns, pointy_ears, blue_eyes, breasts, very_long_hair, hairband, large_breasts, blue_hairband, braid, hair_between_eyes, dragon_horns, twin_braids`, 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 | 320 | 713.34 MiB | [Download](https://huggingface.co/datasets/CyberHarem/saileach_arknights/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 320 | 310.74 MiB | [Download](https://huggingface.co/datasets/CyberHarem/saileach_arknights/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 818 | 683.07 MiB | [Download](https://huggingface.co/datasets/CyberHarem/saileach_arknights/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 320 | 577.61 MiB | [Download](https://huggingface.co/datasets/CyberHarem/saileach_arknights/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 818 | 1.06 GiB | [Download](https://huggingface.co/datasets/CyberHarem/saileach_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/saileach_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 | 5 | ![](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, bare_shoulders, black_skirt, blue_necktie, cowboy_shot, elbow_gloves, fingerless_gloves, looking_at_viewer, miniskirt, solo, standing, white_shirt, white_thighhighs, zettai_ryouiki, flag, holding, black_gloves, smile, thighs, belt, grey_thighhighs |
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, blue_necktie, elbow_gloves, holding_sword, looking_at_viewer, smile, solo, standing, white_shirt, bare_shoulders, black_skirt, cowboy_shot, arm_strap, miniskirt, thighs, black_gloves, flag, white_thighhighs, zettai_ryouiki |
70
+ | 2 | 11 | ![](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, upper_body, looking_at_viewer, white_background, bare_shoulders, blue_necktie, simple_background, smile, white_shirt, closed_mouth, blush, cleavage |
71
+ | 3 | 37 | ![](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, solo, white_dress, bare_shoulders, official_alternate_costume, off-shoulder_dress, looking_at_viewer, white_gloves, flower, smile, choker, holding_umbrella, standing |
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) | 1girl, bare_shoulders, cleavage, looking_at_viewer, solo, thigh_strap, sitting, thighs, blush, flower, hair_ornament, official_alternate_costume, smile, swimsuit, blue_sky, closed_mouth, feet_out_of_frame, nail_polish, navel, white_dress |
73
+
74
+ ### Table Version
75
+
76
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | bare_shoulders | black_skirt | blue_necktie | cowboy_shot | elbow_gloves | fingerless_gloves | looking_at_viewer | miniskirt | solo | standing | white_shirt | white_thighhighs | zettai_ryouiki | flag | holding | black_gloves | smile | thighs | belt | grey_thighhighs | holding_sword | arm_strap | upper_body | white_background | simple_background | closed_mouth | blush | cleavage | white_dress | official_alternate_costume | off-shoulder_dress | white_gloves | flower | choker | holding_umbrella | thigh_strap | sitting | hair_ornament | swimsuit | blue_sky | feet_out_of_frame | nail_polish | navel |
77
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:-----------------|:--------------|:---------------|:--------------|:---------------|:--------------------|:--------------------|:------------|:-------|:-----------|:--------------|:-------------------|:-----------------|:-------|:----------|:---------------|:--------|:---------|:-------|:------------------|:----------------|:------------|:-------------|:-------------------|:--------------------|:---------------|:--------|:-----------|:--------------|:-----------------------------|:---------------------|:---------------|:---------|:---------|:-------------------|:--------------|:----------|:----------------|:-----------|:-----------|:--------------------|:--------------|:--------|
78
+ | 0 | 5 | ![](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 | X | | | | | | | | | | | | | | | | | | | | | | | |
79
+ | 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 | | | | | | | | | | | | | | | | | | | | | |
80
+ | 2 | 11 | ![](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 | | | | | | | | | | | | | | | |
81
+ | 3 | 37 | ![](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 | | | | | | | | |
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 |
83
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a951ce0ee63cca372fe9fd0c04ff61b32eea42492fbe76ba08f511f0d21f6252
3
+ size 605672287
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:41991993c2034019a8f0c4ede237d14051ab34b7e1ad860138dea6e2c509acd1
3
- size 119135619
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e3391a6effd660b5604e360c7dc3b630ee2ae348de2bdd3e955846a90ca4eb
3
+ size 325838541
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac8109835fc7fbacc029314168e715b4f5501802744b8c7aea77af8e90da57cd
3
- size 561847309
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd2730a1923fa3b6c5d1dbe2de94a7ba58bc5f5d5ec7a8377fb329596bc5572f
3
- size 330463966
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2785f5b693bd27c8ea30c2e43d16c2d2cf6032300ef1578e7499490558f6aeb9
3
+ size 747988115
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bcd97b1f90313de8c1513f8888ad3cf1353e16c87f993dc3274409d9e38431a2
3
- size 371540860
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3a14c1729d7e1d2c1c015197a61f147edb26737d91fb913ffd5dc8555aeac0db
3
- size 236893350
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0313cda9bc0c3c5728985d968c5915258032396d06367580e95704d3e1088af8
3
- size 296787018
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff133aafdb32565d971548451da64b59627103b3558ede28c28a2e30d1456c2
3
+ size 1139723485
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b90ad11895568b6941e391a39077f047989015e3581805938ec54a6bcc125dc0
3
+ size 716251516
meta.json CHANGED
@@ -1,4 +1,179 @@
1
  {
2
- "name": "saileach_arknights",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 320,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 5,
8
+ "tags": [
9
+ "1girl",
10
+ "bare_shoulders",
11
+ "black_skirt",
12
+ "blue_necktie",
13
+ "cowboy_shot",
14
+ "elbow_gloves",
15
+ "fingerless_gloves",
16
+ "looking_at_viewer",
17
+ "miniskirt",
18
+ "solo",
19
+ "standing",
20
+ "white_shirt",
21
+ "white_thighhighs",
22
+ "zettai_ryouiki",
23
+ "flag",
24
+ "holding",
25
+ "black_gloves",
26
+ "smile",
27
+ "thighs",
28
+ "belt",
29
+ "grey_thighhighs"
30
+ ]
31
+ },
32
+ {
33
+ "id": 1,
34
+ "size": 7,
35
+ "tags": [
36
+ "1girl",
37
+ "blue_necktie",
38
+ "elbow_gloves",
39
+ "holding_sword",
40
+ "looking_at_viewer",
41
+ "smile",
42
+ "solo",
43
+ "standing",
44
+ "white_shirt",
45
+ "bare_shoulders",
46
+ "black_skirt",
47
+ "cowboy_shot",
48
+ "arm_strap",
49
+ "miniskirt",
50
+ "thighs",
51
+ "black_gloves",
52
+ "flag",
53
+ "white_thighhighs",
54
+ "zettai_ryouiki"
55
+ ]
56
+ },
57
+ {
58
+ "id": 2,
59
+ "size": 11,
60
+ "tags": [
61
+ "1girl",
62
+ "solo",
63
+ "upper_body",
64
+ "looking_at_viewer",
65
+ "white_background",
66
+ "bare_shoulders",
67
+ "blue_necktie",
68
+ "simple_background",
69
+ "smile",
70
+ "white_shirt",
71
+ "closed_mouth",
72
+ "blush",
73
+ "cleavage"
74
+ ]
75
+ },
76
+ {
77
+ "id": 3,
78
+ "size": 37,
79
+ "tags": [
80
+ "1girl",
81
+ "solo",
82
+ "white_dress",
83
+ "bare_shoulders",
84
+ "official_alternate_costume",
85
+ "off-shoulder_dress",
86
+ "looking_at_viewer",
87
+ "white_gloves",
88
+ "flower",
89
+ "smile",
90
+ "choker",
91
+ "holding_umbrella",
92
+ "standing"
93
+ ]
94
+ },
95
+ {
96
+ "id": 4,
97
+ "size": 7,
98
+ "tags": [
99
+ "1girl",
100
+ "bare_shoulders",
101
+ "cleavage",
102
+ "looking_at_viewer",
103
+ "solo",
104
+ "thigh_strap",
105
+ "sitting",
106
+ "thighs",
107
+ "blush",
108
+ "flower",
109
+ "hair_ornament",
110
+ "official_alternate_costume",
111
+ "smile",
112
+ "swimsuit",
113
+ "blue_sky",
114
+ "closed_mouth",
115
+ "feet_out_of_frame",
116
+ "nail_polish",
117
+ "navel",
118
+ "white_dress"
119
+ ]
120
+ }
121
+ ],
122
+ "core_tags": [
123
+ "long_hair",
124
+ "blonde_hair",
125
+ "bangs",
126
+ "horns",
127
+ "pointy_ears",
128
+ "blue_eyes",
129
+ "breasts",
130
+ "very_long_hair",
131
+ "hairband",
132
+ "large_breasts",
133
+ "blue_hairband",
134
+ "braid",
135
+ "hair_between_eyes",
136
+ "dragon_horns",
137
+ "twin_braids"
138
+ ],
139
+ "display_name": "saileach/サイラッハ/琴柳 (Arknights)",
140
+ "name": "saileach (Arknights)",
141
+ "packages": {
142
+ "1200": {
143
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
144
+ "filename": "dataset-1200.zip",
145
+ "package_size": 605672287,
146
+ "size": 320,
147
+ "type": "IMG+TXT"
148
+ },
149
+ "800": {
150
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
151
+ "filename": "dataset-800.zip",
152
+ "package_size": 325838541,
153
+ "size": 320,
154
+ "type": "IMG+TXT"
155
+ },
156
+ "raw": {
157
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
158
+ "filename": "dataset-raw.zip",
159
+ "package_size": 747988115,
160
+ "size": 320,
161
+ "type": "Waifuc-Raw"
162
+ },
163
+ "stage3-p480-1200": {
164
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
165
+ "filename": "dataset-stage3-p480-1200.zip",
166
+ "package_size": 1139723485,
167
+ "size": 818,
168
+ "type": "IMG+TXT"
169
+ },
170
+ "stage3-p480-800": {
171
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
172
+ "filename": "dataset-stage3-p480-800.zip",
173
+ "package_size": 716251516,
174
+ "size": 818,
175
+ "type": "IMG+TXT"
176
+ }
177
+ },
178
+ "version": "v1.5"
179
  }
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: f2ed6ffc82750c2b71f917a2fc39072c04db865773b205908b3459fabff39abf
  • Pointer size: 131 Bytes
  • Size of remote file: 360 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 7cca297950f32c50d909e76350c7bd1bc0a959580cb62956acb1418d1d67573f
  • Pointer size: 131 Bytes
  • Size of remote file: 719 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 03fe9b5cb344c8c1d3292c409c178702132c3d9bf281ebc2a7efd0c518452383
  • Pointer size: 131 Bytes
  • Size of remote file: 286 kB
samples/2/clu2-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 9090c1be92ced06d0f65b86420dd4d05ad5bc10fc8076a7a771f8f7a50f0a162
  • Pointer size: 131 Bytes
  • Size of remote file: 490 kB
samples/3/clu3-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 566e75398188593761cdb52ef286462c1fdb53c0cc009956c9eb198f01f9fa8d
  • Pointer size: 131 Bytes
  • Size of remote file: 440 kB