After testing E_Distance.SaveGroupedFaceEncodings

This commit is contained in:
2022-08-07 12:29:46 -07:00
parent 2158b4cfc2
commit daf5f428b9
57 changed files with 2626 additions and 660 deletions

11
.vscode/settings.json vendored
View File

@ -1,23 +1,32 @@
{
"cSpell.words": [
"appsettings",
"Argb",
"ASPNETCORE",
"Barrick",
"bcdfghjklmnpqrstvwxyz",
"Beichler",
"Bohdi",
"cref",
"CUDA",
"Dlib",
"Exif",
"Getα",
"Greyscale",
"mmod",
"nosj",
"paramref",
"Phares",
"resnet",
"Serilog",
"Subfile",
"Subfiles",
"Unmanaged",
"Upsample",
"Vericruz"
],
"cSpell.enabled": true
"cSpell.enabled": true,
"files.exclude": {
"**/.git": false
},
}