Skip to content

Commit

Permalink
Remove unuse param
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhao1 committed Dec 11, 2024
1 parent fddb537 commit c2a5b7c
Show file tree
Hide file tree
Showing 17 changed files with 0 additions and 51 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ max_sld_win_size: 11 # This parameter specifies the maximum length of the slidin
landmark_estimate_tracks: 4 # This parameter specifies the threshold for the number of measurements of a landmark to be used for estimation in D2SLAM.
min_solve_frames: 6 # This parameter specifies the number of keyframes in the sliding window to start the estimation process in D2SLAM.
#solver
multiple_thread: 1 # This parameter specifies whether to use multiple threads in the Ceres solver in D2VINS.
#outlier rejection
thres_outlier : 10.0 # This parameter specifies the threshold to enable outlier detection in D2SLAM.
Expand Down
3 changes: 0 additions & 3 deletions config/GRACO/GRACO_multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 5

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 10
Expand Down
3 changes: 0 additions & 3 deletions config/GRACO/GRACO_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 5

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 10
Expand Down
3 changes: 0 additions & 3 deletions config/GRACO/GRACO_single_gnd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 10

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 100
Expand Down
3 changes: 0 additions & 3 deletions config/NTU_VIRAL/NTU_VIRAL_multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 9

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 10
Expand Down
3 changes: 0 additions & 3 deletions config/NTU_VIRAL/NTU_VIRAL_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 9

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 10
Expand Down
3 changes: 0 additions & 3 deletions config/gopro/gopro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 6

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 30
Expand Down
3 changes: 0 additions & 3 deletions config/quadcam/quadcam_multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 6

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 100
Expand Down
3 changes: 0 additions & 3 deletions config/quadcam/quadcam_multi_rt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 6

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 100
Expand Down
3 changes: 0 additions & 3 deletions config/quadcam/quadcam_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 6

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 10000
Expand Down
4 changes: 0 additions & 4 deletions config/quadcam_drone_nxt_tmp/quadcam_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ estimate_td: 1 # online estimate time offset between camera
td: -0.05 # For new datasets with filter
estimation_mode: 0
double_counting_common_feature: 0
min_inv_dep: 0.01 #100 meter away.

#optimization parameters
max_solver_time: 0.04 # max solver itration time (ms), to guarantee real time 0.04 normal running
Expand Down Expand Up @@ -75,9 +74,6 @@ max_sld_win_size: 10
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 6

#solver
multiple_thread: 4

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 10000
Expand Down
3 changes: 0 additions & 3 deletions config/realsense_d435/d435_multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 5

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 100000
Expand Down
3 changes: 0 additions & 3 deletions config/realsense_d435/d435_multi_rt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 3 #when use depth or stereo, 3 is OK.
min_solve_frames: 8

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 50.0
perform_outlier_rejection_num: 50
Expand Down
3 changes: 0 additions & 3 deletions config/realsense_d435/d435_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 6

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 100000
Expand Down
3 changes: 0 additions & 3 deletions config/tum/tum_multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 6

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 100
Expand Down
3 changes: 0 additions & 3 deletions config/tum/tum_single.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 6

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 100000
Expand Down
3 changes: 0 additions & 3 deletions config/visensor_f9p/visensor_f9p.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ max_sld_win_size: 11
landmark_estimate_tracks: 4 #when use depth or stereo, 3 is OK.
min_solve_frames: 6

#solver
multiple_thread: 1

#outlier rejection
thres_outlier : 10.0
perform_outlier_rejection_num: 30
Expand Down

0 comments on commit c2a5b7c

Please sign in to comment.