forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pointpainting): fix pointpainting and centerpoint path in tier4 m…
…ain (autowarefoundation#891) * fix_pointpainting_path Signed-off-by: Yuxuan Liu <uken.ryu.2@tier4.jp> * style(pre-commit): autofix * use centerpoint instead of centerpointxx1 Signed-off-by: Yuxuan Liu <uken.ryu.2@tier4.jp> * add centerpoint_xx1 param Signed-off-by: Yuxuan Liu <uken.ryu.2@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: Yuxuan Liu <uken.ryu.2@tier4.jp> Co-authored-by: Yuxuan Liu <uken.ryu.2@tier4.jp> Co-authored-by: Owen-Liuyuxuan <Owen-Liuyuxuan@users.noreply.github.com>
- Loading branch information
1 parent
067d366
commit 8eaf191
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
...nch/config/perception/object_recognition/detection/lidar_model/centerpoint_xx1.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters