mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
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;
|
enabled = true;
|
||||||
facialRecognition = {
|
facialRecognition = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
maxDistance = 0.6;
|
maxDistance = 0.45;
|
||||||
minFaces = 3;
|
minFaces = 2;
|
||||||
minScore = 0.7;
|
minScore = 0.65;
|
||||||
modelName = "buffalo_l";
|
modelName = "buffalo_l";
|
||||||
};
|
};
|
||||||
url = "http://${ipImmichMachineLearning}:3003";
|
url = "http://${ipImmichMachineLearning}:3003";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue