Giter VIP home page Giter VIP logo

Comments (4)

mp3guy avatar mp3guy commented on May 21, 2024

Use ElasticFusion probably. Kintinuous isn't great for very small loops.

from kintinuous.

roliveiradoteu avatar roliveiradoteu commented on May 21, 2024

Hi Thomas, fantastic work by the way.

I actually tried EF first, but my data consists of long, linear, forward facing trajectories. It didn't work.

Kintinuous seems to do a very good job. Is there anyway of increasing the resolution of the end point cloud , I mean, keep a large volume but end up with a dense cloud.

Cheers

from kintinuous.

mp3guy avatar mp3guy commented on May 21, 2024

The point cloud resolution is a function of the voxel resolution. A larger volume has a lower resolution, so if you ask for more points those points are literally just linear interpolations of the low resolution surface you're sampling. You could not apply the VoxelGrid filter here to get more points https://github.com/mp3guy/Kintinuous/blob/master/src/backend/CloudSliceProcessor.cpp#L119, but that won't do anything about the sparsity. You'd have to write a new function to extract more points from the surface, by modifying the extraction function here https://github.com/mp3guy/Kintinuous/blob/master/src/frontend/cuda/extract.cu#L121.

Also if EF isn't working try increasing the max depth to 6m, use the -ftf parameter and lower the -c threshold.

from kintinuous.

roliveiradoteu avatar roliveiradoteu commented on May 21, 2024

Cheers!

from kintinuous.

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.