Coder Social home page Coder Social logo

Comments (9)

neka-nat avatar neka-nat commented on September 26, 2024

Hi @weisongwen ,

Thank you for the question.
I have not tried these algorithms in SLAM.
I think that some algorithms are not suitable for SLAM.
GMMTree and Filterreg pt2pl seem to be better suited from a computational speed perspective.

from probreg.

weisongwen avatar weisongwen commented on September 26, 2024

Hi @neka-nat

Thanks for your kind reply. Therefore, both the GMMTree and Filterreg pt2pl require Cuda support?

My understanding is that the probreg is more robust against the outlier points compared with the conventional ICP. Kindly please correct me if I am not correct.

Best,
Weisong,

from probreg.

neka-nat avatar neka-nat commented on September 26, 2024

Filterreg and GMMTree don't support CUDA, but Filterreg is a fast algorithm, even on the CPU.
And it is also more robust algorithm than ICP.
If you want to use the CUDA version of Filterreg, you can use the following library:
https://github.com/neka-nat/cupoch
However, it is only available in pt2pt.

from probreg.

drlight-code avatar drlight-code commented on September 26, 2024

The filterreg pt2pl objective (CPU implementation) used on my UAV mapping lidar data works amazingly well and really incredibly fast! This is very impressive. I prefilter the points in a planarity / normal estimation step and use only those points with a sufficiently reliable normal for the registration and apply the transform to the whole point set afterwards. I still have to do the exact timings, but I'm quite sure we should be able to treat our data in realtime with this. We have LiDAR scans of roughly 5000 points that arrive at 10Hz. @neka-nat great work! Is there any possibility that the pt2pl will be ported to cuda or a cpu-side c++ implementation?

from probreg.

weisongwen avatar weisongwen commented on September 26, 2024

Hi @neka-nat , Thanks for your kind reply. I believe that I should look into your paper first before I look into your code :-)

Best,
Weisong,

from probreg.

weisongwen avatar weisongwen commented on September 26, 2024

Hi @neka-nat , Thanks for your kind reply. I believe that I should look into your paper first before I look into your code :-)

Best,
Weisong,

Hi @drlight-code , have you compare the pt2pl with the ICP/LOAM/NDT like algorithms?

Best,
Weisong,

from probreg.

drlight-code avatar drlight-code commented on September 26, 2024

Hi @weisongwen, only with pt2pt ICP for now, which is an order of magnitude slower due to the nearest neighbor lookups.

from probreg.

weisongwen avatar weisongwen commented on September 26, 2024

Hi @drlight-code . Well noted with thanks :-)

from probreg.

neka-nat avatar neka-nat commented on September 26, 2024

Hi @drlight-code ,

A CUDA version of pt2pl will be implemented in cupoch in the future.

from probreg.

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.