Skip to content

Facial detection and recognition using FaceRecognitionDotNet

Notifications You must be signed in to change notification settings

TiagoSanti/face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
|                  |    ...
|                  └              
└           

Execution requirements

  • 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