Skip to content

lucagessi/facerecognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Face recognition using PyTorch and pretrained Inception Res V1

This repo contains face recognition script written with Pytorch. Tha algorithm is based on the pretrained Inception Res V1 model, details here. I also wrote a story on Medium.

The main concept are:

  1. Generates face samples
  2. Load dataset and train only the last linear layer of Inception Res V1
  3. Test model and visualize examples from validations set

About

PyTorch face recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages