diff --git a/autoware_launch/config/perception/object_recognition/detection/object_merger/overlapped_judge.param.yaml b/autoware_launch/config/perception/object_recognition/detection/object_merger/overlapped_judge.param.yaml index 94882fae4f..15ca8dd713 100644 --- a/autoware_launch/config/perception/object_recognition/detection/object_merger/overlapped_judge.param.yaml +++ b/autoware_launch/config/perception/object_recognition/detection/object_merger/overlapped_judge.param.yaml @@ -3,3 +3,6 @@ distance_threshold_list: #UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE,PEDESTRIAN [9.0, 9.0, 9.0, 9.0, 9.0, 9.0, 9.0, 9.0] #UNKNOWN + + generalized_iou_threshold: + [-0.1, -0.1,-0.1, -0.6, -0.6, -0.1, -0.1, -0.1]