Skip to content

Commit 0260f9d

Browse files
committed
update parameters option
1 parent 2a1ab6d commit 0260f9d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

yolox_ros_cpp/yolox_param/src/yolox_parameters.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ yolox_parameters:
3939
type: string
4040
description: "OpenVINO device."
4141
default_value: "CPU"
42+
validation: {
43+
one_of<>: [["CPU", "GPU", "MYRIAD"]]
44+
}
4245
onnxruntime_use_cuda:
4346
type: bool
4447
description: "Enable or disable CUDA."

0 commit comments

Comments
 (0)