Skip to content

Commit

Permalink
chore(image_projection_based_fusion): rework parameters (#824)
Browse files Browse the repository at this point in the history
chore(image_projection_based_fusion): use config

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Feb 1, 2024
1 parent e27368b commit 700b997
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/**:
ros__parameters:
trt_precision: fp16
build_only: false
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"

model_params:
class_names: ["CAR", "TRUCK", "BUS", "BICYCLE", "PEDESTRIAN"]
paint_class_names: ["CAR", "BICYCLE", "PEDESTRIAN"]
Expand Down

0 comments on commit 700b997

Please sign in to comment.