Code Monkey home page Code Monkey logo

Comments (2)

SRainGit avatar SRainGit commented on August 27, 2024

Hi, Thanks for sharing. I have some questions regards the pose refinement step. In the paper, you claimed that it is based on ICP and you only use a smaller number of EIPs to reduce the computation cost. In my view, the reason why ICP can achieve highly accurate results is that it uses dense point cloud to build the correspondences, while the initial odometry got by RANSAC is estimated using sparse keypoint correspondences. So I am really confused about this step. How many EIPs you are using for ICP? And have you done some ablation studies on the number of EIPs vs. the error decrease?

Thank you for your time.

Hi! Thanks for your interest in my work and sorry for the part that confuses you. The ablation studies were not shown in the preprint version currently.

The basic solution of using feature-based frame to frame matching to get an initial odometry and using full point clouds of the keyframes to refine the initial odometry will be easy to be understood. In our work, the use of EIPs is to decrease the computation on the refinement.

EIPs are obtained in the spherical ring structured data by picking up valid pixels around the detected interest points (pixels). The parameter ℎ𝐸 is fixed while the number of EIPs various. Because:

  1. the valid pixels surrounding one interest point is not fixed;
  2. sometimes there are overlaps between neighboring areas of interest points.

I hope that explains well.

from cae-lo.

XuyangBai avatar XuyangBai commented on August 27, 2024

Thanks a lot. That makes sense.

from cae-lo.

Related Issues (14)

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.