-
Notifications
You must be signed in to change notification settings - Fork 143
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
does the vocabulary we should use depend on our data ? #33
Comments
@RashidLadj
Sorry that I'm not sure. Please ask the owner of it.
The answer is YES.
The answer is YES.
The greater |
First of all, thank you very much for your answer, I know very well that you are not the author, but as you used it on OpenVSLAM, I thought to myself that you understood the stakes of BOW quite well, thank you once again. I will do a more advanced test in the week concerning the choice of L and K to fully understand their impact. for the moment I kept the default values for the construction of my own vocabulary with I have a last question if it is possible to answer me, in the case of OpenVSLAM, you used the vocabulary given on FBoW? There is a lot of question like is BOW effective on Equirectangular images for example? |
Hello @rmsalinas @shinsumicco ,
I had to test DBoW2, DBoW3, and FBoW, and I didn't understand something important.
On DBoW2, a demo.cpp code has been provided with a dataset of 4 images, the first step is to retrieve the features, then create the vocabulary with these features, and see the score between each pair of images.
On FBoW, it's a little bit the same, except that a "vocabulary" file with the "Orb" descriptor was provided, so I used it directly to see the correspondence between each pair of images in my dataset which gave me pretty good results, but I also built my own vocabulary with my dataset, and I redid the test on my dataset, I get fairly good results (maybe less good than the first ones), and so my question is:
Thank you kindly for clarifying my ideas a little bit, and thank you for your codes which are very clean, and which will be used by a lot of people
Good luck for the future.
The text was updated successfully, but these errors were encountered: