Skip to content

Commit

Permalink
fix(object_merger): separate GIoU (#497)
Browse files Browse the repository at this point in the history
Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen committed Aug 2, 2023
1 parent f0b212e commit 32d537b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 32d537b

Please sign in to comment.