Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created July 19, 2019 11:43
Show Gist options
  • Save mdfarragher/b5e8499a46f1e856dd83dd56d56eeeea to your computer and use it in GitHub Desktop.
Save mdfarragher/b5e8499a46f1e856dd83dd56d56eeeea to your computer and use it in GitHub Desktop.
// 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