-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththermometer_cfg.json
36 lines (36 loc) · 1.03 KB
/
thermometer_cfg.json
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
{
"temp_compensation": {
"coefficient" : -0.1857,
"intercept" : 6.8096
},
"distance_sensor" : {
"distance" : 10.0,
"tolerance" : 1.5
},
"system": {
"log_level" : 1,
"school_flag" : "True",
"image_dir" : "./face_images",
"database_dir" : "./face_db",
"inference_device" : "GPU",
"convert_to_line_art" : "False"
},
"dl_models" : {
"FD_model" : "intel/face-detection-retail-0004/FP16/face-detection-retail-0004.xml",
"FR_model" : "intel/face-reidentification-retail-0095/FP16/face-reidentification-retail-0095.xml",
"LM_model" : "intel/landmarks-regression-retail-0009/FP16/landmarks-regression-retail-0009.xml"
},
"camera" : {
"port" : 0,
"width" : 640,
"height" : 480
},
"com_port" : {
"pid" : "0x9206",
"vid" : "0x1b4f",
"speed" : 115200
},
"sound" : {
"sound_file" : "resources/beep.wav"
}
}