Skip to content

Commit

Permalink
have masks be in the config folder for easy install
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle committed Jan 5, 2023
1 parent d171a03 commit d83ce4f
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/rpng_ironsides/estimator_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ up_aruco_chi2_multipler: 1

# masks for our images
use_mask: true
mask0: "../../ov_data/masks/ironsides0.png" #relative to current file
mask1: "../../ov_data/masks/ironsides1.png" #relative to current file
mask0: "mask_ironsides0.png" #relative to current file
mask1: "mask_ironsides1.png" #relative to current file

# imu and camera spacial-temporal
# imu config should also have the correct noise values
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions config/tum_vi/estimator_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ up_aruco_chi2_multipler: 1

# masks for our images
use_mask: true
mask0: "../../ov_data/masks/tumvi0.png" #relative to current file
mask1: "../../ov_data/masks/tumvi1.png" #relative to current file
mask0: "mask_tumvi0.png" #relative to current file
mask1: "mask_tumvi1.png" #relative to current file

# imu and camera spacial-temporal
# imu config should also have the correct noise values
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions config/uzhfpv_outdoor/estimator_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ up_aruco_chi2_multipler: 1

# masks for our images
use_mask: true
mask0: "../../ov_data/masks/uzhfpv_outdoor_mask0.png" #relative to current file
mask1: "../../ov_data/masks/uzhfpv_outdoor_mask1.png" #relative to current file
mask0: "mask_uzhfpv_outdoor_mask0.png" #relative to current file
mask1: "mask_uzhfpv_outdoor_mask1.png" #relative to current file

# imu and camera spacial-temporal
# imu config should also have the correct noise values
Expand Down
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit d83ce4f

Please sign in to comment.