ctengel / facelookup

Augment a stateless-ish facial recognition system with more human-augmented association data
GNU General Public License v3.0
0 stars 0 forks source link

Reverse lookup #16

Open ctengel opened 3 years ago

ctengel commented 3 years ago

Instead of having to do a search on every face, can we look for faces which already found this one as similar? When those matches are stored can they be stored on the foreign face?

Could we also look at strong groupings. IE: all these faces have very high correlations with each other.

All of this comes down to costs: -Rekog -Dynamo/storing reverse tables also (and fwd for that matter) -compute of going through memory, and/or addl complex dynamo queries.