mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
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:
parent
bcd416477b
commit
ec32a9e610
4 changed files with 8 additions and 8 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue