python - Workaround for FacialRecognizer class for OpenCV 3.1 -
i'm trying recognize faces using eigenfaces algorithm opencv 3.1 , python. have come across facerecognizer class no longer included in 3.1. there workarounds this?
there facereclib package python facial recognizer python 3.x:
compare variety of face recognition algorithms running them on many image databases default protocols. library designed perform fair comparison of face recognition algorithms. contains scripts execute various kinds of face recognition experiments on variety of facial image databases.
and install easy use pip
:
pip install facereclib
Comments
Post a Comment