-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Creating my own vocabulary #9
Comments
Use saveToTextFile function in TemplatedVocabulary.h (the one I provide, not the original one). |
Thanks, I'll try that funciton. To properly generate the vocabulary, is it needed to use ORB-features? (or SURF can be used..) Sorry if it is a silly question, I am a beginner in this field. |
You have to use ORB features as long as you continue using them in ORB-SLAM. |
@raulmur i am trying to implement ORB SLAM for underwater images should i make a new vocabulary or the one provided is sufficient.... |
Have a look at this repo for step by step procedure to create your own vocabulary: |
Hi,
I am trying to re-create my own vocabulary file, in order to adapt the ORB-SLAM2 algorithm to the camera streaming in a Gazebo simulation. I use DBow2 to create both the vocabulary file _voc.yml.tgz and the _db.yml.tgz.
However, the ORB-SLAM2 algorithm requires a *.txt vocabulary file (that is suppose to be ¿serialized?).
¿How can I generate the *.txt from the files I have mentioned?
Thanks
The text was updated successfully, but these errors were encountered: