Skip to content

Commit

Permalink
add param for filtering predicted paths by confidence
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
  • Loading branch information
maxime-clem committed Jan 31, 2025
1 parent 0a43730 commit fad8469
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
minimum_velocity: 0.5 # [m/s] objects lower than this velocity will be ignored
predicted_path_min_confidence : 0.1 # when using predicted paths, ignore the ones whose confidence is lower than this value.
ignore_on_crosswalk: true # if true, collisions happening on crosswalks are ignored
confidence_filtering:
threshold: 0.0 # [-]
only_use_highest: true # if true, only the path(s) with the highest confidence are used

0 comments on commit fad8469

Please sign in to comment.