Skip to content

Commit

Permalink
add params for known objects and changed param name for unknown objects
Browse files Browse the repository at this point in the history
  • Loading branch information
emuemuJP committed Sep 9, 2024
1 parent 7debec5 commit 1792cdd
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
/**:
ros__parameters:
distance_threshold_list:
unknown_obj_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]
unknown_obj_generalized_iou_threshold:
[-0.1, -0.1, -0.1, -0.6, -0.6, -0.1, -0.1, -0.1]

known_obj_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] #KNOWN

known_obj_generalized_iou_threshold:
[-0.1, -0.1, -0.1, -0.6, -0.6, -0.1, -0.1, -0.1]

0 comments on commit 1792cdd

Please sign in to comment.