Hi, I am working on jetson nano and working on facial recognition while executing the codes I’m facing problem with attribute error :
File “/usr/lib/python3.6/tkinter/init.py”, line 1705, in call
return self.func(*args)
File “file_name.py”, line 235, in TrackImages
recognizer = cv2.face.createLBPHFaceRecognizer()#cv2.createLBPHFaceRecognizer()
AttributeError: module ‘cv2’ has no attribute ‘face’
I have also tried to install open-cv contrib but not able to successfully install using this command: