davanstrien HF staff commited on
Commit
79098a5
1 Parent(s): df8d9cd

begin datacard

Browse files
Files changed (1) hide show
  1. README.md +33 -3
README.md CHANGED
@@ -19,7 +19,7 @@ task_ids:
19
  - multi-class-image-classification
20
  ---
21
 
22
- # Dataset Card for [Dataset Name]
23
 
24
  ## Table of Contents
25
  - [Table of Contents](#table-of-contents)
@@ -48,7 +48,7 @@ task_ids:
48
 
49
  ## Dataset Description
50
 
51
- - **Homepage:**
52
  - **Repository:**
53
  - **Paper:**
54
  - **Leaderboard:**
@@ -56,10 +56,20 @@ task_ids:
56
 
57
  ### Dataset Summary
58
 
 
 
 
 
 
 
 
59
  [More Information Needed]
60
 
61
  ### Supported Tasks and Leaderboards
62
 
 
 
 
63
  [More Information Needed]
64
 
65
  ### Languages
@@ -136,7 +146,27 @@ task_ids:
136
 
137
  ### Citation Information
138
 
139
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
 
141
  ### Contributions
142
 
 
19
  - multi-class-image-classification
20
  ---
21
 
22
+ # Dataset Card for National Library of Scotland Chapbook Illustrations
23
 
24
  ## Table of Contents
25
  - [Table of Contents](#table-of-contents)
 
48
 
49
  ## Dataset Description
50
 
51
+ - **Homepage:** https://data.nls.uk/data/digitised-collections/chapbooks-printed-in-scotland/
52
  - **Repository:**
53
  - **Paper:**
54
  - **Leaderboard:**
 
56
 
57
  ### Dataset Summary
58
 
59
+ This dataset comprises of images from digitised chapbooks printed in Scotland and held by the [National Library of Scotland](https://www.nls.uk/).
60
+
61
+ > "Chapbooks were staple everyday reading material from the end of the 17th to the later 19th century. They were usually printed on a single sheet and then folded into books of 8, 12, 16 and 24 pages, and they were often illustrated with crude woodcuts. Their subjects range from news courtship, humour, occupations, fairy tales, apparitions, war, politics, crime, executions, historical figures, transvestites and freemasonry to religion and, of course, poetry. It has been estimated that around two thirds of chapbooks contain songs and poems, often under the title garlands." -[Source](https://data.nls.uk/data/digitised-collections/chapbooks-printed-in-scotland/)
62
+
63
+
64
+ This dataset contains additional annotations for these chapbooks created by Giles Bergel and Abhishek Dutta. These annotations provide bounding annotations for illustrations contained on some of the Chapbook pages.
65
+
66
  [More Information Needed]
67
 
68
  ### Supported Tasks and Leaderboards
69
 
70
+ - `object-detection`: the dataset contains bounding boxes for images contained in the Chapbooks
71
+ - `image-classification`: a configuration for this dataset provides a classification label indicating if a page contains an illustration or not.
72
+
73
  [More Information Needed]
74
 
75
  ### Languages
 
146
 
147
  ### Citation Information
148
 
149
+ ``` bibtex
150
+ @inproceedings{10.1145/3476887.3476893,
151
+ author = {Dutta, Abhishek and Bergel, Giles and Zisserman, Andrew},
152
+ title = {Visual Analysis of Chapbooks Printed in Scotland},
153
+ year = {2021},
154
+ isbn = {9781450386906},
155
+ publisher = {Association for Computing Machinery},
156
+ address = {New York, NY, USA},
157
+ url = {https://doi.org/10.1145/3476887.3476893},
158
+ doi = {10.1145/3476887.3476893},
159
+ abstract = {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.},
160
+ booktitle = {The 6th International Workshop on Historical Document Imaging and Processing},
161
+ pages = {67–72},
162
+ numpages = {6},
163
+ keywords = {illustration detection, chapbooks, image search, visual grouping, printing, digital scholarship, illustration dataset},
164
+ location = {Lausanne, Switzerland},
165
+ series = {HIP '21}
166
+ }
167
+
168
+ ```
169
+
170
 
171
  ### Contributions
172