1+ %YAML:1.0
2+ ---
3+ io :
4+ BaseDir : ../KITTI-00/
5+ VOFile : slam_res/Twc.txt
6+ LOFile : slam_res/floam_isam_00.txt
7+ VOIdFile : FrameId.yml
8+ ResFile : calib_res/iba_global_baonly_00.txt
9+ init_sim3 : calib_res/he_rb_calib_00.txt
10+ gt_sim3 : calib_res/gt_calib_00.txt
11+ PointCloudDir : ../data/00/velodyne
12+ PointCloudskip : 1
13+ PointCloudOnlyPositiveX : true
14+ orb :
15+ Vocabulary : ../data/Vocabulary/ORBvoc.txt
16+ Config : ../config/orb_ori/KITTI00-02.yaml
17+ KeyFrameDir : ../KITTI-00/KeyFrames/
18+ MapFile : ../KITTI-00/Map.yml
19+
20+ runtime :
21+ max_pixel_dist : 1.5
22+ num_best_convis : 3 # set negative to use min_convis_weight
23+ min_covis_weight : 100
24+ min_rot_diff : 0.03
25+ kdtree2d_max_leaf_size : 10
26+ kdtree3d_max_leaf_size : 30
27+ corr_3d_2d_threshold : 40
28+ corr_3d_3d_threshold : 10
29+ norm_max_pts : 30
30+ norm_min_pts : 5
31+ norm_radius : 0.6
32+ norm_reg_threshold : 0.02 # 0.02
33+ min_diff_dist : 0.2 # 0.2
34+ he_threshold : 0.094
35+ err_weight : [1.0, 0.0]
36+ init_frame : [0.5,0.5,0.5,0.5,0.5,0.5,0.5]
37+ min_mesh : 1.0E-6
38+ lb : [-0.1,-0.1,-0.1,-0.3,-0.3,-0.3,-1.0]
39+ ub : [0.1,0.1,0.1,0.3,0.3,0.3,1.0]
40+ max_bbeval : 5000
41+ valid_rate : 0.95
42+ seed : 0
43+ use_vns : true
44+ use_cache : false
45+ cacheFile : ../KITTI-00/cache/cache_00_d1.5_fuse_wide.txt
46+ verborse : true
47+ use_plane : false # set to false for the ablation study
0 commit comments