vale46n1 / immich_duplicate_finder

A Comprehensive Solution for Identifying and Managing Duplicate Photos in Immich

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cant delete images

moxli opened this issue · comments

commented

When I click the delete button on a duplicate the duplicate finder restarts and the duplicate is not deleted.

image

When it finishes each time 1045 duplicates are found.

My Settings:
image

There are no log messages displayed after clicking the delete button.

I have been having the same issue and thought I was missing something, but this still could be the same.

commented

I was thinking that I'm going crazy, same thing here. Whatever I do the Index processing restarts and ignores the selected delete.

commented
video.mp4

Thanks for bringing this to my attention. I'll review the current implementation. I'm also planning to refactor the code and integrate a React frontend, which should enhance the functionality and user experience significantly

Just say this is an amazing piece of work and like magic to find all the duplicates, it wasnt that difficult to set up after blasting few a through Linux distros. So thanks for your work so far 🙂

I've addressed the bug and have also made significant improvements to our duplicate management system. I have eliminated the need to recreate the vector database each time by saving duplicate pairs and their similarity scores directly in a local SQLite database. This change not only enhances performance by allowing more efficient loading but also supports dynamic identification of duplicates using customizable minimum and maximum similarity thresholds. These adjustments should greatly improve the system's efficiency and reliability