Skip to content

wangguojim/face-recognition---ResNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-recognition---ResNet

Use opencv and dlib to construct a face recognition system

install dlib:
pip install dlib==19.6.1

install opencv: pip install opencv-python

down data(http://dlib.net/files/)

dlib_face_recognition_resnet_model_v1.dat.bz2
mmod_human_face_detector.dat.bz2
shape_predictor_68_face_landmarks.dat.bz2

About

Use opencv and dlib to construct a face recognition system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages