© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
1 reply
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
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Postman Scripts to Compare Responses
C#CC# / help
14mo ago
❔ compare two dates
C#CC# / help
4y ago
Storing Secrets
C#CC# / help
6mo ago
✅ Storing information
C#CC# / help
13mo ago