narugo commited on
Commit
1a12c98
1 Parent(s): c380672

Publish character 'maomao_theapothecarydiaries' to repository, on 2024-03-27 19:38:49 UTC

Browse files
Files changed (50) hide show
  1. README.md +89 -0
  2. dataset-1200.zip +3 -0
  3. dataset-raw.zip +3 -0
  4. dataset-stage3-p480-1200.zip +3 -0
  5. meta.json +187 -0
  6. samples/0/clu0-sample0.png +3 -0
  7. samples/0/clu0-sample1.png +3 -0
  8. samples/0/clu0-sample2.png +3 -0
  9. samples/0/clu0-sample3.png +3 -0
  10. samples/0/clu0-sample4.png +3 -0
  11. samples/1/clu1-sample0.png +3 -0
  12. samples/1/clu1-sample1.png +3 -0
  13. samples/1/clu1-sample2.png +3 -0
  14. samples/1/clu1-sample3.png +3 -0
  15. samples/1/clu1-sample4.png +3 -0
  16. samples/2/clu2-sample0.png +3 -0
  17. samples/2/clu2-sample1.png +3 -0
  18. samples/2/clu2-sample2.png +3 -0
  19. samples/2/clu2-sample3.png +3 -0
  20. samples/2/clu2-sample4.png +3 -0
  21. samples/3/clu3-sample0.png +3 -0
  22. samples/3/clu3-sample1.png +3 -0
  23. samples/3/clu3-sample2.png +3 -0
  24. samples/3/clu3-sample3.png +3 -0
  25. samples/3/clu3-sample4.png +3 -0
  26. samples/4/clu4-sample0.png +3 -0
  27. samples/4/clu4-sample1.png +3 -0
  28. samples/4/clu4-sample2.png +3 -0
  29. samples/4/clu4-sample3.png +3 -0
  30. samples/4/clu4-sample4.png +3 -0
  31. samples/5/clu5-sample0.png +3 -0
  32. samples/5/clu5-sample1.png +3 -0
  33. samples/5/clu5-sample2.png +3 -0
  34. samples/5/clu5-sample3.png +3 -0
  35. samples/5/clu5-sample4.png +3 -0
  36. samples/6/clu6-sample0.png +3 -0
  37. samples/6/clu6-sample1.png +3 -0
  38. samples/6/clu6-sample2.png +3 -0
  39. samples/6/clu6-sample3.png +3 -0
  40. samples/6/clu6-sample4.png +3 -0
  41. samples/7/clu7-sample0.png +3 -0
  42. samples/7/clu7-sample1.png +3 -0
  43. samples/7/clu7-sample2.png +3 -0
  44. samples/7/clu7-sample3.png +3 -0
  45. samples/7/clu7-sample4.png +3 -0
  46. samples/8/clu8-sample0.png +3 -0
  47. samples/8/clu8-sample1.png +3 -0
  48. samples/8/clu8-sample2.png +3 -0
  49. samples/8/clu8-sample3.png +3 -0
  50. samples/8/clu8-sample4.png +3 -0
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-to-image
5
+ tags:
6
+ - art
7
+ - not-for-all-audiences
8
+ size_categories:
9
+ - n<1K
10
+ ---
11
+
12
+ # Dataset of Maomao/猫猫/maomao (The Apothecary Diaries)
13
+
14
+ This is the dataset of Maomao/猫猫/maomao (The Apothecary Diaries), containing 588 images and their tags.
15
+
16
+ The core tags of this character are `long_hair, green_hair, blunt_bangs, freckles, blue_eyes, hair_ornament, twintails`, 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 | 588 | 394.88 MiB | [Download](https://huggingface.co/datasets/CyberHarem/maomao_theapothecarydiaries/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 1200 | 588 | 394.67 MiB | [Download](https://huggingface.co/datasets/CyberHarem/maomao_theapothecarydiaries/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
26
+ | stage3-p480-1200 | 1147 | 703.81 MiB | [Download](https://huggingface.co/datasets/CyberHarem/maomao_theapothecarydiaries/resolve/main/dataset-stage3-p480-1200.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+
28
+ ### Load Raw Dataset with Waifuc
29
+
30
+ 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
31
+
32
+ ```python
33
+ import os
34
+ import zipfile
35
+
36
+ from huggingface_hub import hf_hub_download
37
+ from waifuc.source import LocalSource
38
+
39
+ # download raw archive file
40
+ zip_file = hf_hub_download(
41
+ repo_id='CyberHarem/maomao_theapothecarydiaries',
42
+ repo_type='dataset',
43
+ filename='dataset-raw.zip',
44
+ )
45
+
46
+ # extract files to your directory
47
+ dataset_dir = 'dataset_dir'
48
+ os.makedirs(dataset_dir, exist_ok=True)
49
+ with zipfile.ZipFile(zip_file, 'r') as zf:
50
+ zf.extractall(dataset_dir)
51
+
52
+ # load the dataset with waifuc
53
+ source = LocalSource(dataset_dir)
54
+ for item in source:
55
+ print(item.image, item.meta['filename'], item.meta['tags'])
56
+ ```
57
+
58
+ ## List of Clusters
59
+
60
+ List of tag clustering result, maybe some outfits can be mined here.
61
+
62
+ ### Raw Text Version
63
+
64
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | Tags |
65
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------|
66
+ | 0 | 7 | ![](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, chinese_clothes, closed_mouth, hair_beads, solo, upper_body |
67
+ | 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) | 1girl, closed_mouth, hair_beads, hanfu, indoors, looking_at_viewer, solo, upper_body, long_sleeves, multi-tied_hair |
68
+ | 2 | 10 | ![](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, hair_beads, hanfu, long_sleeves, solo, closed_mouth, indoors, upper_body, table, multi-tied_hair |
69
+ | 3 | 11 | ![](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, chinese_clothes, hair_beads, profile, solo, upper_body, from_side, indoors, long_sleeves, hair_over_shoulder, closed_mouth |
70
+ | 4 | 10 | ![](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, day, outdoors, solo, closed_mouth, cloud, hanfu, long_sleeves, upper_body, blue_sky, hair_beads |
71
+ | 5 | 6 | ![](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, chinese_clothes, earrings, necklace, solo, hair_bun, lipstick, flower, portrait |
72
+ | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | 1girl, long_sleeves, looking_at_viewer, purple_eyes, skirt, solo, standing, wide_sleeves, hanfu, open_mouth, backpack, bandages, hair_beads, holding_strap, outdoors |
73
+ | 7 | 13 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | 1girl, earrings, solo, night_sky, starry_sky, hair_flower, outdoors |
74
+ | 8 | 6 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | 1girl, earrings, hair_flower, lipstick, profile, braid, solo_focus, 1boy, eyeshadow, from_side, blush, kimono, sidelocks |
75
+
76
+ ### Table Version
77
+
78
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | chinese_clothes | closed_mouth | hair_beads | solo | upper_body | hanfu | indoors | looking_at_viewer | long_sleeves | multi-tied_hair | table | profile | from_side | hair_over_shoulder | day | outdoors | cloud | blue_sky | earrings | necklace | hair_bun | lipstick | flower | portrait | purple_eyes | skirt | standing | wide_sleeves | open_mouth | backpack | bandages | holding_strap | night_sky | starry_sky | hair_flower | braid | solo_focus | 1boy | eyeshadow | blush | kimono | sidelocks |
79
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:------------------|:---------------|:-------------|:-------|:-------------|:--------|:----------|:--------------------|:---------------|:------------------|:--------|:----------|:------------|:---------------------|:------|:-----------|:--------|:-----------|:-----------|:-----------|:-----------|:-----------|:---------|:-----------|:--------------|:--------|:-----------|:---------------|:-------------|:-----------|:-----------|:----------------|:------------|:-------------|:--------------|:--------|:-------------|:-------|:------------|:--------|:---------|:------------|
80
+ | 0 | 7 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
81
+ | 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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
82
+ | 2 | 10 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
83
+ | 3 | 11 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
84
+ | 4 | 10 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | |
85
+ | 5 | 6 | ![](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 | | | | | | | | | | | | | | | | | | |
86
+ | 6 | 5 | ![](samples/6/clu6-sample0.png) | ![](samples/6/clu6-sample1.png) | ![](samples/6/clu6-sample2.png) | ![](samples/6/clu6-sample3.png) | ![](samples/6/clu6-sample4.png) | X | | | X | X | | X | | X | X | | | | | | | X | | | | | | | | | X | X | X | X | X | X | X | X | | | | | | | | | | |
87
+ | 7 | 13 | ![](samples/7/clu7-sample0.png) | ![](samples/7/clu7-sample1.png) | ![](samples/7/clu7-sample2.png) | ![](samples/7/clu7-sample3.png) | ![](samples/7/clu7-sample4.png) | X | | | | X | | | | | | | | | | | | X | | | X | | | | | | | | | | | | | | X | X | X | | | | | | | |
88
+ | 8 | 6 | ![](samples/8/clu8-sample0.png) | ![](samples/8/clu8-sample1.png) | ![](samples/8/clu8-sample2.png) | ![](samples/8/clu8-sample3.png) | ![](samples/8/clu8-sample4.png) | X | | | | | | | | | | | | X | X | | | | | | X | | | X | | | | | | | | | | | | | X | X | X | X | X | X | X | X |
89
+
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd63716c67d8695e773980ff8f1b5836e89cd17e5027eb6299695c42a2afdc47
3
+ size 413844469
dataset-raw.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:757e0d0863def2ffa624f3571245bb99900b3d6cd20a2c7b15ae707a69b7a363
3
+ size 414060557
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec7c293932ab18548a23c7e165874a7f63163661c770970d3661544b295597c6
3
+ size 737995148
meta.json ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bangumi": "BangumiBase/theapothecarydiaries",
3
+ "base_size": 588,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 7,
8
+ "tags": [
9
+ "1girl",
10
+ "chinese_clothes",
11
+ "closed_mouth",
12
+ "hair_beads",
13
+ "solo",
14
+ "upper_body"
15
+ ]
16
+ },
17
+ {
18
+ "id": 1,
19
+ "size": 6,
20
+ "tags": [
21
+ "1girl",
22
+ "closed_mouth",
23
+ "hair_beads",
24
+ "hanfu",
25
+ "indoors",
26
+ "looking_at_viewer",
27
+ "solo",
28
+ "upper_body",
29
+ "long_sleeves",
30
+ "multi-tied_hair"
31
+ ]
32
+ },
33
+ {
34
+ "id": 2,
35
+ "size": 10,
36
+ "tags": [
37
+ "1girl",
38
+ "hair_beads",
39
+ "hanfu",
40
+ "long_sleeves",
41
+ "solo",
42
+ "closed_mouth",
43
+ "indoors",
44
+ "upper_body",
45
+ "table",
46
+ "multi-tied_hair"
47
+ ]
48
+ },
49
+ {
50
+ "id": 3,
51
+ "size": 11,
52
+ "tags": [
53
+ "1girl",
54
+ "chinese_clothes",
55
+ "hair_beads",
56
+ "profile",
57
+ "solo",
58
+ "upper_body",
59
+ "from_side",
60
+ "indoors",
61
+ "long_sleeves",
62
+ "hair_over_shoulder",
63
+ "closed_mouth"
64
+ ]
65
+ },
66
+ {
67
+ "id": 4,
68
+ "size": 10,
69
+ "tags": [
70
+ "1girl",
71
+ "day",
72
+ "outdoors",
73
+ "solo",
74
+ "closed_mouth",
75
+ "cloud",
76
+ "hanfu",
77
+ "long_sleeves",
78
+ "upper_body",
79
+ "blue_sky",
80
+ "hair_beads"
81
+ ]
82
+ },
83
+ {
84
+ "id": 5,
85
+ "size": 6,
86
+ "tags": [
87
+ "1girl",
88
+ "chinese_clothes",
89
+ "earrings",
90
+ "necklace",
91
+ "solo",
92
+ "hair_bun",
93
+ "lipstick",
94
+ "flower",
95
+ "portrait"
96
+ ]
97
+ },
98
+ {
99
+ "id": 6,
100
+ "size": 5,
101
+ "tags": [
102
+ "1girl",
103
+ "long_sleeves",
104
+ "looking_at_viewer",
105
+ "purple_eyes",
106
+ "skirt",
107
+ "solo",
108
+ "standing",
109
+ "wide_sleeves",
110
+ "hanfu",
111
+ "open_mouth",
112
+ "backpack",
113
+ "bandages",
114
+ "hair_beads",
115
+ "holding_strap",
116
+ "outdoors"
117
+ ]
118
+ },
119
+ {
120
+ "id": 7,
121
+ "size": 13,
122
+ "tags": [
123
+ "1girl",
124
+ "earrings",
125
+ "solo",
126
+ "night_sky",
127
+ "starry_sky",
128
+ "hair_flower",
129
+ "outdoors"
130
+ ]
131
+ },
132
+ {
133
+ "id": 8,
134
+ "size": 6,
135
+ "tags": [
136
+ "1girl",
137
+ "earrings",
138
+ "hair_flower",
139
+ "lipstick",
140
+ "profile",
141
+ "braid",
142
+ "solo_focus",
143
+ "1boy",
144
+ "eyeshadow",
145
+ "from_side",
146
+ "blush",
147
+ "kimono",
148
+ "sidelocks"
149
+ ]
150
+ }
151
+ ],
152
+ "core_tags": [
153
+ "long_hair",
154
+ "green_hair",
155
+ "blunt_bangs",
156
+ "freckles",
157
+ "blue_eyes",
158
+ "hair_ornament",
159
+ "twintails"
160
+ ],
161
+ "display_name": "Maomao/猫猫/maomao (The Apothecary Diaries)",
162
+ "name": "maomao_theapothecarydiaries",
163
+ "packages": {
164
+ "1200": {
165
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
166
+ "filename": "dataset-1200.zip",
167
+ "package_size": 413844469,
168
+ "size": 588,
169
+ "type": "IMG+TXT"
170
+ },
171
+ "raw": {
172
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
173
+ "filename": "dataset-raw.zip",
174
+ "package_size": 414060557,
175
+ "size": 588,
176
+ "type": "Waifuc-Raw"
177
+ },
178
+ "stage3-p480-1200": {
179
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
180
+ "filename": "dataset-stage3-p480-1200.zip",
181
+ "package_size": 737995148,
182
+ "size": 1147,
183
+ "type": "IMG+TXT"
184
+ }
185
+ },
186
+ "version": "v1.5.1"
187
+ }
samples/0/clu0-sample0.png ADDED

Git LFS Details

  • SHA256: 821099cad2887420fba77adaff3c1e163f92094c99aa3d1d794796ef6c93271f
  • Pointer size: 131 Bytes
  • Size of remote file: 197 kB
samples/0/clu0-sample1.png ADDED

Git LFS Details

  • SHA256: 22cbf64a6e717037f2eccf932bf3a6a1374b518c052aea1ef8ebd6776b2ca9fd
  • Pointer size: 131 Bytes
  • Size of remote file: 305 kB
samples/0/clu0-sample2.png ADDED

Git LFS Details

  • SHA256: 4e75400f9254420e0172b3ebd2f80d7ecd036250432ea283fee22ced1f01b7e8
  • Pointer size: 131 Bytes
  • Size of remote file: 209 kB
samples/0/clu0-sample3.png ADDED

Git LFS Details

  • SHA256: 59d9aa43a11975750b81503ebba86106eb9a6cc60d0fa43728fcb7389556d4df
  • Pointer size: 131 Bytes
  • Size of remote file: 380 kB
samples/0/clu0-sample4.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 88445a590312a25a2da835bb56677f18707b582b9e57d8f4ee596948f0ecc2ce
  • Pointer size: 131 Bytes
  • Size of remote file: 288 kB
samples/2/clu2-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 28ce25078e7e5ff6a25f3a3bae18b18eb51f7aa68d290a1a5db2729958262bed
  • Pointer size: 131 Bytes
  • Size of remote file: 218 kB
samples/5/clu5-sample1.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 94a6245103b6b795e101dfdd5282bee66994f724fdfbce9e039f53bda6236449
  • Pointer size: 131 Bytes
  • Size of remote file: 193 kB
samples/5/clu5-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: 0c67dbee3f5355197056731700c4615f2be10259eb361b17a3a2d89b2af9c925
  • Pointer size: 131 Bytes
  • Size of remote file: 359 kB
samples/6/clu6-sample0.png ADDED

Git LFS Details

  • SHA256: c847d35cc2beff6b93a53d83215b20987422d25242a070d9545481a89ddd2be8
  • Pointer size: 131 Bytes
  • Size of remote file: 299 kB
samples/6/clu6-sample1.png ADDED

Git LFS Details

  • SHA256: 0fb6a49973732864b15c9a398c1fa9d856f8f75155c5f1c130485e10a89c5df0
  • Pointer size: 131 Bytes
  • Size of remote file: 353 kB
samples/6/clu6-sample2.png ADDED

Git LFS Details

  • SHA256: 49121a874ba01dd497505d2b93ad6bc167ddf1b74d57bd81f3b89beab67023fc
  • Pointer size: 131 Bytes
  • Size of remote file: 371 kB
samples/6/clu6-sample3.png ADDED

Git LFS Details

  • SHA256: 83f4df4f75fcb0addebc6f8b22483d4eb2df93db7538e7ce9283071a42f0c1c1
  • Pointer size: 131 Bytes
  • Size of remote file: 253 kB
samples/6/clu6-sample4.png ADDED

Git LFS Details

  • SHA256: 011d184276fab422c98e49465e00debb1cffc3b784a4670a01e8bb5e81256ba5
  • Pointer size: 131 Bytes
  • Size of remote file: 272 kB
samples/7/clu7-sample0.png ADDED

Git LFS Details

  • SHA256: 8115b4a5374ac63cd083b628c47e3012e896d32fa444ec5672077e591d3776da
  • Pointer size: 131 Bytes
  • Size of remote file: 155 kB
samples/7/clu7-sample1.png ADDED

Git LFS Details

  • SHA256: 9719daf17a81b757ef37e5daf87c461c0254c8d004b75c51d9982189b0d0dd61
  • Pointer size: 131 Bytes
  • Size of remote file: 228 kB
samples/7/clu7-sample2.png ADDED

Git LFS Details

  • SHA256: 350b552f73fd9fd169671bd5ceb6f10995ed52a09e0dcacc5243043169ff7ca6
  • Pointer size: 131 Bytes
  • Size of remote file: 238 kB
samples/7/clu7-sample3.png ADDED

Git LFS Details

  • SHA256: c4494bd3dd2215a398569c3fab622da5fcc27dda589382d626337917c4b288a8
  • Pointer size: 131 Bytes
  • Size of remote file: 184 kB
samples/7/clu7-sample4.png ADDED

Git LFS Details

  • SHA256: 8033dfbf2b20f507b44890a0af1863c73d8faa2e71828fb01fc2bfa0abf4bd23
  • Pointer size: 131 Bytes
  • Size of remote file: 169 kB
samples/8/clu8-sample0.png ADDED

Git LFS Details

  • SHA256: 5b130f318fc3fbc3c07601c37b20dd0e4713d188506a9ebf412ae70cdce229c7
  • Pointer size: 131 Bytes
  • Size of remote file: 266 kB
samples/8/clu8-sample1.png ADDED

Git LFS Details

  • SHA256: 85e4acb327341aad43b4a3c8c060d15e8e2ef7d4e338d9394f8158fd93e6aa1f
  • Pointer size: 131 Bytes
  • Size of remote file: 294 kB
samples/8/clu8-sample2.png ADDED

Git LFS Details

  • SHA256: 06f7de54f16e35b9d3ddb881b443041cd216f8137443289f4b62ffa7dbd61293
  • Pointer size: 131 Bytes
  • Size of remote file: 340 kB
samples/8/clu8-sample3.png ADDED

Git LFS Details

  • SHA256: f1a3a9bc51e2ab0b808e41bc9b8afc602d46117d090473d18d45fb38800919f2
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
samples/8/clu8-sample4.png ADDED

Git LFS Details

  • SHA256: fc4eaa03a45c64b87851175ad62bc37e87679ad9216c4a2ec7f9236191331977
  • Pointer size: 131 Bytes
  • Size of remote file: 292 kB