Skip to content

trygvea/face-recognition-dlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face recognition using dlib

Credits

This code started out as as a cut and paste from the following sources:

Installation

Run

  • Get hold of some images of people you want to recognize. One file per person will do. Name the file after the person.
  • Configure faces_folder_path in source. Run with python3.

Sample

Trygve og Einar

Experiments

See folder experiments. In chronological order:

  • _raw: first attempt
  • _dual: uses both opencv and dlib face-detection
  • _faster: A relatively fast implementation using opencv for face detection (and dlib for face recognition)
  • _refactor: Last attempt to tidy up

About

Face recognition using dlib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages