Giter Club home page Giter Club logo

Comments (3)

marrblue avatar marrblue commented on August 18, 2024

Another question is about the description in Section4.4 Key-scans selection and refinement

Additionally, to improve the efficiency of the refinement process, only rays or LiDAR points within a truncation distance dt based on the point density are included.

It seems that the final key-scans based optimization only consider the region where the lidar points are dense, and this truncation distance dt has nothing to do with the parameter truncation Tr mentioned before in the paper.
I understand right?

from nerf-loam.

JunyuanDeng avatar JunyuanDeng commented on August 18, 2024

Hi, marrblue.

For sampling, we need sample points inside the voxel. As the voxel size changes, we cannot define a specific sampling step, e.g., sampling points with a 0.1 m gap. So the "step size ratio" is used to define the step size: step_size = step_size_ratio * voxel_size. You can consider "step size" as the sampling gap. If you want to know more about the "step size“, you can refer to Algorithm 1 of the paper Neural Sparse Voxel Fields. This is also the sampling strategy we adopt.

For truncation distance $Tr$: We first define the distance from one point to the nearest plane as SDF value, and the $Tr$ is the maximum SDF value we care about: if $SDF({\bf p}) > Tr$, then $SDF({\bf p}) = Tr$. As for $dt$, it's the maximum distance from LiDAR points to LiDAR. For points with distances bigger than $dt$, we simply discard them. It's as you said: only consider the region where the lidar points are dense.

from nerf-loam.

marrblue avatar marrblue commented on August 18, 2024

Hi @JunyuanDeng Thank you for your informative reply and good luck with the early acceptance of the paper : )
I will close this issue.

from nerf-loam.

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.