2023-02-17
This commit is contained in:
parent
ee56aaa9dc
commit
db43eb5459
@ -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();
|
||||
|
@ -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",
|
||||
|
@ -143,9 +143,9 @@
|
||||
1000
|
||||
],
|
||||
"RangeFaceConfidence": [
|
||||
0.8,
|
||||
0,
|
||||
0.2,
|
||||
100
|
||||
0.8
|
||||
],
|
||||
"IgnoreRelativePaths": [],
|
||||
"MixedYearRelativePaths": [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user