File size: 1,047 Bytes
58bd689
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8ec4e63
 
 
 
 
58bd689
ff27420
8ec4e63
58bd689
ff27420
 
 
8ec4e63
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': forged
          '1': genuine
  splits:
  - name: train
    num_bytes: 10544187.713
    num_examples: 6171
  download_size: 2251347922
  dataset_size: 10544187.713
license: cc-by-4.0
task_categories:
- image-classification
size_categories:
- 1K<n<10K
---

# COMPTECH2022 "WhoSigned?"

## Dataset Description

- **Homepage**: https://www.kaggle.com/datasets/tienen/handwritten-signature-verification

## Description

Dataset is containing over 5000 handwritten signatures with correspondent images and crops for real and forged signatures

Each image contains about 10 handwritten signatures from the same user id.
The image is then cropped with help of a segmentation neural network.
Every crop contains one handwritten signature.
You can define id from the image filename.

Created with COMPTECH2022 support by Toloka.ai