datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
icdar2021-historical-document-dating
ICDAR 2021 Historical Document Classification — Task 2 (Dating)
13,810 manuscript page images labelled with the period in which they were produced.
Images come from e-codices, the virtual manuscript library
of Switzerland.
Split
Images
Date range
Median span
Dated to a single year
train
11,294
800–1899
45 years
1,409
test
2,516
800–1921
49 years
264
The label is an interval, not a year
Palaeographers date a manuscript to a range, and the width of… See the full description on the dataset page: https://huggingface.co/datasets/biglam/icdar2021-historical-document-dating.ICDAR2019_cTDaR_TRACKB_resized
Dataset Card for ICDAR2019-cTDaR-TRACKB
This dataset is a resized version of the original cndplab-founder/ICDAR2019_cTDaR, merged with with its supplement cndplab-founder/ICDAR2019_cTDaR_dataset_supplement.
You can easily and quickly load it:
dataset = load_dataset("dvgodoy/ICDAR2019_cTDaR_TRACKB_resized")
DatasetDict({
train: Dataset({
features: ['image', 'width', 'height', 'category', 'label', 'bboxes_table', 'bboxes_cell'],
num_rows: 1200
})
test:… See the full description on the dataset page: https://huggingface.co/datasets/dvgodoy/ICDAR2019_cTDaR_TRACKB_resized.ICDAR2019_cTDaR_TRACKA_resized
Dataset Card for ICDAR2019-cTDaR-TRACKA
This dataset is a resized version of the original cndplab-founder/ICDAR2019_cTDaR.
You can easily and quickly load it:
dataset = load_dataset("dvgodoy/ICDAR2019_cTDaR_TRACKA_resized")
DatasetDict({
train: Dataset({
features: ['image', 'width', 'height', 'category', 'label', 'bboxes'],
num_rows: 1200
})
test: Dataset({
features: ['image', 'width', 'height', 'category', 'label', 'bboxes'],
num_rows:… See the full description on the dataset page: https://huggingface.co/datasets/dvgodoy/ICDAR2019_cTDaR_TRACKA_resized.
