-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathconf.json
More file actions
25 lines (25 loc) · 731 Bytes
/
conf.json
File metadata and controls
25 lines (25 loc) · 731 Bytes
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
{
"logo_file": "faceNet/logo",
"database_file": "faceNet/encodings.pickle",
"dataset": "dataset",
"seen_file": "faceNet/seen.json",
"cameras_file": "cameras.json",
"default_camera_index": 1,
"bb_model": "bin/bb/frozen_graph.pb",
"emb_model": "bin/emb/frozen_graph.pb",
"profile_model": "bin/profile/mobile.pb",
"classifier": true,
"classifier_model": "faceNet/knn_model.pickle",
"acquisition_nframes" : 50,
"frame_max_width": 500,
"show_fps": true,
"blur": true,
"unknown_color": [0,0,255],
"box_line_width": 2,
"font_dim": 0.75,
"MQTT_ID": "faceNet",
"MQTT_broker": "",
"MQTT_user": "",
"MQTT_pwd": "",
"MQTT_topic": ["PICFace/camera"]
}