Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for a minimal reproducible example of tabluated results. #10

Open
CodeByHarri opened this issue Feb 12, 2024 · 4 comments
Open

Comments

@CodeByHarri
Copy link

Can a minimal reproducible example be provided where undouble is used where:

input: a folder path of images, path of image we care about
output: a table / pandas dataframe with the name of all the images in the folder path where ranked by most similar to least similar.

@erdogant
Copy link
Owner

Have you tried the documentation pages?

@CodeByHarri
Copy link
Author

https://erdogant.github.io/undouble/pages/html/Examples.html#get-identical-images

my understanding is that model produces a matrix of results against all images in a directory. however, what if i dont care about all the images. i just have 1 image i care about and time is of concern. is there a way to use undouble to look for the most similar images from a given image. without checking every other image in the directory against each other?

sorry if I've misunderstood the code.

@erdogant
Copy link
Owner

erdogant commented Feb 12, 2024

How would you know which of all images is most similar to the input image without checking the distance to every other image?

@CodeByHarri
Copy link
Author

image

My understanding is that undouble creates a matrix of all the images in the given directory. in the above example its [21460x21460], what if i dont want to spend the time and resources computing this marix and instead just want the results for 1 image [1x21460]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants