idealo / imagededup

😎 Finding duplicate images made easy!

Home Page:https://idealo.github.io/imagededup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find duplicates across 2 sets of images

jmayank23 opened this issue · comments

Is there a way I can check one directory of images with another directory of images for duplicates?
i.e. I do not want to check for duplicates within the same directory

Yeah You can check one by one by secifying a directory

You could generate encodings for each directory using encode_images method, then concatenate the resulting encoding dictionaries, then pass this dictionary to theencoding_map parameter of the find_duplicates method. Of course, this would find duplicates within the same directory too, but you could easily filter it out from the result.