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

Information about the example vocabulary #40

Open
decamargo10 opened this issue Mar 8, 2022 · 4 comments
Open

Information about the example vocabulary #40

decamargo10 opened this issue Mar 8, 2022 · 4 comments

Comments

@decamargo10
Copy link

decamargo10 commented Mar 8, 2022

Hello @rmsalinas @shinsumicco ,
When creating my own vocabulary I noticed that the weight of all nodes is the same (1) and that creating a BoW vector just counts the number of appearances (no tf or idf).
Using the data set the example vocab is apparently based on (Bovisa_2008-09-01) and taking a closer look at the resulting BoW Vectors, I tried to replicate the performance of the example vocab but was not able to get similar results For the vocabulary given in the vocabularies folder there seems to be some kind of weighting included.

For this reason, I wanted to ask how the example vocabulary was created (e.g. using fbow or by converting some existing vocab into fbow format) and what kind of weighting technique was used.
Adding this information would be helpful for anyone wanting to build their own vocabularies.

Information that would be helpful:

  • Which tool was used to create the vocabulary (fbow, dbow2/3, something else?)
  • Which image data set has been used and what was its resolution?
  • Have all images of this dataset been used or e.g. only every nth image?
  • How many keypoints have been extracted per image (500, 2000?)
  • How was the vocabulary size of K10L6 determined? Is there a good approach to come up with a well-suited vocabulary size?
  • Which weighting technique was used to give the words different weights?

Thank you very much in advance!

@decamargo10 decamargo10 changed the title Inormation about the example vocabulary Information about the example vocabulary Mar 8, 2022
@decamargo10
Copy link
Author

Is there anybody who has any information on this? It would help me a lot to create a more specialized vocabulary and to better understand the performance of the given one.

@AiYoWeiYL
Copy link

I have the same problem. I don't know how to set scoring and weighting when creating the dictionary. Have you tried to solve the problem with DBow3?I always get errors when I use DBow3 to calculate the vocabulary of floating point descriptors.

@fightmoney
Copy link

@decamargo10 Have you solved the problem? I have the same questions with you!!!!

@fightmoney
Copy link

@AiYoWeiYL Have you solved the problem? I have the same questions with you!!!!

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

3 participants