Skip to content

Commit 46fc6f7

Browse files
committed
chore(lidar_centerpoint): use config
Signed-off-by: kminoda <koji.minoda@tier4.jp>
1 parent 8b818d4 commit 46fc6f7

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

autoware_launch/config/perception/object_recognition/detection/lidar_model/centerpoint.param.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,15 @@
1313
iou_nms_search_distance_2d: 10.0
1414
iou_nms_threshold: 0.1
1515
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0]
16+
score_threshold: 0.35
17+
build_only: false # shutdown node after TensorRT engine file is built
18+
has_twist: false
19+
trt_precision: fp16
20+
densification_num_past_frames: 1
21+
densification_world_frame_id: map
22+
23+
# weight files
24+
encoder_onnx_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).onnx"
25+
encoder_engine_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).engine"
26+
head_onnx_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).onnx"
27+
head_engine_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).engine"

autoware_launch/config/perception/object_recognition/detection/lidar_model/centerpoint_tiny.param.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,15 @@
1313
iou_nms_search_distance_2d: 10.0
1414
iou_nms_threshold: 0.1
1515
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0]
16+
score_threshold: 0.35
17+
build_only: false # shutdown node after TensorRT engine file is built
18+
has_twist: false
19+
trt_precision: fp16
20+
densification_num_past_frames: 1
21+
densification_world_frame_id: map
22+
23+
# weight files
24+
encoder_onnx_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).onnx"
25+
encoder_engine_path: "$(var model_path)/pts_voxel_encoder_$(var model_name).engine"
26+
head_onnx_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).onnx"
27+
head_engine_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).engine"

0 commit comments

Comments
 (0)