@@ -192,7 +192,7 @@ ros2 launch yolox_ros_cpp yolox_tflite.launch.py
192
192
- See [ here] ( https://github.com/fateshelled/YOLOX-ROS/blob/dev_cpp/yolox_ros_cpp/yolox_ros_cpp/labels/coco_names.txt ) for label format.
193
193
- ` num_classes ` : 80
194
194
- ` model_version ` : 0.1.1rc0
195
- - ` openvino/device ` : AUTO
195
+ - ` openvino_device ` : AUTO
196
196
- ` nms ` : 0.45
197
197
- ` imshow_isshow ` : true
198
198
- ` src_image_topic_name ` : /image_raw
@@ -212,7 +212,7 @@ ros2 launch yolox_ros_cpp yolox_tflite.launch.py
212
212
- ` class_labels_path ` : ""
213
213
- ` num_classes ` : 80
214
214
- ` model_version ` : 0.1.1rc0
215
- - ` tensorrt/device ` : 0
215
+ - ` tensorrt_device ` : 0
216
216
- ` conf ` : 0.3
217
217
- ` nms ` : 0.45
218
218
- ` imshow_isshow ` : true
@@ -233,12 +233,12 @@ ros2 launch yolox_ros_cpp yolox_tflite.launch.py
233
233
- ` class_labels_path ` : ""
234
234
- ` num_classes ` : 80
235
235
- ` 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
242
242
- the number of threads to use to run the model
243
243
- ` conf ` : 0.3
244
244
- ` nms ` : 0.45
@@ -260,7 +260,7 @@ ros2 launch yolox_ros_cpp yolox_tflite.launch.py
260
260
- ` class_labels_path ` : ""
261
261
- ` num_classes ` : 1
262
262
- ` model_version ` : 0.1.1rc0
263
- - ` tflite/num_threads ` : 1
263
+ - ` tflite_num_threads ` : 1
264
264
- ` conf ` : 0.3
265
265
- ` nms ` : 0.45
266
266
- ` imshow_isshow ` : true
0 commit comments