idealo / imagededup

😎 Finding duplicate images made easy!
https://idealo.github.io/imagededup/
Apache License 2.0
5.18k stars 459 forks source link

Expand image_dir to being to read recursively #127

Closed georgeblck closed 3 years ago

georgeblck commented 3 years ago

Thank you for this nice package.

As a future enhancement, it would be useful to make encode_images(image_dir='path/to/file') able to read images recursively. E.g. if the original path contains multiple folders that each contain images.

Or is this already implemented?

tanujjain commented 3 years ago

PR #104 is currently underway to address this. We plan to release it in the next few days (several other methods like find_duplicates and find_duplicates_to_remove will also have this functionality). Closing the issue.