C
C#16mo ago
VRose

❔ Storing & retrieving face encodings to compare

What's the best way to store face encodings (an array of size 128 and type float64) in a database and then retrieve it? I tried encoding it to a BLOB but then when I use
Select id from users where faceEncoding = @encoding
Select id from users where faceEncoding = @encoding
but it still doesn't return anything although I'm getting the face encoding of the same person that's registered in the SQL database
1 Reply
Accord
Accord16mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.