Simple UI for imagededup #240
S1M0N38
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
Great project. I need this kind of deduplication library in one of my projects. I built on top of imagededup a very simple web UI that lets you choose which image to discard from the duplicates.
The artifact produced by the annotation process is a simple txt file (
.imagededup.txt) where each line is the path to the duplicated images (relative to the processed directory). That way, the user can choose to do whatever he wants with those paths (e.g. remove duplicates).Here is the repo: https://github.com/S1M0N38/imagededup-ui
Beta Was this translation helpful? Give feedback.
All reactions