@@ -192,7 +192,7 @@ ros2 launch yolox_ros_cpp yolox_tflite.launch.py
192192 - See [ here] ( https://github.com/fateshelled/YOLOX-ROS/blob/dev_cpp/yolox_ros_cpp/yolox_ros_cpp/labels/coco_names.txt ) for label format.
193193- ` num_classes ` : 80
194194- ` model_version ` : 0.1.1rc0
195- - ` openvino/device ` : AUTO
195+ - ` openvino_device ` : AUTO
196196- ` nms ` : 0.45
197197- ` imshow_isshow ` : true
198198- ` src_image_topic_name ` : /image_raw
@@ -212,7 +212,7 @@ ros2 launch yolox_ros_cpp yolox_tflite.launch.py
212212- ` class_labels_path ` : ""
213213- ` num_classes ` : 80
214214- ` model_version ` : 0.1.1rc0
215- - ` tensorrt/device ` : 0
215+ - ` tensorrt_device ` : 0
216216- ` conf ` : 0.3
217217- ` nms ` : 0.45
218218- ` imshow_isshow ` : true
@@ -233,12 +233,12 @@ ros2 launch yolox_ros_cpp yolox_tflite.launch.py
233233- ` class_labels_path ` : ""
234234- ` num_classes ` : 80
235235- ` model_version ` : 0.1.1rc0
236- - ` onnxruntime/use_cuda ` : true
237- - ` onnxruntime/use_parallel ` : false
238- - ` onnxruntime/device_id ` : 0
239- - ` onnxruntime/inter_op_num_threads ` : 1
240- - if ` onnxruntime/use_parallel ` is true, the number of threads used to parallelize the execution of the graph (across nodes).
241- - ` onnxruntime/intra_op_num_threads ` : 1
236+ - ` onnxruntime_use_cuda ` : true
237+ - ` onnxruntime_use_parallel ` : false
238+ - ` onnxruntime_device_id ` : 0
239+ - ` onnxruntime_inter_op_num_threads ` : 1
240+ - if ` onnxruntime_use_parallel ` is true, the number of threads used to parallelize the execution of the graph (across nodes).
241+ - ` onnxruntime_intra_op_num_threads ` : 1
242242 - the number of threads to use to run the model
243243- ` conf ` : 0.3
244244- ` nms ` : 0.45
@@ -260,7 +260,7 @@ ros2 launch yolox_ros_cpp yolox_tflite.launch.py
260260- ` class_labels_path ` : ""
261261- ` num_classes ` : 1
262262- ` model_version ` : 0.1.1rc0
263- - ` tflite/num_threads ` : 1
263+ - ` tflite_num_threads ` : 1
264264- ` conf ` : 0.3
265265- ` nms ` : 0.45
266266- ` imshow_isshow ` : true
0 commit comments