Porting Enrollment Database Cluster to Docker
Requirement Visionaire Cluster Version
Export data face known collection from psql table to CSV.
psql table to CSV.1. Access database with psqlcommand
psqlcommandpsql -U nodeflux -d db_iva_security2. Export table face_known_collection to CSV file
face_known_collection to CSV file\copy (select nik as identity_number, name, status, foldername from face_known_collection) To '~/face_enrollment.csv' with CSV3. Backup image face enrollment

b. Copy folder face enrollment

Last updated
Was this helpful?