Skip to content

Commit

Permalink
Update yolox_tiny.schema.json
Browse files Browse the repository at this point in the history
update min and max value in read file for "nms_threshold"
  • Loading branch information
vish0012 authored Feb 4, 2025
1 parent b5132de commit 01b5676
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 01b5676

Please sign in to comment.