logasanjeev commited on
Commit
7349fc3
·
verified ·
1 Parent(s): 0d0944b

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -11
config.json CHANGED
@@ -4,11 +4,13 @@
4
  "type": "classification",
5
  "path": "models/Id_Classifier.pt",
6
  "classes": [
 
7
  "aadhar_front",
 
 
8
  "pan_card_front",
9
  "passport",
10
- "voter_id",
11
- "driving_license_front"
12
  ]
13
  },
14
  "Aadhaar": {
@@ -81,23 +83,25 @@
81
  "type": "detection",
82
  "path": "models/Driving_License.pt",
83
  "classes": [
84
- "Address",
85
- "Blood Group",
86
- "DL No",
87
- "DOB",
88
- "Name",
89
- "Relation With",
90
- "RTO",
91
- "State",
92
  "Vehicle Type"
93
  ]
94
  }
95
  },
96
  "doc_type_to_model": {
97
  "aadhar_front": "Aadhaar",
 
98
  "pan_card_front": "Pan_Card",
99
  "passport": "Passport",
100
  "voter_id": "Voter_Id",
101
- "driving_license_front": "Driving_License"
 
102
  }
103
  }
 
4
  "type": "classification",
5
  "path": "models/Id_Classifier.pt",
6
  "classes": [
7
+ "aadhar_back",
8
  "aadhar_front",
9
+ "driving_license_back",
10
+ "driving_license_front",
11
  "pan_card_front",
12
  "passport",
13
+ "voter_id"
 
14
  ]
15
  },
16
  "Aadhaar": {
 
83
  "type": "detection",
84
  "path": "models/Driving_License.pt",
85
  "classes": [
86
+ "Address",
87
+ "Blood Group",
88
+ "DL No",
89
+ "DOB",
90
+ "Name",
91
+ "Relation With",
92
+ "RTO",
93
+ "State",
94
  "Vehicle Type"
95
  ]
96
  }
97
  },
98
  "doc_type_to_model": {
99
  "aadhar_front": "Aadhaar",
100
+ "aadhar_back": "Aadhaar",
101
  "pan_card_front": "Pan_Card",
102
  "passport": "Passport",
103
  "voter_id": "Voter_Id",
104
+ "driving_license_front": "Driving_License",
105
+ "driving_license_back": "Driving_License"
106
  }
107
  }