Skip to content

Commit dbfd6f7

Browse files
authored
fix(lidar_centerpoint): add param file for centerpoint_tiny (#976)
fix(lidar_centerpoint): add param file Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
1 parent 06b271e commit dbfd6f7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/**:
2+
ros__parameters:
3+
4+
# weight files
5+
encoder_onnx_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).onnx"
6+
encoder_engine_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).engine"
7+
head_onnx_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).onnx"
8+
head_engine_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).engine"
9+
trt_precision: fp16
10+
post_process_params:
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]
17+
score_threshold: 0.35
18+
densification_params:
19+
world_frame_id: map
20+
num_past_frames: 1

0 commit comments

Comments
 (0)