GithubHelp home page GithubHelp logo

Comments (7)

raulmur avatar raulmur commented on August 15, 2024

Hi,
Maybe the system runs out of memory and the OS kills the process. Can you check the memory consumption when you are running the application? How much RAM do you have in the MAV?

from orb_slam.

MarcGyongyosi avatar MarcGyongyosi commented on August 15, 2024

Hi thanks for getting back. I will check the memory consumption during runtime when i get back to the lab later today. I certainly know that I have 2Gb RAM onboard.

from orb_slam.

raulmur avatar raulmur commented on August 15, 2024

Ok, 2Gb is extremely little RAM for ORB-SLAM. The current way to load the ORB vocabulary through cv::FileStorage requieres a bit less than 2Gb (this could be done much more efficiently, but it would requiere you to modify the save/load vocabulary functions of DBoW2). Another option is to use a smaller vocabulary ( 5 levels and10 nodes per level, should work fine as well, currently we are using 6 levels).

from orb_slam.

MarcGyongyosi avatar MarcGyongyosi commented on August 15, 2024

Ok thanks, I created a smaller vocabulary and it seems to do better now - it's been running for about 7 minutes so far, no problem yet! I was wondering if you could elaborate on what you consider a "large" set of images (as you write in the paper). What number of images do you recommend for a fixed indoor environment? And do you recommend those pictures only be taken in the respective indoor environment or does including pictures from other places improve tracking accuracy?

Thanks!

Marc

from orb_slam.

raulmur avatar raulmur commented on August 15, 2024

Check the new update of the code. We load the vocabulary in a more efficient way and now it requires only about 350Mb.

from orb_slam.

MarcGyongyosi avatar MarcGyongyosi commented on August 15, 2024

I will check this out next week, just got back from vacation. Thanks for publishing the modification!

from orb_slam.

MarcGyongyosi avatar MarcGyongyosi commented on August 15, 2024

yes, it works much better now. Thanks for making this fix available!

from orb_slam.

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.