Facial detection and recognition using FaceRecognitionDotNet
Use this project representation below as a reference for directory instructions.
FaceRecognition
β Program.cs
β Person.cs
β obj
| ...
| bin
| ββββ Debug
β Release
β x64
β ββββ Release
β Debug
β ββββ net6.0
β ββββ models
β | data
| | ββββ encodings
| | | ββββ known
| | | ββββ <target_people_directory>
| | | ββββ <target_person_encodings>
| | ββββ images
| | ββββ known
| | ββββ <target_people_directory>
| | ββββ <target_person_images>
| | ...
| β
β
- DLLs DlibDotNet.dll, DlibDotNet.Native.dll and DlibDotNet.Dnn.dll
.\bin\x64\<your solution>\ - Execute in x64 solution platform
- Models located in
.\bin\x64\<your solution>\models - Restore NuGet packages