-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added load_parameters() function and updated logger
- Loading branch information
1 parent
83b7e77
commit d2f65ae
Showing
2 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
object_detection: | ||
ros__parameters: | ||
input_img_topic: /kitti/camera/color/left/image_raw | ||
input_img_topic: color/image_raw | ||
output_bb_topic: object_detection/img_bb | ||
output_img_topic: object_detection/img | ||
publish_output_img: 1 | ||
model_params: | ||
detector_type: YOLOv5 | ||
model_dir_path: /root/percep_ws/models/yolov5 | ||
weight_file_name: yolov5.onnx | ||
confidence_threshold : 0.5 | ||
show_fps : 1 | ||
confidence_threshold: 0.5 | ||
show_fps: 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