-
Notifications
You must be signed in to change notification settings - Fork 17
/
config.json
51 lines (41 loc) · 1.02 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
44
45
46
47
48
49
50
51
{
"comments":
[
"This is the templete for configure a dataset for the pipeline.",
"Further instruction goes here..."
],
"necessary inputs":
{
"path_detections": [],
"path_cameras": [],
"corresponding_frames":[]
},
"optional inputs":
{
"ground_truth": {"filepath":"", "frequency":1}
},
"settings":
{
"num_detections": 100000,
"opt_calib": false,
"cf_exact":true,
"sync_method":"iter",
"undist_points": true,
"rolling_shutter": false,
"init_rs": 1,
"rs_bounds":false,
"motion_prior":false,
"motion_reg":false,
"motion_weights":100,
"cut_detection_second": 0.5,
"camera_sequence": [],
"ref_cam": 0,
"thres_Fmatix": 30,
"thres_PnP": 30,
"thres_outlier": 10,
"thres_triangulation": 20,
"smooth_factor": [20,25],
"sampling_rate": 0.5,
"path_output": ""
}
}