Skip to content

Commit

Permalink
fix(multi_object_tracker): adjust min_area_matrix (autowarefoundation…
Browse files Browse the repository at this point in the history
…#586)

Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen authored and 1222-takeshi committed Aug 3, 2023
1 parent a62093e commit 13574c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
2.00, 10000.00, 10000.00, 10000.00, 10000.00, 1.50, 1.50, 1.00] #PEDESTRIAN
min_area_matrix:
#UNKNOWN, CAR, TRUCK, BUS, TRAILER, MOTORBIKE, BICYCLE, PEDESTRIAN
[ 1.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, #UNKNOWN
[ 0.001, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, 0.000, #UNKNOWN
3.600, 3.600, 6.000, 10.000, 10.000, 0.000, 0.000, 0.000, #CAR
6.000, 3.600, 6.000, 10.000, 10.000, 0.000, 0.000, 0.000, #TRUCK
10.000, 3.600, 6.000, 10.000, 10.000, 0.000, 0.000, 0.000, #BUS
Expand Down

0 comments on commit 13574c8

Please sign in to comment.