1aurent commited on
Commit
b1cfaf3
1 Parent(s): aecd0d9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +34 -2
README.md CHANGED
@@ -1,12 +1,44 @@
1
  ---
2
  license: unknown
 
 
3
  tags:
4
  - online handwriting
5
  - offline handwriting
6
  - signature
7
  - verification
8
- size_categories:
9
- - 1K<n<10K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # ICDAR 2011 Signature Verification Competition (SigComp2011)
 
1
  ---
2
  license: unknown
3
+ size_categories:
4
+ - 1K<n<10K
5
  tags:
6
  - online handwriting
7
  - offline handwriting
8
  - signature
9
  - verification
10
+ configs:
11
+ - config_name: default
12
+ data_files:
13
+ - split: train
14
+ path: data/train-*
15
+ - split: test
16
+ path: data/test-*
17
+ dataset_info:
18
+ features:
19
+ - name: image
20
+ dtype: image
21
+ - name: label
22
+ dtype:
23
+ class_label:
24
+ names:
25
+ '0': genuine
26
+ '1': forgeries
27
+ - name: forger
28
+ dtype: int32
29
+ - name: writer
30
+ dtype: uint32
31
+ - name: attempt
32
+ dtype: uint32
33
+ splits:
34
+ - name: train
35
+ num_bytes: 240159596.0
36
+ num_examples: 937
37
+ - name: test
38
+ num_bytes: 466376280.094
39
+ num_examples: 2534
40
+ download_size: 793149429
41
+ dataset_size: 706535876.094
42
  ---
43
 
44
  # ICDAR 2011 Signature Verification Competition (SigComp2011)