Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compress descriptor in database #11

Open
stalker314314 opened this issue Oct 3, 2018 · 1 comment
Open

Compress descriptor in database #11

stalker314314 opened this issue Oct 3, 2018 · 1 comment

Comments

@stalker314314
Copy link
Collaborator

stalker314314 commented Oct 3, 2018

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! We accept bounties via Bountysource.

@stalker314314
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant