Skip to content
Snippets Groups Projects
Commit d52e8f11 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Some sensible tuning

parent 045856bb
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,8 @@ config:
debug:
profiling: true
profiling_file: "~/wolf_demo_visual_odometry_profiling.txt"
print_problem: false
print_problem: true
print_depth: 2 # only if print_problem
print_state: false # only if print_problem
print_constr_by: false # only if print_problem
print_metric: false # only if print_problem
print_state_blocks: false # only if print_problem
......@@ -13,7 +12,7 @@ config:
problem:
node_rate: 100
follow: "tree_manager_full_history.yaml"
follow: "tree_manager_sliding.yaml"
frame_structure: "PO"
dimension: 3
prior:
......
......@@ -5,12 +5,16 @@ algorithm:
klt_params:
tracker_width: 21
tracker_height: 21
nlevels_pyramids: 3
nlevels_pyramids: 2
klt_max_err: 0.2
fast_params:
threshold_fast: 30
non_max_suppresion: true
min_nb_tracks: 200
max_nb_tracks: 400
min_nb_tracks: 30
max_nb_tracks: 50
std_pix: 1
min_track_length_for_landmark: 3
minimizer: "LEVENBERG_MARQUARDT"
interrupt_on_problem_change: false
min_num_iterations: 4
min_num_iterations: 1
max_num_iterations: 20
function_tolerance: 1e-7
gradient_tolerance: 1e-9
use_nonmonotonic_steps: false
period: 0.3 # note: this must be smaller (i.e. faster) than the KF period in processor_tracker_landmark_apriltag.yaml
n_threads: 2
period: 0.5
n_threads: 8
compute_cov: false
verbose: 0
\ No newline at end of file
tree_manager:
type: TreeManagerSlidingWindow
n_fix_first_frames: 1
n_frames: 15
n_frames: 5
viral_remove_empty_parent: true
# type: "none"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment