From 01b56761221cafa072ccd01cbab70fab99022489 Mon Sep 17 00:00:00 2001 From: Vishal Chauhan <40782713+vish0012@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:37:12 +0900 Subject: [PATCH] Update yolox_tiny.schema.json update min and max value in read file for "nms_threshold" --- .../autoware_tensorrt_yolox/schema/yolox_tiny.schema.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perception/autoware_tensorrt_yolox/schema/yolox_tiny.schema.json b/perception/autoware_tensorrt_yolox/schema/yolox_tiny.schema.json index 90dbb5fa23f33..fcce9f0ae850f 100644 --- a/perception/autoware_tensorrt_yolox/schema/yolox_tiny.schema.json +++ b/perception/autoware_tensorrt_yolox/schema/yolox_tiny.schema.json @@ -62,6 +62,8 @@ "type": "number", "description": "Threshold for Non-Maximum Suppression (NMS). Detections with IoU above this value are ignored.", "default": 0.7 + "minimum": 0.0, + "maximum": 1.0, }, "precision": { "type": "string",