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

Add 'image-classification' config data files

Browse files
README.md CHANGED
@@ -22,8 +22,12 @@ configs:
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
@@ -60,6 +64,22 @@ dataset_info:
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
 
22
  data_files:
23
  - split: train
24
  path: illustration-detection/train-*
25
+ - config_name: image-classification
26
+ data_files:
27
+ - split: train
28
+ path: image-classification/train-*
29
  dataset_info:
30
+ - config_name: illustration-detection
31
  features:
32
  - name: image_id
33
  dtype: int64
 
64
  num_examples: 7258
65
  download_size: 946686062
66
  dataset_size: 891349324.66
67
+ - config_name: image-classification
68
+ features:
69
+ - name: image
70
+ dtype: image
71
+ - name: label
72
+ dtype:
73
+ class_label:
74
+ names:
75
+ '0': not-illustrated
76
+ '1': illustrated
77
+ splits:
78
+ - name: train
79
+ num_bytes: 890918774.66
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
dataset_infos.json CHANGED
@@ -254,34 +254,27 @@
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
@@ -289,29 +282,14 @@
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",
 
254
  "size_in_bytes": 1838035386.6599998
255
  },
256
  "image-classification": {
257
+ "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",
258
+ "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",
259
+ "homepage": "https://www.robots.ox.ac.uk/~vgg/research/chapbooks/",
260
  "license": "Public Domain Mark 1.0",
261
  "features": {
262
  "image": {
 
 
263
  "_type": "Image"
264
  },
265
  "label": {
 
266
  "names": [
267
  "not-illustrated",
268
  "illustrated"
269
  ],
 
270
  "_type": "ClassLabel"
271
  }
272
  },
 
 
 
273
  "builder_name": "nls_chapbook_illustrations",
274
+ "dataset_name": "nls_chapbook_illustrations",
275
  "config_name": "image-classification",
276
  "version": {
277
  "version_str": "1.0.0",
 
278
  "major": 1,
279
  "minor": 0,
280
  "patch": 0
 
282
  "splits": {
283
  "train": {
284
  "name": "train",
285
+ "num_bytes": 890918774.66,
286
  "num_examples": 7258,
287
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
288
  }
289
  },
290
+ "download_size": 946221148,
291
+ "dataset_size": 890918774.66,
292
+ "size_in_bytes": 1837139922.6599998
 
293
  },
294
  "image-matching": {
295
  "description": "TODO",
image-classification/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25a940acc3f404d414c03d4d83dfd6c45874b592d95f6a5ee3d7eb47e83ba088
3
+ size 445195571
image-classification/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:784c154bf89fb14597e6eba35d78afb3adf66595a68bc6dfef33f7f01997e729
3
+ size 501025577