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()}";
_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();

View File

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

View File

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