Git Product home page Git Product logo

Comments (2)

h8c2 avatar h8c2 commented on July 29, 2024

I have found out that the floaters are introduced by improper parameters of the occupancy grid, however, I think the background is still not satisfactory.

from lightning-nerf.

XJay18 avatar XJay18 commented on July 29, 2024

Hi, thank you for your question.

I think this may result from (1) a lack of point cloud data for objects in the background scene box and (2) a limited background capacity.

In the latter case, you may set a larger value for pipeline.model.bg-color-grid-max-res or pipeline.model.bg-color-log2-hashmap-size to enrich the background's capacity. You may also try fixing the number of importance samples along a ray, i.e., set pipeline.model.pdf-samples-fixed-ratio to 1.

For the first case, as the model relies on lidar initialization for efficient reconstruction, regions, where density grids are not properly initialized (i.e., some objects without lidar observation), may be skipped during occupancy sampling, leading to less satisfactory results. We augment the background point cloud (i.e., $P_{bg}$ in our paper) to alleviate this issue, but there are still some cases of failure. If you could obtain the point cloud data for background objects, the results would be better. It would also be helpful if you could visualize the foreground (red) scene box and the point cloud data, in a 3D viewer like this:

ScreenCapture

Then, you may enlarge the foreground box accordingly to include some regions initially located in the background portion for better visual performance.

from lightning-nerf.

Related Issues (11)

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.