Created
July 19, 2019 11:55
-
-
Save mdfarragher/251e0fee4301f7806202845ba2444650 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
| // 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