You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the help in the end I left it this way
IEnumerable encodingB = fr.FaceEncodings(imageB).ToArray();
and it worked =)
And I also tried your suggestion and it worked.
Hello
I try to do facial recognition with this example
https://github.com/takuya-takeuchi/FaceRecognitionDotNet/wiki/Quickstart#1-initialize
but I get an error when compiling in visual studio
Argument 2: cannot be converted from 'FaceRecognitionDotNet.Location' a 'System.Collections.Generic.IEnumerable<FaceRecognitionDotNet.Location>'
in this line
IEnumerable encodingA = FaceRecognition.FaceEncodings(imageA, locationsA.First());
I am missing some nuget package
Originally posted by @Gaara1996 in #187 (comment)
The text was updated successfully, but these errors were encountered: