mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 16:56:46 +01:00
set minScore correctly
This commit is contained in:
parent
f29fb1655a
commit
d554630534
1 changed files with 1 additions and 1 deletions
|
@ -74,10 +74,10 @@ class RecognitionFormDataLoadTest(InferenceLoadTest):
|
|||
"facial-recognition": {
|
||||
"recognition": {
|
||||
"modelName": self.environment.parsed_options.face_model,
|
||||
"options": {"minScore": self.environment.parsed_options.face_min_score},
|
||||
},
|
||||
"detection": {
|
||||
"modelName": self.environment.parsed_options.face_model,
|
||||
"options": {"minScore": self.environment.parsed_options.face_min_score},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue