Created
July 19, 2019 11:43
-
-
Save mdfarragher/b5e8499a46f1e856dd83dd56d56eeeea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// put each fae in a 128D embedding space | |
// similar faces will be placed close together | |
Console.WriteLine("Recognizing faces..."); | |
var descriptors = dnn.Operator(chips); | |
// the rest of the code goes here... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment