Giter Club home page Giter Club logo

Comments (6)

matlabbe avatar matlabbe commented on May 24, 2024 1

Here some options:

  • Kp/MaxFeatures: 1500 is high, default is 500. You can fix your current database with:

    rtabmap-reprocess --Kp/MaxFeatures 500 input.db output.db
    
  • You can try Kp/ByteToFloat: true to save some RAM.

  • At the other extreme, we can use a fixed dictionary with less words (<1M): #942 (comment)

from rtabmap.

alexk1976 avatar alexk1976 commented on May 24, 2024

Also waiting for this critical feature. Cannot load full vocabulary due to huge memory needs to allocate and dont manage to get same accuracy while activating WM/LTM.

from rtabmap.

hellovuong avatar hellovuong commented on May 24, 2024

@alexk1976 You can try to use kp/NNStrategy to 0 or 2. It doesn't need to uncompress the descriptor from bin to float to build vocabulary, this saves 50% of memory usage, and it goes with the reduced perform of Near Neighbor search of course. However, the need of this feature is still necessary.

from rtabmap.

hellovuong avatar hellovuong commented on May 24, 2024

Thank you!

from rtabmap.

alexk1976 avatar alexk1976 commented on May 24, 2024

i dont think it's a real solution..a bit bigger area like we have and its impossible to load dictionary even when we set MaxFeatures=500. If we dont use FlanTree - have performance issues. Fixed dictionary - gives worse accuracy. We need a way to load full graph and only part of the dictionary

from rtabmap.

matlabbe avatar matlabbe commented on May 24, 2024

@alexk1976 Agreed, it is kinda included in that other issue #1201 .

from rtabmap.

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.