Skip to content

Commit 29686a6

Browse files
authored
chore: add ml detectors' buffer size (#1067)
Signed-off-by: Kenzo Lobos-Tsunekawa <kenzo.lobos@tier4.jp>
1 parent 2602ebd commit 29686a6

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
head_onnx_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).onnx"
88
head_engine_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).engine"
99
trt_precision: fp16
10+
cloud_capacity: 2000000
1011
post_process_params:
1112
# post-process params
1213
circle_nms_dist_threshold: 0.5

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

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
has_variance: true
1818
has_twist: true
1919
trt_precision: fp16
20+
cloud_capacity: 2000000
2021
densification_num_past_frames: 1
2122
densification_world_frame_id: map
2223

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

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
head_onnx_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).onnx"
88
head_engine_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).engine"
99
trt_precision: fp16
10+
cloud_capacity: 2000000
1011
post_process_params:
1112
# post-process params
1213
circle_nms_dist_threshold: 0.5

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

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
head_onnx_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).onnx"
66
head_engine_path: "$(var model_path)/pts_backbone_neck_head_$(var model_name).engine"
77
trt_precision: fp16
8+
cloud_capacity: 2000000
89
post_process_params:
910
# post-process params
1011
circle_nms_dist_threshold: 0.3

0 commit comments

Comments
 (0)