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

Update delete index for edge case in _create_imgs_matrix #26

Closed ethanmann closed 2 years ago

ethanmann commented 2 years ago

The edge case shown here might cause Issue #25

This fix might not be the appropriate behavior when type(img) != np.ndarray but I thought it might help!