mbudm / fotopia-serverless

An API, storage and face detection for a photo archive web app using serverless framework
21 stars 5 forks source link

Better person aggregation #9

Open mbudm opened 5 years ago

mbudm commented 5 years ago

Currently when bulk uploading around 300 images the person categorisation ends up with multiples of the same person - more if it's a baby/child.

I think there may be a clever way to use the face matches of all faces in person A to see if there is a certain level of similarity to the face matches of all faces in person B.

This could be a cron job lambda. It could prompt the user to merge people or if above a certain confidence level, do it automagically in the background.

mbudm commented 4 years ago

I looked into using graph database - this will work but the easy option Neptune DB is costly for this project