Skip to content

Instantly share code, notes, and snippets.

@mdfarragher
Created July 19, 2019 11:55
Show Gist options
  • Select an option

  • Save mdfarragher/251e0fee4301f7806202845ba2444650 to your computer and use it in GitHub Desktop.

Select an option

Save mdfarragher/251e0fee4301f7806202845ba2444650 to your computer and use it in GitHub Desktop.
// use the chinese whispers algorithm to find all face clusters
Dlib.ChineseWhispers(edges, 100, out var clusters, out var labels);
Console.WriteLine($" Found {clusters} unique person(s) in the image");
// 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