matiasdelellis / facerecognition

Nextcloud app that implement a basic facial recognition system.
GNU Affero General Public License v3.0
510 stars 46 forks source link

Compress descriptor in database #11

Open stalker314314 opened 5 years ago

stalker314314 commented 5 years ago

face_recognition_faces DB table has descriptor column which is plain raw JSON. It contains array of 128 float numbers. We should probably have better representation for this array. We don't do any calculation with it in DB, only in business logic, so it can be compressed better. See also related issue #10.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/64243692-compress-descriptor-in-database?utm_campaign=plugin&utm_content=tracker%2F74944432&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F74944432&utm_medium=issues&utm_source=github).
stalker314314 commented 5 years ago

@matiasdelellis I would remove milestone from this task (e.g. let's go to initial version without it). What do you say?