Datasets:

Tags:
art
Not-For-All-Audiences
Libraries:
Datasets
License:
narugo commited on
Commit
f3dc27b
·
verified ·
1 Parent(s): 5cb1bd5

Publish character 'hinanawi_tenshi (Touhou)' to repository, on 2024-01-14 10:23:06 UTC

Browse files
README.md CHANGED
@@ -9,22 +9,75 @@ size_categories:
9
  - n<1K
10
  ---
11
 
12
- # Dataset of hinanawi_tenshi_touhou
13
 
14
- This is the dataset of hinanawi_tenshi_touhou, 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 | 472 | [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 | 472 | [Download](dataset-stage3-640.zip) | 3-stage cropped dataset with the shorter side not exceeding 640 pixels. |
28
- | stage3-800 | 472 | [Download](dataset-stage3-800.zip) | 3-stage cropped dataset with the shorter side not exceeding 800 pixels. |
29
- | stage3-1200 | 472 | [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 hinanawi_tenshi/比那名居天子/比那名居天子/히나나위텐시 (Touhou)
13
 
14
+ This is the dataset of hinanawi_tenshi/比那名居天子/比那名居天子/히나나위텐시 (Touhou), containing 500 images and their tags.
15
+
16
+ The core tags of this character are `blue_hair, long_hair, red_eyes, hat, bow, black_headwear, very_long_hair`, 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 | 500 | 712.52 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hinanawi_tenshi_touhou/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
25
+ | 800 | 500 | 432.38 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hinanawi_tenshi_touhou/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
26
+ | stage3-p480-800 | 1220 | 861.21 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hinanawi_tenshi_touhou/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
27
+ | 1200 | 500 | 642.00 MiB | [Download](https://huggingface.co/datasets/CyberHarem/hinanawi_tenshi_touhou/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
28
+ | stage3-p480-1200 | 1220 | 1.14 GiB | [Download](https://huggingface.co/datasets/CyberHarem/hinanawi_tenshi_touhou/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/hinanawi_tenshi_touhou',
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 | 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, peach, solo, sword_of_hisou, smile, dress |
69
+ | 1 | 9 | ![](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, looking_at_viewer, peach, solo, smile, skirt, open_mouth, puffy_short_sleeves, shirt |
70
+ | 2 | 31 | ![](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, leaf, puffy_short_sleeves, solo, white_shirt, looking_at_viewer, peach, bangs, red_bowtie, blush, hair_between_eyes, simple_background, center_frills, white_background, blue_skirt, open_mouth, upper_body, :d, collared_shirt, closed_mouth |
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, blue_skirt, leaf, looking_at_viewer, peach, puffy_short_sleeves, solo, sword_of_hisou, white_shirt, holding_sword, red_bowtie, bangs, hair_between_eyes, simple_background, closed_mouth, smile, white_background, center_frills, rainbow_order |
72
+ | 4 | 8 | ![](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, looking_at_viewer, navel, peach, solo, blush, smile, collarbone, side-tie_bikini_bottom, cleavage, open_mouth, large_breasts, strap_pull, white_bikini |
73
+
74
+ ### Table Version
75
+
76
+ | # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | peach | solo | sword_of_hisou | smile | dress | looking_at_viewer | skirt | open_mouth | puffy_short_sleeves | shirt | leaf | white_shirt | bangs | red_bowtie | blush | hair_between_eyes | simple_background | center_frills | white_background | blue_skirt | upper_body | :d | collared_shirt | closed_mouth | holding_sword | rainbow_order | navel | collarbone | side-tie_bikini_bottom | cleavage | large_breasts | strap_pull | white_bikini |
77
+ |----:|----------:|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------------------------------|:--------|:--------|:-------|:-----------------|:--------|:--------|:--------------------|:--------|:-------------|:----------------------|:--------|:-------|:--------------|:--------|:-------------|:--------|:--------------------|:--------------------|:----------------|:-------------------|:-------------|:-------------|:-----|:-----------------|:---------------|:----------------|:----------------|:--------|:-------------|:-------------------------|:-----------|:----------------|:-------------|:---------------|
78
+ | 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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
79
+ | 1 | 9 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | |
80
+ | 2 | 31 | ![](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 | | | | | | | | | |
81
+ | 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 | X | X | X | | | | X | X | X | | | | | | | |
82
+ | 4 | 8 | ![](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 |
83
 
dataset-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87604d5d232e028b852bf63058716458ca2a02649c67a5fc81fc5d192be94720
3
+ size 673181652
dataset-640x880.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:46b566d070d404d7b4c5ee216e4659f3d11df24d18649e232437a1feda10a299
3
- size 118326704
 
 
 
 
dataset-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:634662cd31a581e8a5ffd47c27b87f178162519013988a79461ee00f525facfd
3
+ size 453379235
dataset-raw-stage3.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae554d73db51ebee146ac6e70b31998ea541f8dd73ab2d4a1b6ef7fe8d30efc6
3
- size 440550873
 
 
 
 
dataset-raw.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f7fbb58643782c97578c18a7186de145c4f3735a9e99ecfe8cb088a46d6f6618
3
- size 253644843
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3df46922d0edfccb0d5018c648c3ff8ac10df6b7ea880d7044254bd16f5d5b36
3
+ size 747134333
dataset-stage3-1200.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:ec813873f10a1d02e7c88baa20ea383537ba5638a3c2497aa94171de2e46f05b
3
- size 315139405
 
 
 
 
dataset-stage3-640.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:49d61194cf0d0b7cda373ea9b7e7f7fe152ab747b621700c4caf0e7903029e37
3
- size 220243061
 
 
 
 
dataset-stage3-800.zip DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cdc26498aeeec03ba01298103b3c601b69f709b5accac074da8a0fb7ed1e77bb
3
- size 259011806
 
 
 
 
dataset-stage3-p480-1200.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b56f24dd83d6d64a842e63425059210a5db054ab73a54a4b70f25818873ac56
3
+ size 1221595852
dataset-stage3-p480-800.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d54589e23df2805995ec890c6e2f7f19f3c06044ed2d70f40c252f28c499268d
3
+ size 903046676
meta.json CHANGED
@@ -1,4 +1,153 @@
1
  {
2
- "name": "hinanawi_tenshi_touhou",
3
- "version": "v1.4"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  }
 
1
  {
2
+ "bangumi": null,
3
+ "base_size": 500,
4
+ "clusters": [
5
+ {
6
+ "id": 0,
7
+ "size": 7,
8
+ "tags": [
9
+ "1girl",
10
+ "peach",
11
+ "solo",
12
+ "sword_of_hisou",
13
+ "smile",
14
+ "dress"
15
+ ]
16
+ },
17
+ {
18
+ "id": 1,
19
+ "size": 9,
20
+ "tags": [
21
+ "1girl",
22
+ "looking_at_viewer",
23
+ "peach",
24
+ "solo",
25
+ "smile",
26
+ "skirt",
27
+ "open_mouth",
28
+ "puffy_short_sleeves",
29
+ "shirt"
30
+ ]
31
+ },
32
+ {
33
+ "id": 2,
34
+ "size": 31,
35
+ "tags": [
36
+ "1girl",
37
+ "leaf",
38
+ "puffy_short_sleeves",
39
+ "solo",
40
+ "white_shirt",
41
+ "looking_at_viewer",
42
+ "peach",
43
+ "bangs",
44
+ "red_bowtie",
45
+ "blush",
46
+ "hair_between_eyes",
47
+ "simple_background",
48
+ "center_frills",
49
+ "white_background",
50
+ "blue_skirt",
51
+ "open_mouth",
52
+ "upper_body",
53
+ ":d",
54
+ "collared_shirt",
55
+ "closed_mouth"
56
+ ]
57
+ },
58
+ {
59
+ "id": 3,
60
+ "size": 18,
61
+ "tags": [
62
+ "1girl",
63
+ "blue_skirt",
64
+ "leaf",
65
+ "looking_at_viewer",
66
+ "peach",
67
+ "puffy_short_sleeves",
68
+ "solo",
69
+ "sword_of_hisou",
70
+ "white_shirt",
71
+ "holding_sword",
72
+ "red_bowtie",
73
+ "bangs",
74
+ "hair_between_eyes",
75
+ "simple_background",
76
+ "closed_mouth",
77
+ "smile",
78
+ "white_background",
79
+ "center_frills",
80
+ "rainbow_order"
81
+ ]
82
+ },
83
+ {
84
+ "id": 4,
85
+ "size": 8,
86
+ "tags": [
87
+ "1girl",
88
+ "looking_at_viewer",
89
+ "navel",
90
+ "peach",
91
+ "solo",
92
+ "blush",
93
+ "smile",
94
+ "collarbone",
95
+ "side-tie_bikini_bottom",
96
+ "cleavage",
97
+ "open_mouth",
98
+ "large_breasts",
99
+ "strap_pull",
100
+ "white_bikini"
101
+ ]
102
+ }
103
+ ],
104
+ "core_tags": [
105
+ "blue_hair",
106
+ "long_hair",
107
+ "red_eyes",
108
+ "hat",
109
+ "bow",
110
+ "black_headwear",
111
+ "very_long_hair"
112
+ ],
113
+ "display_name": "hinanawi_tenshi/比那名居天子/比那名居天子/히나나위텐시 (Touhou)",
114
+ "name": "hinanawi_tenshi (Touhou)",
115
+ "packages": {
116
+ "1200": {
117
+ "description": "dataset with the shorter side not exceeding 1200 pixels.",
118
+ "filename": "dataset-1200.zip",
119
+ "package_size": 673181652,
120
+ "size": 500,
121
+ "type": "IMG+TXT"
122
+ },
123
+ "800": {
124
+ "description": "dataset with the shorter side not exceeding 800 pixels.",
125
+ "filename": "dataset-800.zip",
126
+ "package_size": 453379235,
127
+ "size": 500,
128
+ "type": "IMG+TXT"
129
+ },
130
+ "raw": {
131
+ "description": "Raw data with meta information (min edge aligned to 1400 if larger).",
132
+ "filename": "dataset-raw.zip",
133
+ "package_size": 747134333,
134
+ "size": 500,
135
+ "type": "Waifuc-Raw"
136
+ },
137
+ "stage3-p480-1200": {
138
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
139
+ "filename": "dataset-stage3-p480-1200.zip",
140
+ "package_size": 1221595852,
141
+ "size": 1220,
142
+ "type": "IMG+TXT"
143
+ },
144
+ "stage3-p480-800": {
145
+ "description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
146
+ "filename": "dataset-stage3-p480-800.zip",
147
+ "package_size": 903046676,
148
+ "size": 1220,
149
+ "type": "IMG+TXT"
150
+ }
151
+ },
152
+ "version": "v1.5"
153
  }
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: c9d98ddb8bc10b85a9d95fcbdc897b7e7d768b47ae25f227ca8cb2ba1dee95ef
  • Pointer size: 131 Bytes
  • Size of remote file: 294 kB
samples/1/clu1-sample0.png ADDED

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

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

Git LFS Details

  • SHA256: 3ae980a47704c77cbbef6ccb01fbd64dcb2e81dc875938400cfa3ed087b755d0
  • Pointer size: 131 Bytes
  • Size of remote file: 568 kB
samples/4/clu4-sample3.png ADDED

Git LFS Details

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

Git LFS Details

  • SHA256: af6e0d45cfc0dd223a62772a47070bb3f2d99d80aff6f652b39380793461785a
  • Pointer size: 131 Bytes
  • Size of remote file: 361 kB