-
Notifications
You must be signed in to change notification settings - Fork 606
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
New Images #22
Comments
Sure, here is how I would do it:
|
Thanks for the advice, this seems to be similar to your approach from the dev branch for 4Seasons. |
Loc pairs: Would it also be possible to generate the localization pairs for the query and some references image, via similarity in the feature files? Using the descriptors and the scores in a simplified way and storing everything in a Annoy or some other similarity search database? |
DIR provides pretrained models that should generalize well to multiple environments - retraining should not be needed. Alternatively, you could indeed perform image retrieval with local features using something like Bag-of-Words. ASL-Feat has an example. |
Hey,
thanks a lot for the amazing toolbox.
I got the project working on a custom dataset, now my goal would be to use this model and the matches / feature files to localize an new image, that was not part of the original dataset.
Any ideas how to approach this, obviously I get an Object missing error, when just using the previous matches /feature files.
Hope this is not out of scope.
The text was updated successfully, but these errors were encountered: