226 lines
6.3 KiB
JSON
226 lines
6.3 KiB
JSON
{
|
|
"Company": "Mike Phares",
|
|
"Linux": {},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Log4netProvider": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"MaxDegreeOfParallelism": 12,
|
|
"Serilog": {
|
|
"Using": [
|
|
"Serilog.Sinks.Console",
|
|
"Serilog.Sinks.File"
|
|
],
|
|
"MinimumLevel": "Debug",
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Debug",
|
|
"Args": {
|
|
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}"
|
|
}
|
|
},
|
|
{
|
|
"Name": "Console",
|
|
"Args": {
|
|
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}"
|
|
}
|
|
},
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": "%workingDirectory% - Log/log-.txt",
|
|
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level}] ({SourceContext}.{MethodName}) ({InstanceId}) ({RemoteIpAddress}) {Message}{NewLine}{Exception}",
|
|
"rollingInterval": "Hour"
|
|
}
|
|
}
|
|
],
|
|
"Enrich": [
|
|
"FromLogContext",
|
|
"WithMachineName",
|
|
"WithThreadId"
|
|
],
|
|
"Properties": {
|
|
"Application": "Sample"
|
|
}
|
|
},
|
|
"WorkingDirectoryName": "PharesApps",
|
|
"Windows": {
|
|
"Configuration": {
|
|
"CheckDFaceAndUpWriteDates": false,
|
|
"CheckJsonForDistanceResults": false,
|
|
"CrossDirectoryMaxItemsInDistanceCollection": 7,
|
|
"DateGroup": "DateGroup",
|
|
"DeletePossibleDuplicates": false,
|
|
"DistanceFactor": 8,
|
|
"DistanceMoveUnableToMatch": false,
|
|
"DistancePixelDistanceTolerance": 1,
|
|
"DistanceRenameToMatch": false,
|
|
"FaceAreaPermyriad": 10000,
|
|
"FaceDistanceHiddenImageFactor": 2,
|
|
"FaceConfidencePercent": 100,
|
|
"FaceDistancePermyriad": 10000,
|
|
"FileNameDirectorySeparator": ".Z.",
|
|
"ForceFaceLastWriteTimeToCreationTime": false,
|
|
"ForceMetadataLastWriteTimeToCreationTime": false,
|
|
"ForcePropertyLastWriteTimeToCreationTime": false,
|
|
"ForceResizeLastWriteTimeToCreationTime": false,
|
|
"FocusDirectory": "",
|
|
"FocusModel": "",
|
|
"GenealogicalDataCommunicationFile": "",
|
|
"LocationDigits": 9,
|
|
"LocationFactor": 10000,
|
|
"MappingDefaultName": "John Doe~25",
|
|
"MappingUseDeterministicHashCodeUnknownFaceKeyValuePairsForAddToMapping": false,
|
|
"MappingUseDeterministicHashCodeUnknownFaceKeyValuePairsForSaveMapping": false,
|
|
"MaxImagesInDirectoryForTopLevelFirstPass": 10,
|
|
"ModelDirectory": "C:/GitHub/dlib-models",
|
|
"ModelName": "Hog",
|
|
"NumberOfJitters": 0,
|
|
"NumberOfTimesToUpsample": 0,
|
|
"OutputExtension": ".jpg",
|
|
"OutputQuality": 95,
|
|
"OverrideForFaceImages": false,
|
|
"OverrideForFaceLandmarkImages": false,
|
|
"OverrideForResizeImages": false,
|
|
"Pattern": "[^ABCDEFGHIJKLMNOPQRSTUVWXYZbcdfghjklmnpqrstvwxyz0-9]",
|
|
"PersonBirthdayFirstYear": 1500,
|
|
"PersonBirthdayFormat": "yyyy-MM-dd_HH",
|
|
"PersonCharacters": "!#%]^_`~+=",
|
|
"PersonCharactersCopyCount": 0,
|
|
"PersonKeyFormat": "yyyy-MM-dd_HH",
|
|
"PopulatePropertyId": true,
|
|
"PredictorModelName": "Large",
|
|
"PropertiesChangedForDistance": false,
|
|
"PropertiesChangedForFaces": false,
|
|
"PropertiesChangedForIndex": false,
|
|
"PropertiesChangedForMetadata": false,
|
|
"PropertiesChangedForProperty": false,
|
|
"PropertiesChangedForResize": false,
|
|
"ResultAllInOne": "_ _ _",
|
|
"ResultCollection": "[]",
|
|
"ResultContent": "()",
|
|
"ResultSingleton": "{}",
|
|
"Reverse": false,
|
|
"RootDirectory": "D:/Images",
|
|
"SaveIndividually": false,
|
|
"SaveFullYearOfRandomFiles": true,
|
|
"SaveResizedSubFiles": true,
|
|
"SaveSortingWithoutPerson": false,
|
|
"SkipOlderThanDays": null,
|
|
"SkipSearch": false,
|
|
"SortingMaximumPerFaceShouldBeHigh": 3000,
|
|
"SortingMaximumPerKey": 7,
|
|
"SortingMinimumToUseSigma": 10,
|
|
"TestDistanceResults": true,
|
|
"UseFilterTries": 0,
|
|
"WriteBitmapDataBytes": false,
|
|
"CopyFacesAndSaveFaceLandmarkForOutputResolutions": [],
|
|
"IgnoreExtensions": [
|
|
".gif",
|
|
".GIF",
|
|
".json",
|
|
".JOSN",
|
|
".txt",
|
|
".TXT",
|
|
".ico",
|
|
".ICO"
|
|
],
|
|
"JLinks": [],
|
|
"LoadOrCreateThenSaveDistanceResultsForOutputResolutions": [],
|
|
"LoadOrCreateThenSaveImageFacesResultsForOutputResolutions": [],
|
|
"OutputResolutions": [],
|
|
"PropertyContentCollectionFiles": [],
|
|
"RangeDaysDeltaTolerance": [
|
|
0,
|
|
700,
|
|
123456
|
|
],
|
|
"RangeDistanceTolerance": [
|
|
0,
|
|
0.4,
|
|
0.6
|
|
],
|
|
"RangeFaceAreaTolerance": [
|
|
0,
|
|
0.001,
|
|
1
|
|
],
|
|
"RangeFaceConfidence": [
|
|
0,
|
|
0.2,
|
|
0.8
|
|
],
|
|
"IgnoreRelativePaths": [],
|
|
"MixedYearRelativePaths": [],
|
|
"SaveFaceDistancesForOutputResolutions": [],
|
|
"SaveFaceLandmarkForOutputResolutions": [],
|
|
"SaveFilteredOriginalImagesFromJLinksForOutputResolutions": [],
|
|
"SaveMappedForOutputResolutions": [],
|
|
"SaveRandomForOutputResolutions": [],
|
|
"SaveShortcutsForOutputResolutions": [],
|
|
"SkipNotSkipDirectories": [],
|
|
"VerifyToSeason": [],
|
|
"ValidImageFormatExtensions": [
|
|
".bmp",
|
|
".BMP",
|
|
".gif",
|
|
".GIF",
|
|
".jpeg",
|
|
".JPEG",
|
|
".jpg",
|
|
".JPG",
|
|
".png",
|
|
".PNG",
|
|
".tiff",
|
|
".TIFF"
|
|
],
|
|
"ValidMetadataExtensions": [
|
|
".3gp",
|
|
".3GP",
|
|
".avi",
|
|
".AVI",
|
|
".bmp",
|
|
".BMP",
|
|
".gif",
|
|
".GIF",
|
|
".ico",
|
|
".ICO",
|
|
".jpeg",
|
|
".JPEG",
|
|
".jpg",
|
|
".JPG",
|
|
".m4v",
|
|
".M4V",
|
|
".mov",
|
|
".MOV",
|
|
".mp4",
|
|
".MP4",
|
|
".mta",
|
|
".MTA",
|
|
".png",
|
|
".PNG",
|
|
".tiff",
|
|
".TIFF"
|
|
],
|
|
"ValidResolutions": [
|
|
"Original",
|
|
"176 x 176",
|
|
"256 x 256",
|
|
"353 x 353",
|
|
"1024 x 768",
|
|
"1280 x 720",
|
|
"1280 x 800",
|
|
"1376 x 768",
|
|
"1600 x 1200",
|
|
"1920 x 1080",
|
|
"2256 x 1496",
|
|
"3840 x 2160",
|
|
"7680 x 4320"
|
|
]
|
|
}
|
|
}
|
|
} |