File size: 2,866 Bytes
d623018 b8743dd 7349fc3 b8743dd 7349fc3 b8743dd 7349fc3 b8743dd 8b05dd3 b8743dd 8b05dd3 b8743dd 8539263 b8743dd 8539263 b8743dd 8539263 b8743dd 7349fc3 0d30727 b8743dd d623018 b8743dd 7349fc3 b8743dd 7349fc3 d623018 | 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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | {
"models": {
"Id_Classifier": {
"type": "classification",
"path": "models/Id_Classifier.pt",
"classes": [
"aadhar_back",
"aadhar_front",
"driving_license_back",
"driving_license_front",
"pan_card_front",
"passport",
"voter_id"
]
},
"Aadhaar": {
"type": "detection",
"path": "models/Aadhaar_Card.pt",
"classes": [
"Aadhaar",
"DOB",
"Gender",
"Name",
"Address"
]
},
"Pan_Card": {
"type": "detection",
"path": "models/Pan_Card.pt",
"classes": [
"PAN",
"Name",
"Father's Name",
"DOB",
"Pan Card"
]
},
"Passport": {
"type": "detection",
"path": "models/Passport.pt",
"classes": [
"Address",
"Code",
"DOB",
"DOI",
"EXP",
"Gender",
"MRZ2",
"MRZ1",
"MRZ2",
"Name",
"Nationality",
"Nation",
"POI"
]
},
"Voter_Id": {
"type": "detection",
"path": "models/Voter_Id.pt",
"classes": [
"Address",
"Age",
"DOB",
"Card Voter ID 1 Back",
"Card Voter ID 2 Front",
"Card Voter ID 2 Back",
"Card Voter ID 1 Front",
"DOB",
"Date of Issue",
"Election",
"Father",
"Gender",
"Name",
"Point",
"Portrait",
"Symbol",
"Voter ID",
"Portrait",
"Card Voter ID 1 Back"
]
},
"Driving_License": {
"type": "detection",
"path": "models/Driving_License.pt",
"classes": [
"Address",
"Blood Group",
"DL No",
"DOB",
"Name",
"Relation With",
"RTO",
"State",
"Vehicle Type"
]
}
},
"doc_type_to_model": {
"aadhar_front": "Aadhaar",
"aadhar_back": "Aadhaar",
"pan_card_front": "Pan_Card",
"passport": "Passport",
"voter_id": "Voter_Id",
"driving_license_front": "Driving_License",
"driving_license_back": "Driving_License"
}
} |