Skip to content

Commit 6c32dfc

Browse files
committed
loading module .onnx -> .tflite (yolox_tflite)
1 parent c615184 commit 6c32dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yolox_ros_py/launch/yolox_tflite.launch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def generate_launch_description():
3737
yolox_tflite = launch_ros.actions.Node(
3838
package="yolox_ros_py", executable="yolox_tflite",output="screen",
3939
parameters=[
40-
{"model" : yolox_ros_share_dir+"/model.onnx"},
40+
{"model" : yolox_ros_share_dir+"/model.tflite"},
4141
{"score_th" : 0.4},
4242
{"nms_th" : 0.5},
4343
{"input_shape/height" : 192},

0 commit comments

Comments
 (0)