Skip to content

Commit ed9ae89

Browse files
committed
fix config
Signed-off-by: scepter914 <scepter914@gmail.com>
1 parent 89c53f0 commit ed9ae89

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

perception/lidar_transfusion/config/transfusion.param.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
class_names: ["CAR", "TRUCK", "BUS", "BICYCLE", "PEDESTRIAN"]
55
trt_precision: fp16
66
voxels_num: [5000, 30000, 60000] # [min, opt, max]
7-
point_cloud_range: [-76.8, -76.8, -3.0, 76.8, 76.8, 5.0] # [x_min, y_min, z_min, x_max, y_max, z_max]
8-
voxel_size: [0.3, 0.3, 8.0] # [x, y, z]
7+
point_cloud_range: [-92.16, -92.16, -3.0, 92.16, 92.16, 7.0] # [x_min, y_min, z_min, x_max, y_max, z_max]
8+
voxel_size: [0.24, 0.24, 10.0] # [x, y, z]
9+
num_proposals: 500
910
onnx_path: "$(var model_path)/transfusion.onnx"
1011
engine_path: "$(var model_path)/transfusion.engine"
1112
# pre-process params
@@ -17,4 +18,4 @@
1718
iou_nms_search_distance_2d: 10.0
1819
iou_nms_threshold: 0.1
1920
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0] # refers to the class_names
20-
score_threshold: 0.2
21+
score_threshold: 0.1

0 commit comments

Comments
 (0)