File size: 1,649 Bytes
2711908 b1cfaf3 5accb62 b1cfaf3 2711908 5accb62 484e593 904f8bd 5accb62 904f8bd 5accb62 484e593 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
---
license: unknown
size_categories:
- 1K<n<10K
tags:
- online handwriting
- offline handwriting
- signature
- verification
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': genuine
'1': forgeries
- name: forger
dtype: int32
- name: writer
dtype: uint32
- name: attempt
dtype: uint32
splits:
- name: train
num_bytes: 240159596.0
num_examples: 937
- name: test
num_bytes: 466376280.094
num_examples: 2534
download_size: 793149429
dataset_size: 706535876.094
---
# ICDAR 2011 Signature Verification Competition (SigComp2011)
![](http://www.iapr-tc11.org/mediawiki/images/thumb/SigComp2011_Sample.jpg/400px-SigComp2011_Sample.jpg)
## Dataset Description
- **Homepage**: http://iapr-tc11.org/mediawiki/index.php/ICDAR_2011_Signature_Verification_Competition_(SigComp2011)
## Description
The collection contains simultaneously acquired online and offline samples.
The collection contains offline and online signature samples.
The offline dataset comprises PNG images, scanned at 400 dpi, RGB color.
The online dataset comprises ascii files with the format: X, Y, Z (per line).
Marcus Liwicki, Michael Blumenstein, Elisa van den Heuvel, Charles E.H. Berger, Reinoud D. Stoel, Bryan Found, Xiaohong Chen, Muhammad Imran Malik.
"SigComp11: Signature Verification Competition for On- and Offline Skilled Forgeries", Proc. 11th Int. Conference on Document Analysis and Recognition, 2011
|