2023-02-17

This commit is contained in:
Mike Phares 2023-02-17 13:48:41 -07:00
parent ee56aaa9dc
commit db43eb5459
3 changed files with 15 additions and 14 deletions

View File

@ -297,7 +297,9 @@ public partial class E_Distance
string debugMessage = $"{_Debug.Count - debug.Length} - {debug.Min()} - {_Debug.Max()}"; string debugMessage = $"{_Debug.Count - debug.Length} - {debug.Min()} - {_Debug.Max()}";
_Log.Info(debugMessage); _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!"); throw new NotImplementedException("Restart!");
_Debug.Clear(); _Debug.Clear();
_Moved.Clear(); _Moved.Clear();

View File

@ -14,7 +14,8 @@
"DeletePossibleDuplicates": true, "DeletePossibleDuplicates": true,
"DistanceRenameToMatch": true, "DistanceRenameToMatch": true,
"DistanceMoveUnableToMatch": true, "DistanceMoveUnableToMatch": true,
"PersonCharacters": "!#]^_`~+", "xFaceDistanceHiddenImageFactor": 2,
"FaceDistanceHiddenImageFactor": 3,
"PersonCharactersCopyCount": 0, "PersonCharactersCopyCount": 0,
"xPersonCharactersCopyCount": 2, "xPersonCharactersCopyCount": 2,
"xRootDirectory": "D:/Tmp/phares/Pictures", "xRootDirectory": "D:/Tmp/phares/Pictures",
@ -38,23 +39,23 @@
"PropertyContentCollectionFiles": [], "PropertyContentCollectionFiles": [],
"RangeDaysDeltaTolerance": [ "RangeDaysDeltaTolerance": [
0, 0,
4100, 4000,
123456 7300
], ],
"RangeDistanceTolerance": [ "RangeDistanceTolerance": [
0, 0,
0.6, 0.4,
0.6 1.2
], ],
"RangeFaceAreaPermilleTolerance": [ "RangeFaceAreaPermilleTolerance": [
0, 0,
3, 1,
1000 1000
], ],
"RangeFaceConfidence": [ "RangeFaceConfidence": [
0.8, 0,
0.2, 0.2,
100 1.6
], ],
"SaveFaceDistancesForOutputResolutions": [ "SaveFaceDistancesForOutputResolutions": [
"Original" "Original"
@ -62,9 +63,7 @@
"SaveFaceLandmarkForOutputResolutions": [], "SaveFaceLandmarkForOutputResolutions": [],
"SaveFilteredOriginalImagesFromJLinksForOutputResolutions": [], "SaveFilteredOriginalImagesFromJLinksForOutputResolutions": [],
"SaveMappedForOutputResolutions": [], "SaveMappedForOutputResolutions": [],
"SaveRandomForOutputResolutions": [ "SaveRandomForOutputResolutions": [],
"Original"
],
"SaveShortcutsForOutputResolutions": [], "SaveShortcutsForOutputResolutions": [],
"IgnoreRelativePaths": [ "IgnoreRelativePaths": [
"3757 W Whitman 2017", "3757 W Whitman 2017",

View File

@ -143,9 +143,9 @@
1000 1000
], ],
"RangeFaceConfidence": [ "RangeFaceConfidence": [
0.8, 0,
0.2, 0.2,
100 0.8
], ],
"IgnoreRelativePaths": [], "IgnoreRelativePaths": [],
"MixedYearRelativePaths": [], "MixedYearRelativePaths": [],