This repository has been archived on 2020-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
AIParking_Engine_deploy2/config.json

64 lines
1.7 KiB
JSON

{
"os": "linux",
"mode": "gpu",
"threshold": {
"ocr": 0.3,
"nms": 0.4,
"detect": 0.7,
"detect_size": 144.0,
"min_width": 15,
"wh_ratio": 2.0
},
"save_img": true,
"rules": {
"head": {
"enable": false,
"rule": {
"C": "0", "D": "0",
"F": "", "G": "6", "H": "", "I": "1", "J": "1",
"K": "", "L": "4", "M": "", "N": "",
"P": "", "Q": "0", "R": "", "S": "5", "T": "",
"U": "0", "V": "", "W": "",
"X": "", "Y": "", "Z": "2"
}
},
"mid": {
"enable": false,
"rule": {
"W": "N"
}
},
"tail": {
"enable": true,
"rule": {
"A": "4", "B": "8", "C": "0", "D": "0", "E": "",
"F": "", "G": "6", "H": "", "I": "1", "J": "1",
"K": "", "L": "4", "M": "", "N": "", "O": "0",
"P": "", "Q": "0", "R": "", "S": "5", "T": "",
"U": "0", "V": "", "W": "",
"X": "", "Y": "", "Z": "2"
}
}
},
"save_logs_api": {
"enable": false,
"push_log": {
"url": "http://localhost:4004/logs",
"method": "post"
}
},
"open_door_api": {
"enable": false
},
"open_door": {
"in": {
"url": "http://localhost:2001/connect",
"door": "1"
},
"out": {
"url": "http://localhost:2001/connect",
"door": "2"
}
}
}