Adnank1998 commited on
Commit
5c80299
·
0 Parent(s):

Initial release

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. .gitignore +4 -0
  3. README.md +103 -0
  4. build_dataset_infos.py +109 -0
  5. dataset_infos.json +828 -0
  6. images/Animals_and_Creatures/Bat/Natural/1.jpg +3 -0
  7. images/Animals_and_Creatures/Bat/Natural/10.jpg +3 -0
  8. images/Animals_and_Creatures/Bat/Natural/10_2.png +3 -0
  9. images/Animals_and_Creatures/Bat/Natural/11.jpg +3 -0
  10. images/Animals_and_Creatures/Bat/Natural/11_2.png +3 -0
  11. images/Animals_and_Creatures/Bat/Natural/12.png +3 -0
  12. images/Animals_and_Creatures/Bat/Natural/12_2.jpg +3 -0
  13. images/Animals_and_Creatures/Bat/Natural/13.png +3 -0
  14. images/Animals_and_Creatures/Bat/Natural/13_2.jpg +3 -0
  15. images/Animals_and_Creatures/Bat/Natural/13_3.jpg +3 -0
  16. images/Animals_and_Creatures/Bat/Natural/14.png +3 -0
  17. images/Animals_and_Creatures/Bat/Natural/15.jpg +3 -0
  18. images/Animals_and_Creatures/Bat/Natural/15.png +3 -0
  19. images/Animals_and_Creatures/Bat/Natural/16.jpg +3 -0
  20. images/Animals_and_Creatures/Bat/Natural/2.jpg +3 -0
  21. images/Animals_and_Creatures/Bat/Natural/3.jpg +3 -0
  22. images/Animals_and_Creatures/Bat/Natural/3_2.png +3 -0
  23. images/Animals_and_Creatures/Bat/Natural/4.jpg +3 -0
  24. images/Animals_and_Creatures/Bat/Natural/5.jpg +3 -0
  25. images/Animals_and_Creatures/Bat/Natural/6.jpg +3 -0
  26. images/Animals_and_Creatures/Bat/Natural/6_2.png +3 -0
  27. images/Animals_and_Creatures/Bat/Natural/7.jpg +3 -0
  28. images/Animals_and_Creatures/Bat/Natural/7_2.png +3 -0
  29. images/Animals_and_Creatures/Bat/Natural/7_3.jpg +3 -0
  30. images/Animals_and_Creatures/Bat/Natural/8.png +3 -0
  31. images/Animals_and_Creatures/Bat/Natural/8_2.jpg +3 -0
  32. images/Animals_and_Creatures/Bat/Natural/9.jpg +3 -0
  33. images/Animals_and_Creatures/Bat/Natural/9_2.png +3 -0
  34. images/Animals_and_Creatures/Bat/Natural/9_3.jpg +3 -0
  35. images/Animals_and_Creatures/Bat/Natural/9_4.jpg +3 -0
  36. images/Animals_and_Creatures/Bat/Tactile/1.jpeg +3 -0
  37. images/Animals_and_Creatures/Bat/Tactile/10.jpeg +3 -0
  38. images/Animals_and_Creatures/Bat/Tactile/11.jpeg +3 -0
  39. images/Animals_and_Creatures/Bat/Tactile/12.jpeg +3 -0
  40. images/Animals_and_Creatures/Bat/Tactile/13.jpeg +3 -0
  41. images/Animals_and_Creatures/Bat/Tactile/2.jpeg +3 -0
  42. images/Animals_and_Creatures/Bat/Tactile/3.jpeg +3 -0
  43. images/Animals_and_Creatures/Bat/Tactile/4.jpeg +3 -0
  44. images/Animals_and_Creatures/Bat/Tactile/5.png +3 -0
  45. images/Animals_and_Creatures/Bat/Tactile/6.jpeg +3 -0
  46. images/Animals_and_Creatures/Bat/Tactile/7.jpeg +3 -0
  47. images/Animals_and_Creatures/Bat/Tactile/8.jpeg +3 -0
  48. images/Animals_and_Creatures/Bat/Tactile/9.jpeg +3 -0
  49. images/Animals_and_Creatures/Bee/Natural/Bee_1.jpg +3 -0
  50. images/Animals_and_Creatures/Bee/Natural/Bee_10.jpg +3 -0
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ images/** filter=lfs diff=lfs merge=lfs -text
2
+ processed/plots/*.png filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ .DS_Store
2
+ __pycache__/
3
+ *.ipynb_checkpoints
4
+ *.log
README.md ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pretty_name: TactileEval
6
+ size_categories:
7
+ - 10K<n<100K
8
+ ---
9
+
10
+ # TactileEval Dataset
11
+
12
+ TactileEval decomposes tactile-graphic quality into five BANA-aligned quality
13
+ dimensions (view, parts, background, texture, line quality) across six object
14
+ families, yielding 30 task families and 14,095 option-level annotations. Each
15
+ record corresponds to a natural photo / tactile drawing pair and a specific
16
+ quality option with majority-vote label, vote counts, and provenance metadata.
17
+
18
+ ## Repository layout
19
+
20
+ ```
21
+ images/
22
+ <Family>/<Object>/<Natural|Tactile>/*.{jpg,png}
23
+ processed/
24
+ records_full.jsonl
25
+ splits/{train,val,test}.jsonl
26
+ family_splits/F{1..6}/{train,val,test}.jsonl
27
+ dataset_summary.{csv,json}
28
+ ```
29
+
30
+ JSONL fields:
31
+
32
+ | Field | Description |
33
+ |-------|-------------|
34
+ | `pair_id` | `NaturalRel::TactileRel` identifier |
35
+ | `task_family` | Task code (e.g., F1QL) |
36
+ | `option_id` | Option identifier (e.g., `too_thick`) |
37
+ | `option_description` | Plain-language description |
38
+ | `natural_image`, `tactile_image` | Paths relative to `images/` |
39
+ | `votes_total`, `positives`, `negatives` | Vote stats |
40
+ | `label` | Majority label (0/1) |
41
+ | `vote_fraction` | positives / total |
42
+ | `status_counts` | counts of approved/submitted ballots |
43
+
44
+ ## Splits
45
+
46
+ - `splits/train.jsonl` (11,348 records)
47
+ - `splits/val.jsonl` (1,341 records)
48
+ - `splits/test.jsonl` (1,406 records)
49
+
50
+ `family_splits/` mirrors these splits per object family.
51
+
52
+ ## Usage
53
+
54
+ ```python
55
+ from datasets import load_dataset
56
+
57
+ ds = load_dataset("Adnank1998/TactileEval", name="full", split="train")
58
+ family = load_dataset("Adnank1998/TactileEval", name="family_f1", split="train")
59
+ example = ds[0]
60
+ print(example["natural_image"], example["label"])
61
+ ```
62
+
63
+ Images are stored under `images/`; join the relative path returned in
64
+ `natural_image`/`tactile_image` with the local dataset root to load the files.
65
+
66
+ Available configurations:
67
+ - `full`: All families (default).
68
+ - `family_f1` through `family_f6`: Per-family subsets matching the paper splits.
69
+
70
+ Each split lives in `processed/`, enabling the Hugging Face dataset viewer via
71
+ the bundled `dataset_infos.json`.
72
+
73
+ Available configurations:
74
+ - `full`: All families (default).
75
+ - `family_f1` … `family_f6`: Per-family subsets matching the paper splits.
76
+
77
+ Each split lives in `processed/`, so the Hugging Face dataset viewer can load the files directly via the bundled `dataset_infos.json`.
78
+
79
+
80
+ ## Citation
81
+
82
+ ```
83
+ @misc{khan2026tactileevalstepautomatedfinegrained,
84
+ title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics},
85
+ author={Adnan Khan and Abbas Akkasi and Majid Komeili},
86
+ year={2026},
87
+ eprint={2604.19829},
88
+ archivePrefix={arXiv},
89
+ primaryClass={cs.CV},
90
+ url={https://arxiv.org/abs/2604.19829}
91
+ }
92
+ ```
93
+
94
+ ## Contact
95
+
96
+ Questions? Open an issue or email adnankhan5@cmail.carleton.ca.
97
+
98
+ ## Acknowledgements
99
+
100
+ This work was supported in part by MITACS and the Digital Alliance of Canada.
101
+ We thank the student volunteers at the Intelligent Machines Lab (iML), Carleton
102
+ University, for their contributions, and Joshua Olojede and Hoda Vafaeesefat
103
+ for their help with the AMT annotation environment.
build_dataset_infos.py ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ from __future__ import annotations
2
+
3
+ import json
4
+ from pathlib import Path
5
+
6
+ from datasets import Features, Sequence, Value
7
+
8
+ ROOT = Path(__file__).parent
9
+
10
+ FEATURES = Features(
11
+ {
12
+ "pair_id": Value("string"),
13
+ "task_family": Value("string"),
14
+ "task_id": Value("string"),
15
+ "option_id": Value("string"),
16
+ "option_description": Value("string"),
17
+ "natural_image": Value("string"),
18
+ "tactile_image": Value("string"),
19
+ "votes_total": Value("int32"),
20
+ "positives": Value("int32"),
21
+ "negatives": Value("int32"),
22
+ "vote_fraction": Value("float32"),
23
+ "label": Value("int32"),
24
+ "source_assignments": Value("int32"),
25
+ "status_counts": Sequence(
26
+ Features({
27
+ "status": Value("string"),
28
+ "count": Value("int32"),
29
+ })
30
+ ),
31
+ "used_consensus": Value("bool"),
32
+ }
33
+ )
34
+
35
+ CONFIGS = {
36
+ "full": {
37
+ "description": "All families and options with the official splits.",
38
+ "data_files": {
39
+ "train": "processed/splits/train.jsonl",
40
+ "validation": "processed/splits/val.jsonl",
41
+ "test": "processed/splits/test.jsonl",
42
+ },
43
+ },
44
+ }
45
+
46
+ for family in ["F1", "F2", "F3", "F4", "F5", "F6"]:
47
+ CONFIGS[f"family_{family.lower()}"] = {
48
+ "description": f"Family {family} only.",
49
+ "data_files": {
50
+ "train": f"processed/family_splits/{family}/train.jsonl",
51
+ "validation": f"processed/family_splits/{family}/val.jsonl",
52
+ "test": f"processed/family_splits/{family}/test.jsonl",
53
+ },
54
+ }
55
+
56
+
57
+ def count_examples(path: Path) -> int:
58
+ with path.open("r", encoding="utf-8") as handle:
59
+ return sum(1 for _ in handle)
60
+
61
+
62
+ def build_split_info(rel_path: str) -> tuple[int, int]:
63
+ path = ROOT / rel_path
64
+ num_bytes = path.stat().st_size
65
+ num_examples = count_examples(path)
66
+ return num_examples, num_bytes
67
+
68
+
69
+ def build_config_entry(name: str, data_files: dict) -> dict:
70
+ splits = {}
71
+ dataset_size = 0
72
+ for split_name, rel_path in data_files.items():
73
+ num_examples, num_bytes = build_split_info(rel_path)
74
+ dataset_size += num_bytes
75
+ splits[split_name] = {
76
+ "name": split_name,
77
+ "num_examples": num_examples,
78
+ "num_bytes": num_bytes,
79
+ }
80
+ return {
81
+ "description": CONFIGS[name]["description"],
82
+ "citation": """@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}""",
83
+ "homepage": "https://tactileeval.github.io/",
84
+ "license": "mit",
85
+ "features": FEATURES.to_dict(),
86
+ "splits": splits,
87
+ "download_size": dataset_size,
88
+ "dataset_size": dataset_size,
89
+ "config_name": name,
90
+ "data_files": {
91
+ split: [{"filename": rel_path}] for split, rel_path in data_files.items()
92
+ },
93
+ "default_validation_split": "validation" if "validation" in data_files else None,
94
+ }
95
+
96
+
97
+ def main() -> None:
98
+ info = {
99
+ name: build_config_entry(name, cfg["data_files"])
100
+ for name, cfg in CONFIGS.items()
101
+ }
102
+ output_path = ROOT / "dataset_infos.json"
103
+ with output_path.open("w", encoding="utf-8") as handle:
104
+ json.dump(info, handle, indent=2)
105
+ print(f"Wrote {output_path}")
106
+
107
+
108
+ if __name__ == "__main__":
109
+ main()
dataset_infos.json ADDED
@@ -0,0 +1,828 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "full": {
3
+ "description": "All families and options with the official splits.",
4
+ "citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
5
+ "homepage": "https://tactileeval.github.io/",
6
+ "license": "mit",
7
+ "features": {
8
+ "pair_id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "task_family": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "task_id": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "option_id": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "option_description": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ },
28
+ "natural_image": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "tactile_image": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "votes_total": {
37
+ "dtype": "int32",
38
+ "_type": "Value"
39
+ },
40
+ "positives": {
41
+ "dtype": "int32",
42
+ "_type": "Value"
43
+ },
44
+ "negatives": {
45
+ "dtype": "int32",
46
+ "_type": "Value"
47
+ },
48
+ "vote_fraction": {
49
+ "dtype": "float32",
50
+ "_type": "Value"
51
+ },
52
+ "label": {
53
+ "dtype": "int32",
54
+ "_type": "Value"
55
+ },
56
+ "source_assignments": {
57
+ "dtype": "int32",
58
+ "_type": "Value"
59
+ },
60
+ "status_counts": {
61
+ "status": {
62
+ "feature": {
63
+ "dtype": "string",
64
+ "_type": "Value"
65
+ },
66
+ "_type": "List"
67
+ },
68
+ "count": {
69
+ "feature": {
70
+ "dtype": "int32",
71
+ "_type": "Value"
72
+ },
73
+ "_type": "List"
74
+ }
75
+ },
76
+ "used_consensus": {
77
+ "dtype": "bool",
78
+ "_type": "Value"
79
+ }
80
+ },
81
+ "splits": {
82
+ "train": {
83
+ "name": "train",
84
+ "num_examples": 11348,
85
+ "num_bytes": 6564180
86
+ },
87
+ "validation": {
88
+ "name": "validation",
89
+ "num_examples": 1341,
90
+ "num_bytes": 773094
91
+ },
92
+ "test": {
93
+ "name": "test",
94
+ "num_examples": 1406,
95
+ "num_bytes": 812899
96
+ }
97
+ },
98
+ "download_size": 8150173,
99
+ "dataset_size": 8150173,
100
+ "config_name": "full",
101
+ "data_files": {
102
+ "train": [
103
+ {
104
+ "filename": "processed/splits/train.jsonl"
105
+ }
106
+ ],
107
+ "validation": [
108
+ {
109
+ "filename": "processed/splits/val.jsonl"
110
+ }
111
+ ],
112
+ "test": [
113
+ {
114
+ "filename": "processed/splits/test.jsonl"
115
+ }
116
+ ]
117
+ },
118
+ "default_validation_split": "validation"
119
+ },
120
+ "family_f1": {
121
+ "description": "Family F1 only.",
122
+ "citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
123
+ "homepage": "https://tactileeval.github.io/",
124
+ "license": "mit",
125
+ "features": {
126
+ "pair_id": {
127
+ "dtype": "string",
128
+ "_type": "Value"
129
+ },
130
+ "task_family": {
131
+ "dtype": "string",
132
+ "_type": "Value"
133
+ },
134
+ "task_id": {
135
+ "dtype": "string",
136
+ "_type": "Value"
137
+ },
138
+ "option_id": {
139
+ "dtype": "string",
140
+ "_type": "Value"
141
+ },
142
+ "option_description": {
143
+ "dtype": "string",
144
+ "_type": "Value"
145
+ },
146
+ "natural_image": {
147
+ "dtype": "string",
148
+ "_type": "Value"
149
+ },
150
+ "tactile_image": {
151
+ "dtype": "string",
152
+ "_type": "Value"
153
+ },
154
+ "votes_total": {
155
+ "dtype": "int32",
156
+ "_type": "Value"
157
+ },
158
+ "positives": {
159
+ "dtype": "int32",
160
+ "_type": "Value"
161
+ },
162
+ "negatives": {
163
+ "dtype": "int32",
164
+ "_type": "Value"
165
+ },
166
+ "vote_fraction": {
167
+ "dtype": "float32",
168
+ "_type": "Value"
169
+ },
170
+ "label": {
171
+ "dtype": "int32",
172
+ "_type": "Value"
173
+ },
174
+ "source_assignments": {
175
+ "dtype": "int32",
176
+ "_type": "Value"
177
+ },
178
+ "status_counts": {
179
+ "status": {
180
+ "feature": {
181
+ "dtype": "string",
182
+ "_type": "Value"
183
+ },
184
+ "_type": "List"
185
+ },
186
+ "count": {
187
+ "feature": {
188
+ "dtype": "int32",
189
+ "_type": "Value"
190
+ },
191
+ "_type": "List"
192
+ }
193
+ },
194
+ "used_consensus": {
195
+ "dtype": "bool",
196
+ "_type": "Value"
197
+ }
198
+ },
199
+ "splits": {
200
+ "train": {
201
+ "name": "train",
202
+ "num_examples": 2682,
203
+ "num_bytes": 1492281
204
+ },
205
+ "validation": {
206
+ "name": "validation",
207
+ "num_examples": 320,
208
+ "num_bytes": 177294
209
+ },
210
+ "test": {
211
+ "name": "test",
212
+ "num_examples": 288,
213
+ "num_bytes": 160078
214
+ }
215
+ },
216
+ "download_size": 1829653,
217
+ "dataset_size": 1829653,
218
+ "config_name": "family_f1",
219
+ "data_files": {
220
+ "train": [
221
+ {
222
+ "filename": "processed/family_splits/F1/train.jsonl"
223
+ }
224
+ ],
225
+ "validation": [
226
+ {
227
+ "filename": "processed/family_splits/F1/val.jsonl"
228
+ }
229
+ ],
230
+ "test": [
231
+ {
232
+ "filename": "processed/family_splits/F1/test.jsonl"
233
+ }
234
+ ]
235
+ },
236
+ "default_validation_split": "validation"
237
+ },
238
+ "family_f2": {
239
+ "description": "Family F2 only.",
240
+ "citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
241
+ "homepage": "https://tactileeval.github.io/",
242
+ "license": "mit",
243
+ "features": {
244
+ "pair_id": {
245
+ "dtype": "string",
246
+ "_type": "Value"
247
+ },
248
+ "task_family": {
249
+ "dtype": "string",
250
+ "_type": "Value"
251
+ },
252
+ "task_id": {
253
+ "dtype": "string",
254
+ "_type": "Value"
255
+ },
256
+ "option_id": {
257
+ "dtype": "string",
258
+ "_type": "Value"
259
+ },
260
+ "option_description": {
261
+ "dtype": "string",
262
+ "_type": "Value"
263
+ },
264
+ "natural_image": {
265
+ "dtype": "string",
266
+ "_type": "Value"
267
+ },
268
+ "tactile_image": {
269
+ "dtype": "string",
270
+ "_type": "Value"
271
+ },
272
+ "votes_total": {
273
+ "dtype": "int32",
274
+ "_type": "Value"
275
+ },
276
+ "positives": {
277
+ "dtype": "int32",
278
+ "_type": "Value"
279
+ },
280
+ "negatives": {
281
+ "dtype": "int32",
282
+ "_type": "Value"
283
+ },
284
+ "vote_fraction": {
285
+ "dtype": "float32",
286
+ "_type": "Value"
287
+ },
288
+ "label": {
289
+ "dtype": "int32",
290
+ "_type": "Value"
291
+ },
292
+ "source_assignments": {
293
+ "dtype": "int32",
294
+ "_type": "Value"
295
+ },
296
+ "status_counts": {
297
+ "status": {
298
+ "feature": {
299
+ "dtype": "string",
300
+ "_type": "Value"
301
+ },
302
+ "_type": "List"
303
+ },
304
+ "count": {
305
+ "feature": {
306
+ "dtype": "int32",
307
+ "_type": "Value"
308
+ },
309
+ "_type": "List"
310
+ }
311
+ },
312
+ "used_consensus": {
313
+ "dtype": "bool",
314
+ "_type": "Value"
315
+ }
316
+ },
317
+ "splits": {
318
+ "train": {
319
+ "name": "train",
320
+ "num_examples": 3846,
321
+ "num_bytes": 2266670
322
+ },
323
+ "validation": {
324
+ "name": "validation",
325
+ "num_examples": 462,
326
+ "num_bytes": 271470
327
+ },
328
+ "test": {
329
+ "name": "test",
330
+ "num_examples": 524,
331
+ "num_bytes": 307379
332
+ }
333
+ },
334
+ "download_size": 2845519,
335
+ "dataset_size": 2845519,
336
+ "config_name": "family_f2",
337
+ "data_files": {
338
+ "train": [
339
+ {
340
+ "filename": "processed/family_splits/F2/train.jsonl"
341
+ }
342
+ ],
343
+ "validation": [
344
+ {
345
+ "filename": "processed/family_splits/F2/val.jsonl"
346
+ }
347
+ ],
348
+ "test": [
349
+ {
350
+ "filename": "processed/family_splits/F2/test.jsonl"
351
+ }
352
+ ]
353
+ },
354
+ "default_validation_split": "validation"
355
+ },
356
+ "family_f3": {
357
+ "description": "Family F3 only.",
358
+ "citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
359
+ "homepage": "https://tactileeval.github.io/",
360
+ "license": "mit",
361
+ "features": {
362
+ "pair_id": {
363
+ "dtype": "string",
364
+ "_type": "Value"
365
+ },
366
+ "task_family": {
367
+ "dtype": "string",
368
+ "_type": "Value"
369
+ },
370
+ "task_id": {
371
+ "dtype": "string",
372
+ "_type": "Value"
373
+ },
374
+ "option_id": {
375
+ "dtype": "string",
376
+ "_type": "Value"
377
+ },
378
+ "option_description": {
379
+ "dtype": "string",
380
+ "_type": "Value"
381
+ },
382
+ "natural_image": {
383
+ "dtype": "string",
384
+ "_type": "Value"
385
+ },
386
+ "tactile_image": {
387
+ "dtype": "string",
388
+ "_type": "Value"
389
+ },
390
+ "votes_total": {
391
+ "dtype": "int32",
392
+ "_type": "Value"
393
+ },
394
+ "positives": {
395
+ "dtype": "int32",
396
+ "_type": "Value"
397
+ },
398
+ "negatives": {
399
+ "dtype": "int32",
400
+ "_type": "Value"
401
+ },
402
+ "vote_fraction": {
403
+ "dtype": "float32",
404
+ "_type": "Value"
405
+ },
406
+ "label": {
407
+ "dtype": "int32",
408
+ "_type": "Value"
409
+ },
410
+ "source_assignments": {
411
+ "dtype": "int32",
412
+ "_type": "Value"
413
+ },
414
+ "status_counts": {
415
+ "status": {
416
+ "feature": {
417
+ "dtype": "string",
418
+ "_type": "Value"
419
+ },
420
+ "_type": "List"
421
+ },
422
+ "count": {
423
+ "feature": {
424
+ "dtype": "int32",
425
+ "_type": "Value"
426
+ },
427
+ "_type": "List"
428
+ }
429
+ },
430
+ "used_consensus": {
431
+ "dtype": "bool",
432
+ "_type": "Value"
433
+ }
434
+ },
435
+ "splits": {
436
+ "train": {
437
+ "name": "train",
438
+ "num_examples": 856,
439
+ "num_bytes": 486193
440
+ },
441
+ "validation": {
442
+ "name": "validation",
443
+ "num_examples": 92,
444
+ "num_bytes": 52059
445
+ },
446
+ "test": {
447
+ "name": "test",
448
+ "num_examples": 102,
449
+ "num_bytes": 57859
450
+ }
451
+ },
452
+ "download_size": 596111,
453
+ "dataset_size": 596111,
454
+ "config_name": "family_f3",
455
+ "data_files": {
456
+ "train": [
457
+ {
458
+ "filename": "processed/family_splits/F3/train.jsonl"
459
+ }
460
+ ],
461
+ "validation": [
462
+ {
463
+ "filename": "processed/family_splits/F3/val.jsonl"
464
+ }
465
+ ],
466
+ "test": [
467
+ {
468
+ "filename": "processed/family_splits/F3/test.jsonl"
469
+ }
470
+ ]
471
+ },
472
+ "default_validation_split": "validation"
473
+ },
474
+ "family_f4": {
475
+ "description": "Family F4 only.",
476
+ "citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
477
+ "homepage": "https://tactileeval.github.io/",
478
+ "license": "mit",
479
+ "features": {
480
+ "pair_id": {
481
+ "dtype": "string",
482
+ "_type": "Value"
483
+ },
484
+ "task_family": {
485
+ "dtype": "string",
486
+ "_type": "Value"
487
+ },
488
+ "task_id": {
489
+ "dtype": "string",
490
+ "_type": "Value"
491
+ },
492
+ "option_id": {
493
+ "dtype": "string",
494
+ "_type": "Value"
495
+ },
496
+ "option_description": {
497
+ "dtype": "string",
498
+ "_type": "Value"
499
+ },
500
+ "natural_image": {
501
+ "dtype": "string",
502
+ "_type": "Value"
503
+ },
504
+ "tactile_image": {
505
+ "dtype": "string",
506
+ "_type": "Value"
507
+ },
508
+ "votes_total": {
509
+ "dtype": "int32",
510
+ "_type": "Value"
511
+ },
512
+ "positives": {
513
+ "dtype": "int32",
514
+ "_type": "Value"
515
+ },
516
+ "negatives": {
517
+ "dtype": "int32",
518
+ "_type": "Value"
519
+ },
520
+ "vote_fraction": {
521
+ "dtype": "float32",
522
+ "_type": "Value"
523
+ },
524
+ "label": {
525
+ "dtype": "int32",
526
+ "_type": "Value"
527
+ },
528
+ "source_assignments": {
529
+ "dtype": "int32",
530
+ "_type": "Value"
531
+ },
532
+ "status_counts": {
533
+ "status": {
534
+ "feature": {
535
+ "dtype": "string",
536
+ "_type": "Value"
537
+ },
538
+ "_type": "List"
539
+ },
540
+ "count": {
541
+ "feature": {
542
+ "dtype": "int32",
543
+ "_type": "Value"
544
+ },
545
+ "_type": "List"
546
+ }
547
+ },
548
+ "used_consensus": {
549
+ "dtype": "bool",
550
+ "_type": "Value"
551
+ }
552
+ },
553
+ "splits": {
554
+ "train": {
555
+ "name": "train",
556
+ "num_examples": 962,
557
+ "num_bytes": 580196
558
+ },
559
+ "validation": {
560
+ "name": "validation",
561
+ "num_examples": 116,
562
+ "num_bytes": 69675
563
+ },
564
+ "test": {
565
+ "name": "test",
566
+ "num_examples": 140,
567
+ "num_bytes": 84120
568
+ }
569
+ },
570
+ "download_size": 733991,
571
+ "dataset_size": 733991,
572
+ "config_name": "family_f4",
573
+ "data_files": {
574
+ "train": [
575
+ {
576
+ "filename": "processed/family_splits/F4/train.jsonl"
577
+ }
578
+ ],
579
+ "validation": [
580
+ {
581
+ "filename": "processed/family_splits/F4/val.jsonl"
582
+ }
583
+ ],
584
+ "test": [
585
+ {
586
+ "filename": "processed/family_splits/F4/test.jsonl"
587
+ }
588
+ ]
589
+ },
590
+ "default_validation_split": "validation"
591
+ },
592
+ "family_f5": {
593
+ "description": "Family F5 only.",
594
+ "citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
595
+ "homepage": "https://tactileeval.github.io/",
596
+ "license": "mit",
597
+ "features": {
598
+ "pair_id": {
599
+ "dtype": "string",
600
+ "_type": "Value"
601
+ },
602
+ "task_family": {
603
+ "dtype": "string",
604
+ "_type": "Value"
605
+ },
606
+ "task_id": {
607
+ "dtype": "string",
608
+ "_type": "Value"
609
+ },
610
+ "option_id": {
611
+ "dtype": "string",
612
+ "_type": "Value"
613
+ },
614
+ "option_description": {
615
+ "dtype": "string",
616
+ "_type": "Value"
617
+ },
618
+ "natural_image": {
619
+ "dtype": "string",
620
+ "_type": "Value"
621
+ },
622
+ "tactile_image": {
623
+ "dtype": "string",
624
+ "_type": "Value"
625
+ },
626
+ "votes_total": {
627
+ "dtype": "int32",
628
+ "_type": "Value"
629
+ },
630
+ "positives": {
631
+ "dtype": "int32",
632
+ "_type": "Value"
633
+ },
634
+ "negatives": {
635
+ "dtype": "int32",
636
+ "_type": "Value"
637
+ },
638
+ "vote_fraction": {
639
+ "dtype": "float32",
640
+ "_type": "Value"
641
+ },
642
+ "label": {
643
+ "dtype": "int32",
644
+ "_type": "Value"
645
+ },
646
+ "source_assignments": {
647
+ "dtype": "int32",
648
+ "_type": "Value"
649
+ },
650
+ "status_counts": {
651
+ "status": {
652
+ "feature": {
653
+ "dtype": "string",
654
+ "_type": "Value"
655
+ },
656
+ "_type": "List"
657
+ },
658
+ "count": {
659
+ "feature": {
660
+ "dtype": "int32",
661
+ "_type": "Value"
662
+ },
663
+ "_type": "List"
664
+ }
665
+ },
666
+ "used_consensus": {
667
+ "dtype": "bool",
668
+ "_type": "Value"
669
+ }
670
+ },
671
+ "splits": {
672
+ "train": {
673
+ "name": "train",
674
+ "num_examples": 1874,
675
+ "num_bytes": 1090186
676
+ },
677
+ "validation": {
678
+ "name": "validation",
679
+ "num_examples": 226,
680
+ "num_bytes": 130950
681
+ },
682
+ "test": {
683
+ "name": "test",
684
+ "num_examples": 230,
685
+ "num_bytes": 133534
686
+ }
687
+ },
688
+ "download_size": 1354670,
689
+ "dataset_size": 1354670,
690
+ "config_name": "family_f5",
691
+ "data_files": {
692
+ "train": [
693
+ {
694
+ "filename": "processed/family_splits/F5/train.jsonl"
695
+ }
696
+ ],
697
+ "validation": [
698
+ {
699
+ "filename": "processed/family_splits/F5/val.jsonl"
700
+ }
701
+ ],
702
+ "test": [
703
+ {
704
+ "filename": "processed/family_splits/F5/test.jsonl"
705
+ }
706
+ ]
707
+ },
708
+ "default_validation_split": "validation"
709
+ },
710
+ "family_f6": {
711
+ "description": "Family F6 only.",
712
+ "citation": "@misc{khan2026tactileevalstepautomatedfinegrained, title={TactileEval: A Step Towards Automated Fine-Grained Evaluation and Editing of Tactile Graphics}, author={Adnan Khan and Abbas Akkasi and Majid Komeili}, year={2026}, eprint={2604.19829}, archivePrefix={arXiv}, primaryClass={cs.CV}, url={https://arxiv.org/abs/2604.19829}}",
713
+ "homepage": "https://tactileeval.github.io/",
714
+ "license": "mit",
715
+ "features": {
716
+ "pair_id": {
717
+ "dtype": "string",
718
+ "_type": "Value"
719
+ },
720
+ "task_family": {
721
+ "dtype": "string",
722
+ "_type": "Value"
723
+ },
724
+ "task_id": {
725
+ "dtype": "string",
726
+ "_type": "Value"
727
+ },
728
+ "option_id": {
729
+ "dtype": "string",
730
+ "_type": "Value"
731
+ },
732
+ "option_description": {
733
+ "dtype": "string",
734
+ "_type": "Value"
735
+ },
736
+ "natural_image": {
737
+ "dtype": "string",
738
+ "_type": "Value"
739
+ },
740
+ "tactile_image": {
741
+ "dtype": "string",
742
+ "_type": "Value"
743
+ },
744
+ "votes_total": {
745
+ "dtype": "int32",
746
+ "_type": "Value"
747
+ },
748
+ "positives": {
749
+ "dtype": "int32",
750
+ "_type": "Value"
751
+ },
752
+ "negatives": {
753
+ "dtype": "int32",
754
+ "_type": "Value"
755
+ },
756
+ "vote_fraction": {
757
+ "dtype": "float32",
758
+ "_type": "Value"
759
+ },
760
+ "label": {
761
+ "dtype": "int32",
762
+ "_type": "Value"
763
+ },
764
+ "source_assignments": {
765
+ "dtype": "int32",
766
+ "_type": "Value"
767
+ },
768
+ "status_counts": {
769
+ "status": {
770
+ "feature": {
771
+ "dtype": "string",
772
+ "_type": "Value"
773
+ },
774
+ "_type": "List"
775
+ },
776
+ "count": {
777
+ "feature": {
778
+ "dtype": "int32",
779
+ "_type": "Value"
780
+ },
781
+ "_type": "List"
782
+ }
783
+ },
784
+ "used_consensus": {
785
+ "dtype": "bool",
786
+ "_type": "Value"
787
+ }
788
+ },
789
+ "splits": {
790
+ "train": {
791
+ "name": "train",
792
+ "num_examples": 1128,
793
+ "num_bytes": 648654
794
+ },
795
+ "validation": {
796
+ "name": "validation",
797
+ "num_examples": 125,
798
+ "num_bytes": 71646
799
+ },
800
+ "test": {
801
+ "name": "test",
802
+ "num_examples": 122,
803
+ "num_bytes": 69929
804
+ }
805
+ },
806
+ "download_size": 790229,
807
+ "dataset_size": 790229,
808
+ "config_name": "family_f6",
809
+ "data_files": {
810
+ "train": [
811
+ {
812
+ "filename": "processed/family_splits/F6/train.jsonl"
813
+ }
814
+ ],
815
+ "validation": [
816
+ {
817
+ "filename": "processed/family_splits/F6/val.jsonl"
818
+ }
819
+ ],
820
+ "test": [
821
+ {
822
+ "filename": "processed/family_splits/F6/test.jsonl"
823
+ }
824
+ ]
825
+ },
826
+ "default_validation_split": "validation"
827
+ }
828
+ }
images/Animals_and_Creatures/Bat/Natural/1.jpg ADDED

Git LFS Details

  • SHA256: 6035475fb6d5c62a3f7823df3bfb7e1fb8af3bb4486d27a400df1de032bcfafb
  • Pointer size: 130 Bytes
  • Size of remote file: 40.2 kB
images/Animals_and_Creatures/Bat/Natural/10.jpg ADDED

Git LFS Details

  • SHA256: e32ef1cffddcb3f5bf421be2c69425af4998ed55e1f170f13566a7563d9b8c1a
  • Pointer size: 130 Bytes
  • Size of remote file: 61.9 kB
images/Animals_and_Creatures/Bat/Natural/10_2.png ADDED

Git LFS Details

  • SHA256: 1899a6fc28ad3ccc603d3c576abfc2e616b349867b0ff4fe5f3957710e397dac
  • Pointer size: 131 Bytes
  • Size of remote file: 214 kB
images/Animals_and_Creatures/Bat/Natural/11.jpg ADDED

Git LFS Details

  • SHA256: 7b60da784dc54d39862c34d84412ab1b01a057fa61cf94bcd6a068cb3b68dd69
  • Pointer size: 130 Bytes
  • Size of remote file: 14.5 kB
images/Animals_and_Creatures/Bat/Natural/11_2.png ADDED

Git LFS Details

  • SHA256: bfea3c6d9f4689fdbf7fdfe1c93904b4803ebdbcc1f8408267127a7b0383911e
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
images/Animals_and_Creatures/Bat/Natural/12.png ADDED

Git LFS Details

  • SHA256: 060c1b36759108aab91a3d5292a885fd02055ce8b5c23bbe81a64b5ba0f7f58c
  • Pointer size: 131 Bytes
  • Size of remote file: 258 kB
images/Animals_and_Creatures/Bat/Natural/12_2.jpg ADDED

Git LFS Details

  • SHA256: fa307f19d289fc89fe1793b17e75df026999fe023a8b584203c95a792bf520dc
  • Pointer size: 130 Bytes
  • Size of remote file: 40.2 kB
images/Animals_and_Creatures/Bat/Natural/13.png ADDED

Git LFS Details

  • SHA256: 7c8f545b71836ac8ce1f4b78b26b6d077f2358a9927beb917ef68a888167a24c
  • Pointer size: 130 Bytes
  • Size of remote file: 91 kB
images/Animals_and_Creatures/Bat/Natural/13_2.jpg ADDED

Git LFS Details

  • SHA256: 83ef977d2be7c1cbc834a45f4c2f6ed936b8f0714fb9fade6e1315ebc9bbc8ff
  • Pointer size: 130 Bytes
  • Size of remote file: 14.1 kB
images/Animals_and_Creatures/Bat/Natural/13_3.jpg ADDED

Git LFS Details

  • SHA256: 2d2e78d6d599ccb332a17053993f418c858d831bbfd45a5265583afbfbe57655
  • Pointer size: 130 Bytes
  • Size of remote file: 12.7 kB
images/Animals_and_Creatures/Bat/Natural/14.png ADDED

Git LFS Details

  • SHA256: 8982e374783afa78c121dc74fd2e1979e10ffddf84c68d89d64557a4e16ffd16
  • Pointer size: 131 Bytes
  • Size of remote file: 210 kB
images/Animals_and_Creatures/Bat/Natural/15.jpg ADDED

Git LFS Details

  • SHA256: b1312afa8dd9941da8718b6146b07ce004d2cb75faf2827850e966610e1aa92f
  • Pointer size: 130 Bytes
  • Size of remote file: 30.4 kB
images/Animals_and_Creatures/Bat/Natural/15.png ADDED

Git LFS Details

  • SHA256: 36c6e14ca56397f57cde496de4b4fb2070baea13a692309844c582a2f2c75dc7
  • Pointer size: 131 Bytes
  • Size of remote file: 138 kB
images/Animals_and_Creatures/Bat/Natural/16.jpg ADDED

Git LFS Details

  • SHA256: a26c4aa4b7398cc1944b30a2e5d6453cbda473ed42910e6bf6bcd3dedd514ea9
  • Pointer size: 130 Bytes
  • Size of remote file: 35.5 kB
images/Animals_and_Creatures/Bat/Natural/2.jpg ADDED

Git LFS Details

  • SHA256: f34d33db6b49444e282a064c4a6029b3a07aee7884a2f43f4052a06ec7912fe1
  • Pointer size: 130 Bytes
  • Size of remote file: 91.8 kB
images/Animals_and_Creatures/Bat/Natural/3.jpg ADDED

Git LFS Details

  • SHA256: c378fb2525338dd505330b2a9a717109ea814701b0504fd64909b2bf7ab610cc
  • Pointer size: 130 Bytes
  • Size of remote file: 42.8 kB
images/Animals_and_Creatures/Bat/Natural/3_2.png ADDED

Git LFS Details

  • SHA256: 6555b1ec26b8549610d50a09d476a94f5d64409dbacae8a1df74d1026bf02ecc
  • Pointer size: 131 Bytes
  • Size of remote file: 269 kB
images/Animals_and_Creatures/Bat/Natural/4.jpg ADDED

Git LFS Details

  • SHA256: 75ab1d9db16f31156b117bb9eaac705a8811abec9cdc451bdcf4e90ac4093eb2
  • Pointer size: 130 Bytes
  • Size of remote file: 17.2 kB
images/Animals_and_Creatures/Bat/Natural/5.jpg ADDED

Git LFS Details

  • SHA256: cb865e521f2044a6758ba38b686df7b8690d68d1806a1569d1ba634004c4be89
  • Pointer size: 131 Bytes
  • Size of remote file: 103 kB
images/Animals_and_Creatures/Bat/Natural/6.jpg ADDED

Git LFS Details

  • SHA256: 9baeaacf84dcc0f39af23e13a94e0560578a9027ad57492c4ab044755f53c5a7
  • Pointer size: 130 Bytes
  • Size of remote file: 29.5 kB
images/Animals_and_Creatures/Bat/Natural/6_2.png ADDED

Git LFS Details

  • SHA256: e9d6ced341ac2f35fda3f8e285e82e03387943fe0f1aa0b5f5c2dd8c3bb02f50
  • Pointer size: 131 Bytes
  • Size of remote file: 163 kB
images/Animals_and_Creatures/Bat/Natural/7.jpg ADDED

Git LFS Details

  • SHA256: 8e34d4f66e2d9467e8839c0d18295582147708384bd2bd0d46c4b4895ea0bb36
  • Pointer size: 130 Bytes
  • Size of remote file: 34.4 kB
images/Animals_and_Creatures/Bat/Natural/7_2.png ADDED

Git LFS Details

  • SHA256: 6340c1a47e058495f4d6ea6952d54e76cd896a0b374632e663ae2770b0d74ea6
  • Pointer size: 131 Bytes
  • Size of remote file: 259 kB
images/Animals_and_Creatures/Bat/Natural/7_3.jpg ADDED

Git LFS Details

  • SHA256: 16b45a90455d2ac9c649215f4b0cf05409a28981782306e5b4357f03c346a4d6
  • Pointer size: 130 Bytes
  • Size of remote file: 22.1 kB
images/Animals_and_Creatures/Bat/Natural/8.png ADDED

Git LFS Details

  • SHA256: 8663fdfd84fc675f92bf4cac3b2b095ffb3ca15c0a0932ee9990442ff13415bc
  • Pointer size: 130 Bytes
  • Size of remote file: 97.4 kB
images/Animals_and_Creatures/Bat/Natural/8_2.jpg ADDED

Git LFS Details

  • SHA256: fddb4edec197344b9374140578a5ad40d068d882a05b76defd47d8884c0b971e
  • Pointer size: 130 Bytes
  • Size of remote file: 30.6 kB
images/Animals_and_Creatures/Bat/Natural/9.jpg ADDED

Git LFS Details

  • SHA256: 2b755039d5a09fa2a5c44df7aa9df6f910412ec7f4c5a18ad3f99c3b224d8203
  • Pointer size: 130 Bytes
  • Size of remote file: 16 kB
images/Animals_and_Creatures/Bat/Natural/9_2.png ADDED

Git LFS Details

  • SHA256: 1db34684cc03d0170ac6de09d747084b2530a12ce620702f4c641247632a9f1b
  • Pointer size: 131 Bytes
  • Size of remote file: 212 kB
images/Animals_and_Creatures/Bat/Natural/9_3.jpg ADDED

Git LFS Details

  • SHA256: c244ac16e52391054a86cb9b8d6fd19c55d545733e8dc23a796f400acd3bb978
  • Pointer size: 130 Bytes
  • Size of remote file: 20.7 kB
images/Animals_and_Creatures/Bat/Natural/9_4.jpg ADDED

Git LFS Details

  • SHA256: 977694fa95e655cc547abc200e974b90520311753579137ef72009acd30d6cce
  • Pointer size: 130 Bytes
  • Size of remote file: 42.5 kB
images/Animals_and_Creatures/Bat/Tactile/1.jpeg ADDED

Git LFS Details

  • SHA256: be452423a9b66f39d038158eb120fd89831f5423ac9bfd2b541624232ee89afd
  • Pointer size: 130 Bytes
  • Size of remote file: 39.1 kB
images/Animals_and_Creatures/Bat/Tactile/10.jpeg ADDED

Git LFS Details

  • SHA256: 40f76da9d118e9a49726abee9b8aa4a237eedc6f137e5b405ebc55ab6d8e44bc
  • Pointer size: 130 Bytes
  • Size of remote file: 23.2 kB
images/Animals_and_Creatures/Bat/Tactile/11.jpeg ADDED

Git LFS Details

  • SHA256: 9ff2a13143ea5e7700798dbe2a2ed5d21a40a20d9e516fe43c99e20e3be351f1
  • Pointer size: 130 Bytes
  • Size of remote file: 31.9 kB
images/Animals_and_Creatures/Bat/Tactile/12.jpeg ADDED

Git LFS Details

  • SHA256: fe875d1a1216111fba4370159986a4f577b961a73148a274de4f3077d7cd7031
  • Pointer size: 130 Bytes
  • Size of remote file: 41.3 kB
images/Animals_and_Creatures/Bat/Tactile/13.jpeg ADDED

Git LFS Details

  • SHA256: 3873a4b27202dc196fd796e421eaaa81beabad8398b4f1dcb30ee4d556497046
  • Pointer size: 130 Bytes
  • Size of remote file: 21.5 kB
images/Animals_and_Creatures/Bat/Tactile/2.jpeg ADDED

Git LFS Details

  • SHA256: 41399d49bcdcb06f445be1a1c0c6ce749ede267cc2f13c55eb4c8f1efb7b503c
  • Pointer size: 130 Bytes
  • Size of remote file: 12.1 kB
images/Animals_and_Creatures/Bat/Tactile/3.jpeg ADDED

Git LFS Details

  • SHA256: 5ca7d6500912f9f526ad013224169f358e30f156c4da7a843aac4b5fdc466375
  • Pointer size: 130 Bytes
  • Size of remote file: 53.8 kB
images/Animals_and_Creatures/Bat/Tactile/4.jpeg ADDED

Git LFS Details

  • SHA256: 06dfab93f75ea42988bf9d1168472ca482ef3dd51972f23e2e8fce5191060100
  • Pointer size: 130 Bytes
  • Size of remote file: 27.5 kB
images/Animals_and_Creatures/Bat/Tactile/5.png ADDED

Git LFS Details

  • SHA256: f4fdb001357a0c496858e1bf44f1574efde46f243d3cb6bcf47fd213b658a4d8
  • Pointer size: 131 Bytes
  • Size of remote file: 748 kB
images/Animals_and_Creatures/Bat/Tactile/6.jpeg ADDED

Git LFS Details

  • SHA256: 06007a0638b40afeba619df7babcc24ba414c5b8bf3ec392e6e3d1a71c970fbd
  • Pointer size: 130 Bytes
  • Size of remote file: 18.9 kB
images/Animals_and_Creatures/Bat/Tactile/7.jpeg ADDED

Git LFS Details

  • SHA256: 8d57ce07ab4eceef7bb704421c39a3f70b517b47a6bbd29ab5fb9838c57a8553
  • Pointer size: 130 Bytes
  • Size of remote file: 37.6 kB
images/Animals_and_Creatures/Bat/Tactile/8.jpeg ADDED

Git LFS Details

  • SHA256: 933f1ebf3947a78886720fa8883d5942be7f88c6c4b1aadece6ebc2760c590cc
  • Pointer size: 130 Bytes
  • Size of remote file: 17.1 kB
images/Animals_and_Creatures/Bat/Tactile/9.jpeg ADDED

Git LFS Details

  • SHA256: 8422e80a71066b5585a0e551ff479d9ebccfdc172acac2c37fe8417d55f3e7d0
  • Pointer size: 130 Bytes
  • Size of remote file: 30.8 kB
images/Animals_and_Creatures/Bee/Natural/Bee_1.jpg ADDED

Git LFS Details

  • SHA256: 012f93c33548eb140cdd415f4307dd597a2fa6d92e5142d6654528540d8080f2
  • Pointer size: 130 Bytes
  • Size of remote file: 43.9 kB
images/Animals_and_Creatures/Bee/Natural/Bee_10.jpg ADDED

Git LFS Details

  • SHA256: 195686708987bfb285d42c479bfcc2c7e187d18cafd9bff581c975df8f72e045
  • Pointer size: 130 Bytes
  • Size of remote file: 32.6 kB