Skip to content

Commit e7b57a0

Browse files
committed
fix launch model_path
1 parent da49f68 commit e7b57a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yolox_ros_cpp/yolox_ros_cpp/launch/yolox_tensorrt.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def generate_launch_description():
1414
),
1515
DeclareLaunchArgument(
1616
'model_path',
17-
default_value='./src/YOLOX-ROS/weights/tensorrt/yolox_nano.trt',
17+
default_value='./src/YOLOX-ROS/weights/tensorrt/yolox_tiny.trt',
1818
description='yolox model path.'
1919
),
2020
DeclareLaunchArgument(

0 commit comments

Comments
 (0)