I would like to know the best way of saving the face images of a person to an SQL database after training a model of the person's face images.
Would it be OK to serialize the person_images.yml file and save it as field value in a SQL relation or is there a way I can get it as a string, byte array and save it to SQL relation in a RDBMs database?
I am using OpenCv with Java and this is the function I am looking at FaceRecognizer.save("person_images.yml") to FaceRecognizer.save("how_can_I save_this_to_SQL_Database?")