DiffusionToolkit icon indicating copy to clipboard operation
DiffusionToolkit copied to clipboard

Proposed Feature: Find similar images

Open RupertAvery opened this issue 2 years ago • 2 comments

This will be a bit more complex. Find an algorithm that can break down an image into smaller data that can be used to compare against all other images (fast enough) for similarity.

Is this useful?

RupertAvery avatar Dec 14 '22 15:12 RupertAvery

THIS!!!! Would be freaking awesome.

Would a face detection maybe be simpler for a starter? Maybe there are more algorithms out there for face only instead of all kinds of images.

Eleksar387 avatar Jan 13 '23 10:01 Eleksar387

Fuzzy matching or something similar for images. Seems that image matching is the topic.

Did a quick search, one finding from image matching topic: https://github.com/GrumpyZhou/image-matching-toolbox

Automaticism avatar Feb 10 '23 08:02 Automaticism