AmAFakePerson123 commited on
Commit
3f01fd0
·
verified ·
1 Parent(s): dc402bd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-3.0
3
+ ---
4
+ ## Structure
5
+
6
+ The set of base document types for MIDV-2020 comprises 10 document types, each
7
+ present in previously published MIDV-500 and MIDV-2019 datasets. The identity
8
+ document types of MIDV-2020 are listed in Table DOCTYPES. 100 sample documents
9
+ were created for each of the 10 document types present in the dataset.
10
+
11
+ | # | Code | Description | MIDV-500 code |
12
+ |----|----------------------|-----------------------------|---------------|
13
+ | 1 | alb_id | ID Card of Albania | 01 |
14
+ | 2 | aze_passport | Passport of Azerbaijan | 05 |
15
+ | 3 | esp_id | ID Card of Spain | 21 |
16
+ | 4 | est_id | ID Card of Estonia | 22 |
17
+ | 5 | fin_id | ID Card of Finland | 24 |
18
+ | 6 | grc_passport | Passport of Greece | 25 |
19
+ | 7 | lva_passport | Passport of Latvia | 32 |
20
+ | 8 | rus_internalpassport | Internal passport of Russia | 39 |
21
+ | 9 | srb_passport | Passport of Serbia | 41 |
22
+ | 10 | svk_id | ID Card of Slovakia | 42 |
23
+
24
+ Original template images are placed in the `templates.tar` archive:
25
+ templates.tar: /images/ /CODE/ 00.jpg01.jpg... 99.jpg/annotations/CODE.json
26
+
27
+ Upright scans are placed in the `scan_upright.tar` archive.
28
+
29
+ scan_upright.tar: /images/ /CODE/ 00.jpg01.jpg... 99.jpg/annotations/ CODE.json
30
+
31
+
32
+ Rotated scans are placed in the same manner in `scan_rotated.tar`
33
+ scan_rotated.tar: /images/ /CODE/ 00.jpg01.jpg... 99.jpg/annotations/CODE.json
34
+
35
+ Photos are placed in the same manner in `photo.tar`:
36
+ photo.tar: /images/ /CODE/ 00.jpg01.jpg... 99.jpg/annotations/CODE.json
37
+
38
+ Photos were captured with different conditions, the condition can be identified
39
+ by the photo number:
40
+
41
+ | Capturing conditions and smartphone models | Samsung S10 | Apple iPhone XR |
42
+ |--------------------------------------------|-------------|-----------------|
43
+ | Low lighting | 80-89 | 70-79 |
44
+ | Keyboard in the background | 35-39 | 30-34 |
45
+ | Natural lighting, outdoors | 45-49 | 40-44 |
46
+ | Table in the background | 55-59 | 50-54 |
47
+ | Cloth in the background | 95-99 | 90-94 |
48
+ | Text documents in the background | 25-29 | 20-24 |
49
+ | Projective distortions | 10-19 | 00-09 |
50
+ | Highlight present | 65-69 | 60-64 |
51
+
52
+
53
+ All annotations are made using VGG Image Annotator (VIA) v2.0.11, which can be
54
+ obtained via this [link](https://www.robots.ox.ac.uk/~vgg/software/via/downloads/via-2.0.11.zip).
55
+
56
+ The developer's website: [VGG Image Annotator](https://www.robots.ox.ac.uk/~vgg/software/via/)
57
+
58
+ --------------------------------------------------------------------------------