I am working on a face recognition program using cv2.createLBPHFaceRecognizer() on python given at: http://hanzratech.in/2015/02/03/face-recognition-using-opencv.html
I am able to add new faces in database however, I want to save the trained data in a file so that i don't have to retrain same database how could i do so.