Skip to content

Commit a958b1f

Browse files
Merge pull request #576 from tier4/sync-awf-latest
chore: sync awf-latest
2 parents 27d96f0 + ce2a4bf commit a958b1f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/**:
2+
ros__parameters:
3+
# network
4+
trt_precision: fp16
5+
cloud_capacity: 2000000
6+
onnx_path: "$(var model_path)/transfusion.onnx"
7+
engine_path: "$(var model_path)/transfusion.engine"
8+
# pre-process params
9+
densification_num_past_frames: 1
10+
densification_world_frame_id: map
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] # refers to the class_names
17+
score_threshold: 0.1

0 commit comments

Comments
 (0)