Giter Site home page Giter Site logo

Comments (4)

AIBluefisher avatar AIBluefisher commented on May 25, 2024 2

I'm also curious about how the combined sampling is implemented. It is not clear whether the proposal net uses the transmittance obtained from the occupancy grid sampler for importance sampling, or just simply utilizes the occupancy grid to skip empty space. Could you please make it clear here? @liruilong940607

from nerfacc.

fyang235 avatar fyang235 commented on May 25, 2024

+1

from nerfacc.

wanger-666 avatar wanger-666 commented on May 25, 2024

+1

from nerfacc.

liruilong940607 avatar liruilong940607 commented on May 25, 2024

Hi I'm not supporting that in this repo because I was hacking some CUDA code to make that happen, but I don't want to mess up the API in this repo.

The proper combination is just like you said, that should be the proposal net uses the transmittance obtained from the occupancy grid sampler for importance sampling. However what we implemented is a simplified version of that, which we simply use the occ grid to return a per-ray near far, and use the per-ray near far to do importance sampling for proposal net.

This is essentially a simplified version of occ grid estimator that assumes linear CDF between the per-ray near far plane, and CDF = 0 or 1 for the regions outside of the near far range.

from nerfacc.

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.