Code Monkey home page Code Monkey logo

Comments (4)

fightmoney avatar fightmoney commented on August 9, 2024

Hello,bro!
You have great work which uses TBB on ORB_SLAM3. Do you convert your images to DBow3 vocabulary? How to combine it with ORB_SLAM3?

from fbow.

hellovuong avatar hellovuong commented on August 9, 2024

Hello @fightmoney, Thank you for interesting in it. For sure I will do it soon.

from fbow.

Wallong avatar Wallong commented on August 9, 2024

Hello @hellovuong, I have the same problem, have you found a solution?

from fbow.

ehratjon avatar ehratjon commented on August 9, 2024

Not sure if this is relevant for anyone here, but I'll provide the solution that worked for me for anyone visiting in the future.

If you check the tests folder, you will see a file called dbow2fbow.cpp. This code can be used to convert DBoW to FBoW vocabularies.

So in the CMakeLists file in tests add the executable ADD_EXECUTABLE(dbow2fbow dbow2fbow.cpp dbow2/ScoringObject.cpp dbow2/BowVector.h dbow2/FClass.h dbow2/FeatureVector.h dbow2/FORB.h dbow2/ScoringObject.h dbow2/TemplatedVocabulary.h).

This will lead to some errors of the form

error: ‘struct DBoW2::TemplatedVocabulary<cv::Mat, DBoW2::FORB>::Node’ is protected within this context

I just changed the corresponding protected keywords to public in TemplatedVocabulary.h.
While it might not be best practice it works.

from fbow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.