This demo shows how to use VGG Face pre-trained model recognize face in one picture, and recognize multi face with Haar Cascades.
- Data\ -all test images and others(model too large can't put on gitgub)
- Program.cs - one face detection
- MultiFace.cs - multiple face detection
More detail please check my blog post [C#] VGG Face CNN descriptor first try and [C#] VGG Face - Multiple face detection / recognition.