davanstrien HF staff commited on
Commit
a857834
·
verified ·
1 Parent(s): 3658222

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -17,6 +17,49 @@ task_categories:
17
  - image-classification
18
  task_ids:
19
  - multi-class-image-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ---
21
 
22
  # Dataset Card for National Library of Scotland Chapbook Illustrations
 
17
  - image-classification
18
  task_ids:
19
  - multi-class-image-classification
20
+ configs:
21
+ - config_name: illustration-detection
22
+ data_files:
23
+ - split: train
24
+ path: illustration-detection/train-*
25
+ dataset_info:
26
+ config_name: illustration-detection
27
+ features:
28
+ - name: image_id
29
+ dtype: int64
30
+ - name: image
31
+ dtype: image
32
+ - name: width
33
+ dtype: int32
34
+ - name: height
35
+ dtype: int32
36
+ - name: objects
37
+ list:
38
+ - name: category_id
39
+ dtype:
40
+ class_label:
41
+ names:
42
+ '0': early_printed_illustration
43
+ - name: image_id
44
+ dtype: string
45
+ - name: id
46
+ dtype: int64
47
+ - name: area
48
+ dtype: int64
49
+ - name: bbox
50
+ sequence: float32
51
+ length: 4
52
+ - name: segmentation
53
+ list:
54
+ list: float32
55
+ - name: iscrowd
56
+ dtype: bool
57
+ splits:
58
+ - name: train
59
+ num_bytes: 891349324.66
60
+ num_examples: 7258
61
+ download_size: 946686062
62
+ dataset_size: 891349324.66
63
  ---
64
 
65
  # Dataset Card for National Library of Scotland Chapbook Illustrations
dataset_infos.json CHANGED
@@ -1 +1,372 @@
1
- {"illustration_detection": {"description": "TODO", "citation": "TODO", "homepage": "TODO", "license": "Public Domain Mark 1.0", "features": {"image_id": {"dtype": "int64", "id": null, "_type": "Value"}, "image": {"decode": true, "id": null, "_type": "Image"}, "width": {"dtype": "int32", "id": null, "_type": "Value"}, "height": {"dtype": "int32", "id": null, "_type": "Value"}, "objects": [{"category_id": {"num_classes": 1, "names": ["early_printed_illustration"], "id": null, "_type": "ClassLabel"}, "image_id": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "int64", "id": null, "_type": "Value"}, "area": {"dtype": "int64", "id": null, "_type": "Value"}, "bbox": {"feature": {"dtype": "float32", "id": null, "_type": "Value"}, "length": 4, "id": null, "_type": "Sequence"}, "segmentation": [[{"dtype": "float32", "id": null, "_type": "Value"}]], "iscrowd": {"dtype": "bool", "id": null, "_type": "Value"}}]}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nls_chapbook_illustrations", "config_name": "illustration_detection", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1861271, "num_examples": 7258, "dataset_name": "nls_chapbook_illustrations"}}, "download_checksums": {"https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {"num_bytes": 6754994277, "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"}, "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {"num_bytes": 1860557, "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"}}, "download_size": 6756854834, "post_processing_size": null, "dataset_size": 1861271, "size_in_bytes": 6758716105}, "image_classification": {"description": "TODO", "citation": "TODO", "homepage": "TODO", "license": "Public Domain Mark 1.0", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "label": {"num_classes": 2, "names": ["not-illustrated", "illustrated"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nls_chapbook_illustrations", "config_name": "image_classification", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1430734, "num_examples": 7258, "dataset_name": "nls_chapbook_illustrations"}}, "download_checksums": {"https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {"num_bytes": 6754994277, "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"}, "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {"num_bytes": 1860557, "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"}}, "download_size": 6756854834, "post_processing_size": null, "dataset_size": 1430734, "size_in_bytes": 6758285568}, "illustration-detection": {"description": "TODO", "citation": "TODO", "homepage": "TODO", "license": "Public Domain Mark 1.0", "features": {"image_id": {"dtype": "int64", "id": null, "_type": "Value"}, "image": {"decode": true, "id": null, "_type": "Image"}, "width": {"dtype": "int32", "id": null, "_type": "Value"}, "height": {"dtype": "int32", "id": null, "_type": "Value"}, "objects": [{"category_id": {"num_classes": 1, "names": ["early_printed_illustration"], "id": null, "_type": "ClassLabel"}, "image_id": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "int64", "id": null, "_type": "Value"}, "area": {"dtype": "int64", "id": null, "_type": "Value"}, "bbox": {"feature": {"dtype": "float32", "id": null, "_type": "Value"}, "length": 4, "id": null, "_type": "Sequence"}, "segmentation": [[{"dtype": "float32", "id": null, "_type": "Value"}]], "iscrowd": {"dtype": "bool", "id": null, "_type": "Value"}}]}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nls_chapbook_illustrations", "config_name": "illustration-detection", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1861271, "num_examples": 7258, "dataset_name": "nls_chapbook_illustrations"}}, "download_checksums": {"https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {"num_bytes": 6754994277, "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"}, "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {"num_bytes": 1860557, "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"}, "illustration-group-specifications[83].csv": {"num_bytes": 163406, "checksum": "f412e2e8bfafd2d204167d8155dd5c891c809f1bb2ac8e93d2cee7917532faf0"}}, "download_size": 6757018240, "post_processing_size": null, "dataset_size": 1861271, "size_in_bytes": 6758879511}, "image-classification": {"description": "TODO", "citation": "TODO", "homepage": "TODO", "license": "Public Domain Mark 1.0", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "label": {"num_classes": 2, "names": ["not-illustrated", "illustrated"], "id": null, "_type": "ClassLabel"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nls_chapbook_illustrations", "config_name": "image-classification", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1430734, "num_examples": 7258, "dataset_name": "nls_chapbook_illustrations"}}, "download_checksums": {"https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {"num_bytes": 6754994277, "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"}, "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {"num_bytes": 1860557, "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"}, "illustration-group-specifications[83].csv": {"num_bytes": 163406, "checksum": "f412e2e8bfafd2d204167d8155dd5c891c809f1bb2ac8e93d2cee7917532faf0"}}, "download_size": 6757018240, "post_processing_size": null, "dataset_size": 1430734, "size_in_bytes": 6758448974}, "image-matching": {"description": "TODO", "citation": "TODO", "homepage": "TODO", "license": "Public Domain Mark 1.0", "features": {"image": {"decode": true, "id": null, "_type": "Image"}, "group-label": {"dtype": "int32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "nls_chapbook_illustrations", "config_name": "image-matching", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 1402610, "num_examples": 7258, "dataset_name": "nls_chapbook_illustrations"}}, "download_checksums": {"https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {"num_bytes": 6754994277, "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"}, "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {"num_bytes": 1860557, "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"}, "illustration-group-specifications[83].csv": {"num_bytes": 163406, "checksum": "f412e2e8bfafd2d204167d8155dd5c891c809f1bb2ac8e93d2cee7917532faf0"}}, "download_size": 6757018240, "post_processing_size": null, "dataset_size": 1402610, "size_in_bytes": 6758420850}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "illustration_detection": {
3
+ "description": "TODO",
4
+ "citation": "TODO",
5
+ "homepage": "TODO",
6
+ "license": "Public Domain Mark 1.0",
7
+ "features": {
8
+ "image_id": {
9
+ "dtype": "int64",
10
+ "id": null,
11
+ "_type": "Value"
12
+ },
13
+ "image": {
14
+ "decode": true,
15
+ "id": null,
16
+ "_type": "Image"
17
+ },
18
+ "width": {
19
+ "dtype": "int32",
20
+ "id": null,
21
+ "_type": "Value"
22
+ },
23
+ "height": {
24
+ "dtype": "int32",
25
+ "id": null,
26
+ "_type": "Value"
27
+ },
28
+ "objects": [
29
+ {
30
+ "category_id": {
31
+ "num_classes": 1,
32
+ "names": [
33
+ "early_printed_illustration"
34
+ ],
35
+ "id": null,
36
+ "_type": "ClassLabel"
37
+ },
38
+ "image_id": {
39
+ "dtype": "string",
40
+ "id": null,
41
+ "_type": "Value"
42
+ },
43
+ "id": {
44
+ "dtype": "int64",
45
+ "id": null,
46
+ "_type": "Value"
47
+ },
48
+ "area": {
49
+ "dtype": "int64",
50
+ "id": null,
51
+ "_type": "Value"
52
+ },
53
+ "bbox": {
54
+ "feature": {
55
+ "dtype": "float32",
56
+ "id": null,
57
+ "_type": "Value"
58
+ },
59
+ "length": 4,
60
+ "id": null,
61
+ "_type": "Sequence"
62
+ },
63
+ "segmentation": [
64
+ [
65
+ {
66
+ "dtype": "float32",
67
+ "id": null,
68
+ "_type": "Value"
69
+ }
70
+ ]
71
+ ],
72
+ "iscrowd": {
73
+ "dtype": "bool",
74
+ "id": null,
75
+ "_type": "Value"
76
+ }
77
+ }
78
+ ]
79
+ },
80
+ "post_processed": null,
81
+ "supervised_keys": null,
82
+ "task_templates": null,
83
+ "builder_name": "nls_chapbook_illustrations",
84
+ "config_name": "illustration_detection",
85
+ "version": {
86
+ "version_str": "1.0.0",
87
+ "description": null,
88
+ "major": 1,
89
+ "minor": 0,
90
+ "patch": 0
91
+ },
92
+ "splits": {
93
+ "train": {
94
+ "name": "train",
95
+ "num_bytes": 1861271,
96
+ "num_examples": 7258,
97
+ "dataset_name": "nls_chapbook_illustrations"
98
+ }
99
+ },
100
+ "download_checksums": {
101
+ "https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {
102
+ "num_bytes": 6754994277,
103
+ "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"
104
+ },
105
+ "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {
106
+ "num_bytes": 1860557,
107
+ "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"
108
+ }
109
+ },
110
+ "download_size": 6756854834,
111
+ "post_processing_size": null,
112
+ "dataset_size": 1861271,
113
+ "size_in_bytes": 6758716105
114
+ },
115
+ "image_classification": {
116
+ "description": "TODO",
117
+ "citation": "TODO",
118
+ "homepage": "TODO",
119
+ "license": "Public Domain Mark 1.0",
120
+ "features": {
121
+ "image": {
122
+ "decode": true,
123
+ "id": null,
124
+ "_type": "Image"
125
+ },
126
+ "label": {
127
+ "num_classes": 2,
128
+ "names": [
129
+ "not-illustrated",
130
+ "illustrated"
131
+ ],
132
+ "id": null,
133
+ "_type": "ClassLabel"
134
+ }
135
+ },
136
+ "post_processed": null,
137
+ "supervised_keys": null,
138
+ "task_templates": null,
139
+ "builder_name": "nls_chapbook_illustrations",
140
+ "config_name": "image_classification",
141
+ "version": {
142
+ "version_str": "1.0.0",
143
+ "description": null,
144
+ "major": 1,
145
+ "minor": 0,
146
+ "patch": 0
147
+ },
148
+ "splits": {
149
+ "train": {
150
+ "name": "train",
151
+ "num_bytes": 1430734,
152
+ "num_examples": 7258,
153
+ "dataset_name": "nls_chapbook_illustrations"
154
+ }
155
+ },
156
+ "download_checksums": {
157
+ "https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {
158
+ "num_bytes": 6754994277,
159
+ "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"
160
+ },
161
+ "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {
162
+ "num_bytes": 1860557,
163
+ "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"
164
+ }
165
+ },
166
+ "download_size": 6756854834,
167
+ "post_processing_size": null,
168
+ "dataset_size": 1430734,
169
+ "size_in_bytes": 6758285568
170
+ },
171
+ "illustration-detection": {
172
+ "description": "This dataset comprises of images from chapbooks held by the National Library of Scotland and digitised and published as its Chapbooks Printed in Scotland dataset",
173
+ "citation": "@inproceedings{10.1145/3476887.3476893,\nauthor = {Dutta, Abhishek and Bergel, Giles and Zisserman, Andrew},\ntitle = {Visual Analysis of Chapbooks Printed in Scotland},\nyear = {2021},\nisbn = {9781450386906},\npublisher = {Association for Computing Machinery},\naddress = {New York, NY, USA},\nurl = {https://doi.org/10.1145/3476887.3476893},\ndoi = {10.1145/3476887.3476893},\nabstract = {Chapbooks were short, cheap printed booklets produced in large quantities in Scotland, England, Ireland, North America and much of Europe between roughly the seventeenth and nineteenth centuries. A form of popular literature containing songs, stories, poems, games, riddles, religious writings and other content designed to appeal to a wide readership, they were frequently illustrated, particularly on their title-pages. This paper describes the visual analysis of such chapbook illustrations. We automatically extract all the illustrations contained in the National Library of Scotland Chapbooks Printed in Scotland dataset, and create a visual search engine to search this dataset using full or part-illustrations as queries. We also cluster these illustrations based on their visual content, and provide keyword-based search of the metadata associated with each publication. The visual search; clustering of illustrations based on visual content; and metadata search features enable researchers to forensically analyse the chapbooks dataset and to discover unnoticed relationships between its elements. We release all annotations and software tools described in this paper to enable reproduction of the results presented and to allow extension of the methodology described to datasets of a similar nature.},\nbooktitle = {The 6th International Workshop on Historical Document Imaging and Processing},\npages = {67\u201372},\nnumpages = {6},\nkeywords = {illustration detection, chapbooks, image search, visual grouping, printing, digital scholarship, illustration dataset},\nlocation = {Lausanne, Switzerland},\nseries = {HIP '21}\n}\n",
174
+ "homepage": "https://www.robots.ox.ac.uk/~vgg/research/chapbooks/",
175
+ "license": "Public Domain Mark 1.0",
176
+ "features": {
177
+ "image_id": {
178
+ "dtype": "int64",
179
+ "_type": "Value"
180
+ },
181
+ "image": {
182
+ "_type": "Image"
183
+ },
184
+ "width": {
185
+ "dtype": "int32",
186
+ "_type": "Value"
187
+ },
188
+ "height": {
189
+ "dtype": "int32",
190
+ "_type": "Value"
191
+ },
192
+ "objects": [
193
+ {
194
+ "category_id": {
195
+ "names": [
196
+ "early_printed_illustration"
197
+ ],
198
+ "_type": "ClassLabel"
199
+ },
200
+ "image_id": {
201
+ "dtype": "string",
202
+ "_type": "Value"
203
+ },
204
+ "id": {
205
+ "dtype": "int64",
206
+ "_type": "Value"
207
+ },
208
+ "area": {
209
+ "dtype": "int64",
210
+ "_type": "Value"
211
+ },
212
+ "bbox": {
213
+ "feature": {
214
+ "dtype": "float32",
215
+ "_type": "Value"
216
+ },
217
+ "length": 4,
218
+ "_type": "Sequence"
219
+ },
220
+ "segmentation": [
221
+ [
222
+ {
223
+ "dtype": "float32",
224
+ "_type": "Value"
225
+ }
226
+ ]
227
+ ],
228
+ "iscrowd": {
229
+ "dtype": "bool",
230
+ "_type": "Value"
231
+ }
232
+ }
233
+ ]
234
+ },
235
+ "builder_name": "nls_chapbook_illustrations",
236
+ "dataset_name": "nls_chapbook_illustrations",
237
+ "config_name": "illustration-detection",
238
+ "version": {
239
+ "version_str": "1.0.0",
240
+ "major": 1,
241
+ "minor": 0,
242
+ "patch": 0
243
+ },
244
+ "splits": {
245
+ "train": {
246
+ "name": "train",
247
+ "num_bytes": 891349324.66,
248
+ "num_examples": 7258,
249
+ "dataset_name": null
250
+ }
251
+ },
252
+ "download_size": 946686062,
253
+ "dataset_size": 891349324.66,
254
+ "size_in_bytes": 1838035386.6599998
255
+ },
256
+ "image-classification": {
257
+ "description": "TODO",
258
+ "citation": "TODO",
259
+ "homepage": "TODO",
260
+ "license": "Public Domain Mark 1.0",
261
+ "features": {
262
+ "image": {
263
+ "decode": true,
264
+ "id": null,
265
+ "_type": "Image"
266
+ },
267
+ "label": {
268
+ "num_classes": 2,
269
+ "names": [
270
+ "not-illustrated",
271
+ "illustrated"
272
+ ],
273
+ "id": null,
274
+ "_type": "ClassLabel"
275
+ }
276
+ },
277
+ "post_processed": null,
278
+ "supervised_keys": null,
279
+ "task_templates": null,
280
+ "builder_name": "nls_chapbook_illustrations",
281
+ "config_name": "image-classification",
282
+ "version": {
283
+ "version_str": "1.0.0",
284
+ "description": null,
285
+ "major": 1,
286
+ "minor": 0,
287
+ "patch": 0
288
+ },
289
+ "splits": {
290
+ "train": {
291
+ "name": "train",
292
+ "num_bytes": 1430734,
293
+ "num_examples": 7258,
294
+ "dataset_name": "nls_chapbook_illustrations"
295
+ }
296
+ },
297
+ "download_checksums": {
298
+ "https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {
299
+ "num_bytes": 6754994277,
300
+ "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"
301
+ },
302
+ "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {
303
+ "num_bytes": 1860557,
304
+ "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"
305
+ },
306
+ "illustration-group-specifications[83].csv": {
307
+ "num_bytes": 163406,
308
+ "checksum": "f412e2e8bfafd2d204167d8155dd5c891c809f1bb2ac8e93d2cee7917532faf0"
309
+ }
310
+ },
311
+ "download_size": 6757018240,
312
+ "post_processing_size": null,
313
+ "dataset_size": 1430734,
314
+ "size_in_bytes": 6758448974
315
+ },
316
+ "image-matching": {
317
+ "description": "TODO",
318
+ "citation": "TODO",
319
+ "homepage": "TODO",
320
+ "license": "Public Domain Mark 1.0",
321
+ "features": {
322
+ "image": {
323
+ "decode": true,
324
+ "id": null,
325
+ "_type": "Image"
326
+ },
327
+ "group-label": {
328
+ "dtype": "int32",
329
+ "id": null,
330
+ "_type": "Value"
331
+ }
332
+ },
333
+ "post_processed": null,
334
+ "supervised_keys": null,
335
+ "task_templates": null,
336
+ "builder_name": "nls_chapbook_illustrations",
337
+ "config_name": "image-matching",
338
+ "version": {
339
+ "version_str": "1.0.0",
340
+ "description": null,
341
+ "major": 1,
342
+ "minor": 0,
343
+ "patch": 0
344
+ },
345
+ "splits": {
346
+ "train": {
347
+ "name": "train",
348
+ "num_bytes": 1402610,
349
+ "num_examples": 7258,
350
+ "dataset_name": "nls_chapbook_illustrations"
351
+ }
352
+ },
353
+ "download_checksums": {
354
+ "https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {
355
+ "num_bytes": 6754994277,
356
+ "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"
357
+ },
358
+ "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {
359
+ "num_bytes": 1860557,
360
+ "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"
361
+ },
362
+ "illustration-group-specifications[83].csv": {
363
+ "num_bytes": 163406,
364
+ "checksum": "f412e2e8bfafd2d204167d8155dd5c891c809f1bb2ac8e93d2cee7917532faf0"
365
+ }
366
+ },
367
+ "download_size": 6757018240,
368
+ "post_processing_size": null,
369
+ "dataset_size": 1402610,
370
+ "size_in_bytes": 6758420850
371
+ }
372
+ }
illustration-detection/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e726e55747ab197cb68962bfbafe4daf2ef9be7a07e86a6b1c6d588c683fd8b0
3
+ size 445545292
illustration-detection/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6344c623ae044be7b23866377526886f2a5ae4bc428818abc912a41b71d67e2f
3
+ size 501140770