Skip to content

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

Contributors

Languages