Skip to content

Commit ce2a4bf

Browse files
authored
feat(autoware_lidar_transfusion): add transfusion config (autowarefoundation#1093)
Signed-off-by: Amadeusz Szymko <amadeusz.szymko.2@tier4.jp>
1 parent 4f6510a commit ce2a4bf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/**:
2+
ros__parameters:
3+
# network
4+
trt_precision: fp16
5+
cloud_capacity: 2000000
6+
onnx_path: "$(var model_path)/transfusion.onnx"
7+
engine_path: "$(var model_path)/transfusion.engine"
8+
# pre-process params
9+
densification_num_past_frames: 1
10+
densification_world_frame_id: map
11+
# post-process params
12+
circle_nms_dist_threshold: 0.5
13+
iou_nms_target_class_names: ["CAR"]
14+
iou_nms_search_distance_2d: 10.0
15+
iou_nms_threshold: 0.1
16+
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0] # refers to the class_names
17+
score_threshold: 0.1

0 commit comments

Comments
 (0)