fix: set min values for face detection to reasonable values (#12877)

fix: set min values for face detection to >0
This commit is contained in:
Daniel Dietzler 2024-09-24 04:03:59 +02:00 committed by GitHub
parent bcd416477b
commit ec32a9e610
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -9119,7 +9119,7 @@
"maxDistance": {
"format": "double",
"maximum": 2,
"minimum": 0,
"minimum": 0.1,
"type": "number"
},
"minFaces": {
@ -9129,7 +9129,7 @@
"minScore": {
"format": "double",
"maximum": 1,
"minimum": 0,
"minimum": 0.1,
"type": "number"
},
"modelName": {