Publish character 'owari (Azur Lane)' to repository, on 2024-01-13 03:18:23 UTC
Browse files- README.md +83 -0
- dataset-1200.zip +3 -0
- dataset-800.zip +3 -0
- dataset-raw.zip +3 -0
- dataset-stage3-p480-1200.zip +3 -0
- dataset-stage3-p480-800.zip +3 -0
- meta.json +192 -0
- samples/0/clu0-sample0.png +3 -0
- samples/0/clu0-sample1.png +3 -0
- samples/0/clu0-sample2.png +3 -0
- samples/0/clu0-sample3.png +3 -0
- samples/0/clu0-sample4.png +3 -0
- samples/1/clu1-sample0.png +3 -0
- samples/1/clu1-sample1.png +3 -0
- samples/1/clu1-sample2.png +3 -0
- samples/1/clu1-sample3.png +3 -0
- samples/1/clu1-sample4.png +3 -0
- samples/2/clu2-sample0.png +3 -0
- samples/2/clu2-sample1.png +3 -0
- samples/2/clu2-sample2.png +3 -0
- samples/2/clu2-sample3.png +3 -0
- samples/2/clu2-sample4.png +3 -0
- samples/3/clu3-sample0.png +3 -0
- samples/3/clu3-sample1.png +3 -0
- samples/3/clu3-sample2.png +3 -0
- samples/3/clu3-sample3.png +3 -0
- samples/3/clu3-sample4.png +3 -0
- samples/4/clu4-sample0.png +3 -0
- samples/4/clu4-sample1.png +3 -0
- samples/4/clu4-sample2.png +3 -0
- samples/4/clu4-sample3.png +3 -0
- samples/4/clu4-sample4.png +3 -0
README.md
ADDED
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 owari/尾張/尾张 (Azur Lane)
|
13 |
+
|
14 |
+
This is the dataset of owari/尾張/尾张 (Azur Lane), containing 297 images and their tags.
|
15 |
+
|
16 |
+
The core tags of this character are `breasts, long_hair, braid, hair_over_one_eye, horns, large_breasts, yellow_eyes, blonde_hair, mole, twin_braids, dark_skin, bangs, earrings, hair_ornament, very_long_hair, dark-skinned_female, mole_under_mouth, hairclip, huge_breasts`, 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 | 297 | 568.49 MiB | [Download](https://huggingface.co/datasets/CyberHarem/owari_azurlane/resolve/main/dataset-raw.zip) | Waifuc-Raw | Raw data with meta information (min edge aligned to 1400 if larger). |
|
25 |
+
| 800 | 297 | 274.64 MiB | [Download](https://huggingface.co/datasets/CyberHarem/owari_azurlane/resolve/main/dataset-800.zip) | IMG+TXT | dataset with the shorter side not exceeding 800 pixels. |
|
26 |
+
| stage3-p480-800 | 795 | 624.78 MiB | [Download](https://huggingface.co/datasets/CyberHarem/owari_azurlane/resolve/main/dataset-stage3-p480-800.zip) | IMG+TXT | 3-stage cropped dataset with the area not less than 480x480 pixels. |
|
27 |
+
| 1200 | 297 | 478.26 MiB | [Download](https://huggingface.co/datasets/CyberHarem/owari_azurlane/resolve/main/dataset-1200.zip) | IMG+TXT | dataset with the shorter side not exceeding 1200 pixels. |
|
28 |
+
| stage3-p480-1200 | 795 | 952.89 MiB | [Download](https://huggingface.co/datasets/CyberHarem/owari_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/owari_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 | 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, black_horns, blush, cleavage, collarbone, grin, jewelry, looking_at_viewer, solo, thighs, bare_shoulders, indoors, nurse_cap, white_dress, black_choker, demon_horns, sitting, teeth, armband, bed, cross, panties |
|
69 |
+
| 1 | 11 | ![](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, grin, looking_at_viewer, solo, black_gloves, jewelry, cleavage, blush, choker, upper_body, fishnets, virtual_youtuber, white_background, white_hair, bare_shoulders, simple_background |
|
70 |
+
| 2 | 26 | ![](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, solo, cleavage, bare_shoulders, black_skirt, grin, pleated_skirt, jewelry, black_gloves, white_background, fishnet_thighhighs, thighs, blush, simple_background, choker, black_thighhighs, elbow_gloves, wide_sleeves |
|
71 |
+
| 3 | 8 | ![](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, cleavage, looking_at_viewer, solo, thighs, water, white_one-piece_swimsuit, blush, bracelet, grin, necklace, sitting, white_hair |
|
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, hetero, jewelry, nipples, penis, solo_focus, blush, mosaic_censoring, smile, navel, spread_legs, sweat, looking_at_viewer, nude, open_mouth, pussy, sex, vaginal, collarbone, missionary, on_back, pillow, teeth, white_hair |
|
73 |
+
|
74 |
+
### Table Version
|
75 |
+
|
76 |
+
| # | Samples | Img-1 | Img-2 | Img-3 | Img-4 | Img-5 | 1girl | black_horns | blush | cleavage | collarbone | grin | jewelry | looking_at_viewer | solo | thighs | bare_shoulders | indoors | nurse_cap | white_dress | black_choker | demon_horns | sitting | teeth | armband | bed | cross | panties | black_gloves | choker | upper_body | fishnets | virtual_youtuber | white_background | white_hair | simple_background | black_skirt | pleated_skirt | fishnet_thighhighs | black_thighhighs | elbow_gloves | wide_sleeves | water | white_one-piece_swimsuit | bracelet | necklace | 1boy | hetero | nipples | penis | solo_focus | mosaic_censoring | smile | navel | spread_legs | sweat | nude | open_mouth | pussy | sex | vaginal | missionary | on_back | pillow |
|
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 | X | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
79 |
+
| 1 | 11 | ![](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 | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
|
80 |
+
| 2 | 26 | ![](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 | | | | | | | | | | | | | | | | | | | | | | |
|
81 |
+
| 3 | 8 | ![](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 | 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:3aa116c749945147f8b309e79fe6b7eff46d7ceebd833c0ac999c3c30a98dd83
|
3 |
+
size 501488434
|
dataset-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ef41d1a8930ff0e54b9980b76f604c2c3dcbf117c8ed7d14e794f46f977e983
|
3 |
+
size 287977275
|
dataset-raw.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:390c715f2b3c3689b93f6eacd0779e42f8d892d0b3fc2f7750207946d02259cf
|
3 |
+
size 596100053
|
dataset-stage3-p480-1200.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ffba8cbb81305ec95217aa28b611134495ba2221b0fff76c7e9119ab03c867df
|
3 |
+
size 999181938
|
dataset-stage3-p480-800.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:512a06ee9ac50babab65c8dd4ea344c43097a7a76648de4d853900170643e050
|
3 |
+
size 655125079
|
meta.json
ADDED
@@ -0,0 +1,192 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bangumi": null,
|
3 |
+
"base_size": 297,
|
4 |
+
"clusters": [
|
5 |
+
{
|
6 |
+
"id": 0,
|
7 |
+
"size": 5,
|
8 |
+
"tags": [
|
9 |
+
"1girl",
|
10 |
+
"black_horns",
|
11 |
+
"blush",
|
12 |
+
"cleavage",
|
13 |
+
"collarbone",
|
14 |
+
"grin",
|
15 |
+
"jewelry",
|
16 |
+
"looking_at_viewer",
|
17 |
+
"solo",
|
18 |
+
"thighs",
|
19 |
+
"bare_shoulders",
|
20 |
+
"indoors",
|
21 |
+
"nurse_cap",
|
22 |
+
"white_dress",
|
23 |
+
"black_choker",
|
24 |
+
"demon_horns",
|
25 |
+
"sitting",
|
26 |
+
"teeth",
|
27 |
+
"armband",
|
28 |
+
"bed",
|
29 |
+
"cross",
|
30 |
+
"panties"
|
31 |
+
]
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"id": 1,
|
35 |
+
"size": 11,
|
36 |
+
"tags": [
|
37 |
+
"1girl",
|
38 |
+
"grin",
|
39 |
+
"looking_at_viewer",
|
40 |
+
"solo",
|
41 |
+
"black_gloves",
|
42 |
+
"jewelry",
|
43 |
+
"cleavage",
|
44 |
+
"blush",
|
45 |
+
"choker",
|
46 |
+
"upper_body",
|
47 |
+
"fishnets",
|
48 |
+
"virtual_youtuber",
|
49 |
+
"white_background",
|
50 |
+
"white_hair",
|
51 |
+
"bare_shoulders",
|
52 |
+
"simple_background"
|
53 |
+
]
|
54 |
+
},
|
55 |
+
{
|
56 |
+
"id": 2,
|
57 |
+
"size": 26,
|
58 |
+
"tags": [
|
59 |
+
"1girl",
|
60 |
+
"looking_at_viewer",
|
61 |
+
"solo",
|
62 |
+
"cleavage",
|
63 |
+
"bare_shoulders",
|
64 |
+
"black_skirt",
|
65 |
+
"grin",
|
66 |
+
"pleated_skirt",
|
67 |
+
"jewelry",
|
68 |
+
"black_gloves",
|
69 |
+
"white_background",
|
70 |
+
"fishnet_thighhighs",
|
71 |
+
"thighs",
|
72 |
+
"blush",
|
73 |
+
"simple_background",
|
74 |
+
"choker",
|
75 |
+
"black_thighhighs",
|
76 |
+
"elbow_gloves",
|
77 |
+
"wide_sleeves"
|
78 |
+
]
|
79 |
+
},
|
80 |
+
{
|
81 |
+
"id": 3,
|
82 |
+
"size": 8,
|
83 |
+
"tags": [
|
84 |
+
"1girl",
|
85 |
+
"cleavage",
|
86 |
+
"looking_at_viewer",
|
87 |
+
"solo",
|
88 |
+
"thighs",
|
89 |
+
"water",
|
90 |
+
"white_one-piece_swimsuit",
|
91 |
+
"blush",
|
92 |
+
"bracelet",
|
93 |
+
"grin",
|
94 |
+
"necklace",
|
95 |
+
"sitting",
|
96 |
+
"white_hair"
|
97 |
+
]
|
98 |
+
},
|
99 |
+
{
|
100 |
+
"id": 4,
|
101 |
+
"size": 7,
|
102 |
+
"tags": [
|
103 |
+
"1boy",
|
104 |
+
"1girl",
|
105 |
+
"hetero",
|
106 |
+
"jewelry",
|
107 |
+
"nipples",
|
108 |
+
"penis",
|
109 |
+
"solo_focus",
|
110 |
+
"blush",
|
111 |
+
"mosaic_censoring",
|
112 |
+
"smile",
|
113 |
+
"navel",
|
114 |
+
"spread_legs",
|
115 |
+
"sweat",
|
116 |
+
"looking_at_viewer",
|
117 |
+
"nude",
|
118 |
+
"open_mouth",
|
119 |
+
"pussy",
|
120 |
+
"sex",
|
121 |
+
"vaginal",
|
122 |
+
"collarbone",
|
123 |
+
"missionary",
|
124 |
+
"on_back",
|
125 |
+
"pillow",
|
126 |
+
"teeth",
|
127 |
+
"white_hair"
|
128 |
+
]
|
129 |
+
}
|
130 |
+
],
|
131 |
+
"core_tags": [
|
132 |
+
"breasts",
|
133 |
+
"long_hair",
|
134 |
+
"braid",
|
135 |
+
"hair_over_one_eye",
|
136 |
+
"horns",
|
137 |
+
"large_breasts",
|
138 |
+
"yellow_eyes",
|
139 |
+
"blonde_hair",
|
140 |
+
"mole",
|
141 |
+
"twin_braids",
|
142 |
+
"dark_skin",
|
143 |
+
"bangs",
|
144 |
+
"earrings",
|
145 |
+
"hair_ornament",
|
146 |
+
"very_long_hair",
|
147 |
+
"dark-skinned_female",
|
148 |
+
"mole_under_mouth",
|
149 |
+
"hairclip",
|
150 |
+
"huge_breasts"
|
151 |
+
],
|
152 |
+
"display_name": "owari/尾張/尾张 (Azur Lane)",
|
153 |
+
"name": "owari (Azur Lane)",
|
154 |
+
"packages": {
|
155 |
+
"1200": {
|
156 |
+
"description": "dataset with the shorter side not exceeding 1200 pixels.",
|
157 |
+
"filename": "dataset-1200.zip",
|
158 |
+
"package_size": 501488434,
|
159 |
+
"size": 297,
|
160 |
+
"type": "IMG+TXT"
|
161 |
+
},
|
162 |
+
"800": {
|
163 |
+
"description": "dataset with the shorter side not exceeding 800 pixels.",
|
164 |
+
"filename": "dataset-800.zip",
|
165 |
+
"package_size": 287977275,
|
166 |
+
"size": 297,
|
167 |
+
"type": "IMG+TXT"
|
168 |
+
},
|
169 |
+
"raw": {
|
170 |
+
"description": "Raw data with meta information (min edge aligned to 1400 if larger).",
|
171 |
+
"filename": "dataset-raw.zip",
|
172 |
+
"package_size": 596100053,
|
173 |
+
"size": 297,
|
174 |
+
"type": "Waifuc-Raw"
|
175 |
+
},
|
176 |
+
"stage3-p480-1200": {
|
177 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
178 |
+
"filename": "dataset-stage3-p480-1200.zip",
|
179 |
+
"package_size": 999181938,
|
180 |
+
"size": 795,
|
181 |
+
"type": "IMG+TXT"
|
182 |
+
},
|
183 |
+
"stage3-p480-800": {
|
184 |
+
"description": "3-stage cropped dataset with the area not less than 480x480 pixels.",
|
185 |
+
"filename": "dataset-stage3-p480-800.zip",
|
186 |
+
"package_size": 655125079,
|
187 |
+
"size": 795,
|
188 |
+
"type": "IMG+TXT"
|
189 |
+
}
|
190 |
+
},
|
191 |
+
"version": "v1.5"
|
192 |
+
}
|
samples/0/clu0-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/0/clu0-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/0/clu0-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/0/clu0-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/0/clu0-sample4.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/1/clu1-sample4.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/2/clu2-sample4.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/3/clu3-sample4.png
ADDED
![]() |
Git LFS Details
|
samples/4/clu4-sample0.png
ADDED
![]() |
Git LFS Details
|
samples/4/clu4-sample1.png
ADDED
![]() |
Git LFS Details
|
samples/4/clu4-sample2.png
ADDED
![]() |
Git LFS Details
|
samples/4/clu4-sample3.png
ADDED
![]() |
Git LFS Details
|
samples/4/clu4-sample4.png
ADDED
![]() |
Git LFS Details
|