Skip to content

Commit

Permalink
refactor(detected_object_validation): rework parameters
Browse files Browse the repository at this point in the history
Signed-off-by: batuhanbeytekin <[email protected]>
  • Loading branch information
batuhanbeytekin committed Aug 16, 2024
1 parent 8763eab commit 87c26bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"properties": {
"UNKNOWN": {
"type": "boolean",
"default": true,
"default": false,
"description": "If true, unknown objects are filtered."
},
"CAR": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"properties": {
"UNKNOWN": {
"type": "boolean",
"default": true,
"default": false,
"description": "If true, unknown objects are filtered."
},
"CAR": {
Expand Down

0 comments on commit 87c26bc

Please sign in to comment.