Tests project and Resize bug
This commit is contained in:
@ -184,7 +184,7 @@ internal class E_Distance
|
||||
throw new Exception();
|
||||
for (int i = 0; i < filteredPropertyHolderCollection.Length; i++)
|
||||
{
|
||||
fileInfo = filteredPropertyHolderCollection[i].FileInfo;
|
||||
fileInfo = filteredPropertyHolderCollection[i].ImageFileInfo;
|
||||
if (fileInfo is null)
|
||||
continue;
|
||||
fileNameWithoutExtension = Path.GetFileNameWithoutExtension(fileInfo.FullName);
|
||||
@ -223,7 +223,7 @@ internal class E_Distance
|
||||
collectionDescription: "n json file(s) for each face found (one to many)");
|
||||
for (int i = 0; i < filteredPropertyHolderCollection.Length; i++)
|
||||
{
|
||||
fileInfo = filteredPropertyHolderCollection[i].FileInfo;
|
||||
fileInfo = filteredPropertyHolderCollection[i].ImageFileInfo;
|
||||
if (fileInfo is null)
|
||||
continue;
|
||||
fileNameWithoutExtension = Path.GetFileNameWithoutExtension(fileInfo.FullName);
|
||||
|
Reference in New Issue
Block a user