I am following (https://medium.com/@ageitgey/machine-learning-is-fun-part-4-modern-face-recognition-with-deep-learning-c3cffc121d78) to make a face recognition. I am on step 2 i.e. finding landmarks and affine transformation. Error message is
align = openface.AlignDlib(args.dlibFacePredictor)
AttributeError: module 'openface' has no attribute 'AlignDlib'
Also, share how to find embedding from the face using openface in python3.6 Is this issue because of python3.x?