Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
wolf_demo_visual_odometry
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_ros
demos
wolf_demo_visual_odometry
Commits
fd9cf5b9
Commit
fd9cf5b9
authored
3 years ago
by
Joan Solà Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Tune for more KFs (20) and control the nbr of tracks (30) for good speed
parent
551e1409
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
yaml/processor_visual_odometry.yaml
+8
-8
8 additions, 8 deletions
yaml/processor_visual_odometry.yaml
yaml/tree_manager_sliding.yaml
+1
-2
1 addition, 2 deletions
yaml/tree_manager_sliding.yaml
with
9 additions
and
10 deletions
yaml/processor_visual_odometry.yaml
+
8
−
8
View file @
fd9cf5b9
...
...
@@ -4,13 +4,13 @@ keyframe_vote:
voting_active
:
true
# Trigger a new keyframe creation as well as detection of new keypoints in last frame
# when the track number goes below min_features_for_keyframe in incoming
min_features_for_keyframe
:
25
min_features_for_keyframe
:
30
# Use a robust cost function
apply_loss_function
:
true
# Select the best new Keypoints when performing detection
max_new_features
:
10
max_new_features
:
5
####################################
# ProcessorVisualOdometry parameters
...
...
@@ -24,16 +24,16 @@ fast_params:
# Lucas Kanade tracking parameters
klt_params
:
patch_width
:
1
1
patch_height
:
1
1
patch_width
:
1
7
patch_height
:
1
7
nlevels_pyramids
:
3
klt_max_err
:
0.
3
klt_max_err
:
0.
2
# tesselation grid
grid_params
:
# number of cells used by the active search grid data structure
nbr_cells_h
:
12
# horizontal
nbr_cells_v
:
10
# vertical
nbr_cells_h
:
6
# horizontal
nbr_cells_v
:
5
# vertical
# minimum margin of the region of interest from the edges of the image
margin
:
6
# reduce the size of each region of interest by n pixels to prevent keypoints from being too close
...
...
@@ -46,4 +46,4 @@ max_nb_tracks: 30
std_pix
:
1
# before creating a landmark, wait until the track is old enough
min_track_length_for_landmark
:
5
min_track_length_for_landmark
:
20
This diff is collapsed.
Click to expand it.
yaml/tree_manager_sliding.yaml
+
1
−
2
View file @
fd9cf5b9
tree_manager
:
type
:
TreeManagerSlidingWindow
n_fix_first_frames
:
1
n_frames
:
1
0
n_frames
:
2
0
viral_remove_empty_parent
:
true
# type: "none"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment