I’ve been playing around with Deepface and using the find
function to compare distance scores of one image vs a library of five images. This takes 10 seconds to run, however I’m wondering how long it would take if it the library it was comparing it to had a million images?
I’d like to keep the runtime down to a minute max. I assume the time to run changes on whether the initial embedding file has been created?