elisemercury / Duplicate-Image-Finder

difPy - Python package for finding duplicate or similar images within folders
https://difpy.readthedocs.io
MIT License
421 stars 65 forks source link

v2.4 does not detect duplicates well #25

Closed ignacioserna closed 2 years ago

ignacioserna commented 2 years ago

Hi @elisemercury, thank you for your work.

I am seeing that with version 2.4 something has changed so that the duplicate detection no longer works properly. I don't know what it could be. The output format hasn't changed, has it? Is it necessary to adapt our code to the new version?

elisemercury commented 2 years ago

Hi @ignacioserna!

Thanks a lot for noticing and opening the issue! The issue should now be fixed with version v2.4.1. In case the issue should sill persist, please feel free to let me know again by opening an issue. Also, please post any details around your scenario i. e. which difPy parameters are you using, how many files are you searching through, and the error message you are getting.

Regarding your questions: the update to v2.4.x is not necessary, but recommended, as it introduces a wide range of bug fixes and new features including sub-folder search. More information on that can be found here: https://github.com/elisemercury/Duplicate-Image-Finder/releases. The output format indeed has not changed from its previous versions.

Again, thanks a lot!

All the best, Elise