Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How would I go about Saving of a Trained Model of a Person's Set of Face Images to an SQL RDBMs Database?

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?")

How would I go about Saving of a Trained Model of a Person's Set of Face Images to an SQL RDBMs Database?

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?")

How would I go about Saving of a Trained Model of a Person's Set of Face Images to an SQL RDBMs Database?

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?")