diff --git a/Distance/Models/_E_Distance.cs b/Distance/Models/_E_Distance.cs index 49894ad..e61c9e4 100644 --- a/Distance/Models/_E_Distance.cs +++ b/Distance/Models/_E_Distance.cs @@ -297,7 +297,9 @@ public partial class E_Distance string debugMessage = $"{_Debug.Count - debug.Length} - {debug.Min()} - {_Debug.Max()}"; _Log.Info(debugMessage); } - if (_Moved.Any() || _Renamed.Any() || _DuplicateMappedFaceFiles.Any()) + if (_DuplicateMappedFaceFiles.Any()) + _Log.Info($"Renamed {_DuplicateMappedFaceFiles.Count} to *.dup file(s)"); + if (_Moved.Any() || _Renamed.Any()) throw new NotImplementedException("Restart!"); _Debug.Clear(); _Moved.Clear(); diff --git a/Instance/appsettings.Development.json b/Instance/appsettings.Development.json index 9210594..99938f1 100644 --- a/Instance/appsettings.Development.json +++ b/Instance/appsettings.Development.json @@ -14,7 +14,8 @@ "DeletePossibleDuplicates": true, "DistanceRenameToMatch": true, "DistanceMoveUnableToMatch": true, - "PersonCharacters": "!#]^_`~+", + "xFaceDistanceHiddenImageFactor": 2, + "FaceDistanceHiddenImageFactor": 3, "PersonCharactersCopyCount": 0, "xPersonCharactersCopyCount": 2, "xRootDirectory": "D:/Tmp/phares/Pictures", @@ -38,23 +39,23 @@ "PropertyContentCollectionFiles": [], "RangeDaysDeltaTolerance": [ 0, - 4100, - 123456 + 4000, + 7300 ], "RangeDistanceTolerance": [ 0, - 0.6, - 0.6 + 0.4, + 1.2 ], "RangeFaceAreaPermilleTolerance": [ 0, - 3, + 1, 1000 ], "RangeFaceConfidence": [ - 0.8, + 0, 0.2, - 100 + 1.6 ], "SaveFaceDistancesForOutputResolutions": [ "Original" @@ -62,9 +63,7 @@ "SaveFaceLandmarkForOutputResolutions": [], "SaveFilteredOriginalImagesFromJLinksForOutputResolutions": [], "SaveMappedForOutputResolutions": [], - "SaveRandomForOutputResolutions": [ - "Original" - ], + "SaveRandomForOutputResolutions": [], "SaveShortcutsForOutputResolutions": [], "IgnoreRelativePaths": [ "3757 W Whitman 2017", diff --git a/Instance/appsettings.json b/Instance/appsettings.json index 93f488d..d902eb2 100644 --- a/Instance/appsettings.json +++ b/Instance/appsettings.json @@ -143,9 +143,9 @@ 1000 ], "RangeFaceConfidence": [ - 0.8, + 0, 0.2, - 100 + 0.8 ], "IgnoreRelativePaths": [], "MixedYearRelativePaths": [],