nls_chapbook_illustrations / dataset_infos.json
davanstrien's picture
davanstrien HF staff
Add 'image-matching' config data files
b211993 verified
raw
history blame
17.2 kB
{
"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": "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",
"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",
"homepage": "https://www.robots.ox.ac.uk/~vgg/research/chapbooks/",
"license": "Public Domain Mark 1.0",
"features": {
"image_id": {
"dtype": "int64",
"_type": "Value"
},
"image": {
"_type": "Image"
},
"width": {
"dtype": "int32",
"_type": "Value"
},
"height": {
"dtype": "int32",
"_type": "Value"
},
"objects": [
{
"category_id": {
"names": [
"early_printed_illustration"
],
"_type": "ClassLabel"
},
"image_id": {
"dtype": "string",
"_type": "Value"
},
"id": {
"dtype": "int64",
"_type": "Value"
},
"area": {
"dtype": "int64",
"_type": "Value"
},
"bbox": {
"feature": {
"dtype": "float32",
"_type": "Value"
},
"length": 4,
"_type": "Sequence"
},
"segmentation": [
[
{
"dtype": "float32",
"_type": "Value"
}
]
],
"iscrowd": {
"dtype": "bool",
"_type": "Value"
}
}
]
},
"builder_name": "nls_chapbook_illustrations",
"dataset_name": "nls_chapbook_illustrations",
"config_name": "illustration-detection",
"version": {
"version_str": "1.0.0",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 891349324.66,
"num_examples": 7258,
"dataset_name": null
}
},
"download_size": 946686062,
"dataset_size": 891349324.66,
"size_in_bytes": 1838035386.6599998
},
"image-classification": {
"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",
"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",
"homepage": "https://www.robots.ox.ac.uk/~vgg/research/chapbooks/",
"license": "Public Domain Mark 1.0",
"features": {
"image": {
"_type": "Image"
},
"label": {
"names": [
"not-illustrated",
"illustrated"
],
"_type": "ClassLabel"
}
},
"builder_name": "nls_chapbook_illustrations",
"dataset_name": "nls_chapbook_illustrations",
"config_name": "image-classification",
"version": {
"version_str": "1.0.0",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 890918774.66,
"num_examples": 7258,
"dataset_name": null
}
},
"download_size": 946221148,
"dataset_size": 890918774.66,
"size_in_bytes": 1837139922.6599998
},
"image-matching": {
"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",
"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",
"homepage": "https://www.robots.ox.ac.uk/~vgg/research/chapbooks/",
"license": "Public Domain Mark 1.0",
"features": {
"image": {
"_type": "Image"
},
"group-label": {
"dtype": "int32",
"_type": "Value"
}
},
"builder_name": "nls_chapbook_illustrations",
"dataset_name": "nls_chapbook_illustrations",
"config_name": "image-matching",
"version": {
"version_str": "1.0.0",
"major": 1,
"minor": 0,
"patch": 0
},
"splits": {
"train": {
"name": "train",
"num_bytes": 890890686.66,
"num_examples": 7258,
"dataset_name": null
}
},
"download_size": 946222608,
"dataset_size": 890890686.66,
"size_in_bytes": 1837113294.6599998
}
}