Skip to content

Commit

Permalink
fix(lidar_centerpoint): add param file for centerpoint_tiny (#976)
Browse files Browse the repository at this point in the history
fix(lidar_centerpoint): add param file

Signed-off-by: badai-nguyen <[email protected]>
  • Loading branch information
badai-nguyen authored Apr 26, 2024
1 parent 06b271e commit dbfd6f7
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
/**:
ros__parameters:

# weight files
encoder_onnx_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).onnx"
encoder_engine_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).engine"
head_onnx_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).onnx"
head_engine_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).engine"
trt_precision: fp16
post_process_params:
# post-process params
circle_nms_dist_threshold: 0.5
iou_nms_target_class_names: ["CAR"]
iou_nms_search_distance_2d: 10.0
iou_nms_threshold: 0.1
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0]
score_threshold: 0.35
densification_params:
world_frame_id: map
num_past_frames: 1

0 comments on commit dbfd6f7

Please sign in to comment.