forked from mirrors_public/oddlama_nix-config
feat: immich adjust facial recognition thresholds
This commit is contained in:
parent
345198c2ff
commit
530fe6e18c
1 changed files with 3 additions and 3 deletions
|
@ -61,9 +61,9 @@
|
|||
enabled = true;
|
||||
facialRecognition = {
|
||||
enabled = true;
|
||||
maxDistance = 0.6;
|
||||
minFaces = 3;
|
||||
minScore = 0.7;
|
||||
maxDistance = 0.45;
|
||||
minFaces = 2;
|
||||
minScore = 0.65;
|
||||
modelName = "buffalo_l";
|
||||
};
|
||||
url = "http://${ipImmichMachineLearning}:3003";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue