Skip to content

sksq96/cnn-face-recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facial Key-points Detection & Recognition

Detection and recognition of Human Faces in context of group-video conferencing, recording meetings, class-activities. Used for the purpose of automating the attendance process.

Overview

This repository contains:

  • Face dectection via Viola-Jones and HOG.
  • Face representation learning using pre-trained Openface models.
  • Face recognition and clustering using DBSCAN.
  • t-SNE visualization of face representation vectors.

Usage

Refer to code for individual usage.

References