Skip to content

Commit

Permalink
original cfgs
Browse files Browse the repository at this point in the history
  • Loading branch information
thuanaislab authored Sep 23, 2024
1 parent 7c3b71b commit 65262d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cfgs/Cambridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ train: # train configs
augmentation:
apply: True
on_rate: 0.5 # probability of applying augmentation
brightness: 0.0
contrast: 0.0
brightness: 0.15
contrast: 0.1
homography:
apply: False # if apply, augmented poses will be incorrect
perspective: True
Expand Down Expand Up @@ -79,4 +79,4 @@ optimizer:
localization:
ransac:
max_reproj_error: 12.0
max_epipolar_error: 10.0
max_epipolar_error: 10.0

0 comments on commit 65262d8

Please sign in to comment.