tanay-bits / cvlib

Implementation of a few computer vision algorithms
15 stars 24 forks source link

Error on training #5

Open martadavma opened 6 years ago

martadavma commented 6 years ago

File "face_train_eigen.py", line 104, in trainer = TrainEigenFaces() File "face_train_eigen.py", line 19, in init self.model = cv2.createEigenFaceRecognizer() AttributeError: 'module' object has no attribute 'createEigenFaceRecognizer'

Which cv2 version do I need? I have version 3.4.0 and this error comes out

dsh819 commented 4 years ago

Did you find the solution for this error, I am also facing the same problem