Skip to content

vuhungtvt2018/Face-recongnition-based-on-Yunet-and-Facenet-Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Face Tracking

Setup environment

python3 -m venv venv
source venv/bin/activate
pip install -U pip wheel setuptools
pip install -r requirements.txt

Start project

source venv/bin/activate
python main.py

Describe

face detection using Yunet
face recognition in dataset using facenet tensorflow
assign identifier to face when appearing since 2nd time
determine the number of face occurrences

reference

https://github.com/davidsandberg/facenet 
https://docs.opencv.org/4.x/d0/dd4/tutorial_dnn_face.html?msclkid=bbba05a1af3911eca0d1cf4ec0faac6c

About

Demo-Yunet-and-Facenet-Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages