meu codigo:
modelo_eingenfaces = cv2.face.EigenFaceRecognizer_create()
modelo_eingenfaces.train(dados_treinamento, sujeitos)
erro:
module 'cv2' has no attribute 'face'
Vi em outra duvida no forum que é só instalar o pacote opencv-contrib-python mas usando o pip da o seguinte erro
ERROR: Could not install packages due to an OSError: [WinError 5] Acesso negado: 'C:\\Users\\vinye\\AppData\\Local\\Packages\\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\\LocalCache\\local-packages\\Python39\\site-packages\\cv2\\cv2.pyd'
Check the permissions.