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

[QUESTION] Comparing to thousands of images #38

Closed
filipemansano opened this issue Aug 28, 2020 · 1 comment
Closed

[QUESTION] Comparing to thousands of images #38

filipemansano opened this issue Aug 28, 2020 · 1 comment

Comments

@filipemansano
Copy link

I have a question, it is not well related to the algorithm itself, but how to best way use it in a specific scenario.

the algorithm worked very well when comparing 2 images, images that represent the same scenario regardless of angle, rotation, color, size ... the match was found successfully.

I am using the algorithm to detect duplicate images.

example 2 different images, one photo taken from the side and the other from the front of anyone object, both are different photos, but represent the same object in different positions

the question is: how to use the algorithm to compare an image against a database with thousands of other images to find a duplicate?

and if that image is not found in the database, it will be added as a new image, in this case I think I could not use BoW, because I would have to train it again with each image added to the database, right?

@JiawangBian
Copy link
Owner

  1. Traditional feature matching can only match similar patterns, so that the side and the frount of an object could not be matched.

  2. you problem is called image retrieival. I think you may try recent deep learning based approaches, if images in the database are like 'side-front' cases.

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