Skip to content

Commit

Permalink
update model_path and label_path
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilby59 committed Nov 20, 2023
1 parent 9070d46 commit b14c7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<!-- output topic name to be published (bbox) -->
<arg name="output/objects" default="/perception/object_recognition/detection/rois0" />
<!-- path to the YOLOX model to be loaded -->
<arg name="model_path" default="$(find-pkg-share tensorrt_yolox)/data/yolox-tiny.onnx" />
<arg name="model_path" default="/opt/autoware/data/tensorrt_yolox/yolox-tiny.onnx" />
<!-- path to the label file to explain category ID and string -->
<arg name="label_path" default="$(find-pkg-share tensorrt_yolox)/data/label.txt" />
<arg name="label_path" default="/opt/autoware/data/tensorrt_yolox/label.txt" />
<!-- container naem that this ROS node to be loaded -->

Check warning on line 10 in edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (naem)
<arg name="container_name" default="" />
<!-- flag to use ROS2 intra process -->

Check warning on line 12 in edge_auto_jetson_launch/launch/tensorrt_yolox.launch.xml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (ROS2)
Expand Down

0 comments on commit b14c7b7

Please sign in to comment.