Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(detected_object_validation): rework parameters #7750

Merged
Prev Previous commit
Next Next commit
refactor(detected_object_validation): rework parameters
Signed-off-by: batuhanbeytekin <batuhanbeytekin@gmail.com>
Signed-off-by: Batuhan Beytekin <batuhanbeytekin@gmail.com>
  • Loading branch information
batuhanbeytekin committed Sep 20, 2024
commit c47646f59a105c4635e319664bb451930899d626
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"properties": {
"UNKNOWN": {
"type": "boolean",
"default": true,
"default": false,
"description": "If true, unknown objects are filtered."
},
"CAR": {
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"properties": {
"UNKNOWN": {
"type": "boolean",
"default": true,
"default": false,
"description": "If true, unknown objects are filtered."
},
"CAR": {