1
1
Fork 1
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:
oddlama 2024-01-27 22:50:26 +01:00
parent 345198c2ff
commit 530fe6e18c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A

View file

@ -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";