Skip to content

Commit

Permalink
Fix default value
Browse files Browse the repository at this point in the history
  • Loading branch information
360tetsu360 committed May 29, 2024
1 parent acfee00 commit 7f79df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom-skygaze/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ async fn main() {
detect: false,
detection_config: DetectionConfig {
max_roi_size: 20,
threshold: 3.,
threshold: 5.,
length_threshold: 10,
distance_threshold: 1.732,
},
Expand Down

0 comments on commit 7f79df1

Please sign in to comment.