davanstrien HF staff commited on
Commit
b211993
·
verified ·
1 Parent(s): eff8b50

Add 'image-matching' config data files

Browse files
README.md CHANGED
@@ -26,6 +26,10 @@ configs:
26
  data_files:
27
  - split: train
28
  path: image-classification/train-*
 
 
 
 
29
  dataset_info:
30
  - config_name: illustration-detection
31
  features:
@@ -80,6 +84,18 @@ dataset_info:
80
  num_examples: 7258
81
  download_size: 946221148
82
  dataset_size: 890918774.66
 
 
 
 
 
 
 
 
 
 
 
 
83
  ---
84
 
85
  # Dataset Card for National Library of Scotland Chapbook Illustrations
 
26
  data_files:
27
  - split: train
28
  path: image-classification/train-*
29
+ - config_name: image-matching
30
+ data_files:
31
+ - split: train
32
+ path: image-matching/train-*
33
  dataset_info:
34
  - config_name: illustration-detection
35
  features:
 
84
  num_examples: 7258
85
  download_size: 946221148
86
  dataset_size: 890918774.66
87
+ - config_name: image-matching
88
+ features:
89
+ - name: image
90
+ dtype: image
91
+ - name: group-label
92
+ dtype: int32
93
+ splits:
94
+ - name: train
95
+ num_bytes: 890890686.66
96
+ num_examples: 7258
97
+ download_size: 946222608
98
+ dataset_size: 890890686.66
99
  ---
100
 
101
  # Dataset Card for National Library of Scotland Chapbook Illustrations
dataset_infos.json CHANGED
@@ -292,30 +292,24 @@
292
  "size_in_bytes": 1837139922.6599998
293
  },
294
  "image-matching": {
295
- "description": "TODO",
296
- "citation": "TODO",
297
- "homepage": "TODO",
298
  "license": "Public Domain Mark 1.0",
299
  "features": {
300
  "image": {
301
- "decode": true,
302
- "id": null,
303
  "_type": "Image"
304
  },
305
  "group-label": {
306
  "dtype": "int32",
307
- "id": null,
308
  "_type": "Value"
309
  }
310
  },
311
- "post_processed": null,
312
- "supervised_keys": null,
313
- "task_templates": null,
314
  "builder_name": "nls_chapbook_illustrations",
 
315
  "config_name": "image-matching",
316
  "version": {
317
  "version_str": "1.0.0",
318
- "description": null,
319
  "major": 1,
320
  "minor": 0,
321
  "patch": 0
@@ -323,28 +317,13 @@
323
  "splits": {
324
  "train": {
325
  "name": "train",
326
- "num_bytes": 1402610,
327
  "num_examples": 7258,
328
- "dataset_name": "nls_chapbook_illustrations"
329
- }
330
- },
331
- "download_checksums": {
332
- "https://nlsfoundry.s3.amazonaws.com/data/nls-data-chapbooks.zip": {
333
- "num_bytes": 6754994277,
334
- "checksum": "ead1ce3f59ad561025235656848024049bae635eadb7e191048bc990d32e85f8"
335
- },
336
- "https://gitlab.com/davanstrien/nls-chapbooks-illustrations/-/raw/master/data/annotations/step5-manual-verification-image-0-47329_train_coco.json": {
337
- "num_bytes": 1860557,
338
- "checksum": "edfbdaa4123c40b8a90472e5ab7664b9e22c25cdfbf1a0925f5820e5cc4d4275"
339
- },
340
- "illustration-group-specifications[83].csv": {
341
- "num_bytes": 163406,
342
- "checksum": "f412e2e8bfafd2d204167d8155dd5c891c809f1bb2ac8e93d2cee7917532faf0"
343
  }
344
  },
345
- "download_size": 6757018240,
346
- "post_processing_size": null,
347
- "dataset_size": 1402610,
348
- "size_in_bytes": 6758420850
349
  }
350
  }
 
292
  "size_in_bytes": 1837139922.6599998
293
  },
294
  "image-matching": {
295
+ "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",
296
+ "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",
297
+ "homepage": "https://www.robots.ox.ac.uk/~vgg/research/chapbooks/",
298
  "license": "Public Domain Mark 1.0",
299
  "features": {
300
  "image": {
 
 
301
  "_type": "Image"
302
  },
303
  "group-label": {
304
  "dtype": "int32",
 
305
  "_type": "Value"
306
  }
307
  },
 
 
 
308
  "builder_name": "nls_chapbook_illustrations",
309
+ "dataset_name": "nls_chapbook_illustrations",
310
  "config_name": "image-matching",
311
  "version": {
312
  "version_str": "1.0.0",
 
313
  "major": 1,
314
  "minor": 0,
315
  "patch": 0
 
317
  "splits": {
318
  "train": {
319
  "name": "train",
320
+ "num_bytes": 890890686.66,
321
  "num_examples": 7258,
322
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
323
  }
324
  },
325
+ "download_size": 946222608,
326
+ "dataset_size": 890890686.66,
327
+ "size_in_bytes": 1837113294.6599998
 
328
  }
329
  }
image-matching/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:117ec6465d7b25054a255acdb18a1655422a81d39f1d39b43188f8fd670389b8
3
+ size 445201563
image-matching/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:238e446f330726feb288d9894bf6ef1e8a08d750540f5a24676b9c492f7c07e1
3
+ size 501021045