Skip to content

the combination of facial recognition and tracking to realize the high accurate face tracking

Notifications You must be signed in to change notification settings

Ageneinair/Real-time-Face-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real-time Face Tracker

This repository is the implementation of face detection and pattern track to realize realtime face tracking with high FPS. I took opconty's work as a reference for the main part of face detection.

Requirements

  • tensorflow
  • keras
  • cv2

Usage

Default using webcam's live stream.

python face_track.py

Or you can use below command to process video.

python face_track.py -v <path-to-video>

Demo Result

About

the combination of facial recognition and tracking to realize the high accurate face tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages