Skip to content

Commit

Permalink
chore: update prob_thresholds of bicycle
Browse files Browse the repository at this point in the history
Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
  • Loading branch information
yukke42 committed Aug 8, 2023
1 parent dbb6058 commit c2eef28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**:
ros__parameters:
# UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN
passthrough_lower_bound_probability_thresholds: [0.35, 0.35, 0.35, 0.35, 0.35, 0.50, 0.50, 0.50]
passthrough_lower_bound_probability_thresholds: [0.35, 0.35, 0.35, 0.35, 0.35, 0.50, 0.35, 0.35]
min_iou_threshold: 0.5
use_roi_probability: false
roi_probability_threshold: 0.5
Expand Down

0 comments on commit c2eef28

Please sign in to comment.