-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathconfig.json
43 lines (43 loc) · 1.22 KB
/
config.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
37
38
39
40
41
42
43
{
"video_source": {
"type": "file",
"input": "airport_ride_480p.mp4",
"scale_video": 1.0,
"frames_to_skip": 0,
"framerate": 30
},
"broadcaster": {
"target_buffer_size": 10,
"max_buffer_size_variation": 5,
"max_fps_variation": 15,
"target_fps": 30,
"serve_address": ["0.0.0.0", 8000]
},
"inferencing_worker": {
"yolov3_input_size_px": 416,
"bounding_boxes_upscale_px": 640,
"yolov3_obj_thresh": 0.8,
"crnn_quality": 98,
"broadcast_quality": 90,
"timeout": 1.20,
"api_endpoint_yolov3": "http://a23893c574c0511ea9f430a8bed50c69-1100298247.eu-central-1.elb.amazonaws.com/yolov3",
"api_endpoint_crnn": "http://a23893c574c0511ea9f430a8bed50c69-1100298247.eu-central-1.elb.amazonaws.com/crnn"
},
"inferencing_pool": {
"workers": 24,
"pick_every_nth_frame": 1
},
"flusher": {
"frame_count_threshold": 5
},
"gps": {
"use_gps": false,
"write_port": "/dev/ttyUSB2",
"read_port": "/dev/ttyUSB1",
"baudrate": 115200
},
"general": {
"bind_ip": "0.0.0.0",
"saved_data": "saved_data.csv"
}
}