Git Product home page Git Product logo

Comments (4)

jonbarron avatar jonbarron commented on May 2, 2024 1

Are you asking about the LLFF scenes, or the 360 scenes?

In mipnerf360, the LLFF scenes are handled using NDC, as usual. The 360 scenes do not use NDC, and the near/far planes are set to 0.2 and 10^6 respectively.

We should have a code release for mipnerf360 soon, sorry for the delay.

from mipnerf.

Bingrong89 avatar Bingrong89 commented on May 2, 2024

Thank you for answering my question, glad to know there will be a code release from the authors! I mistakenly thought that both LLFF scenes and 360 scenes were parameterized with equations (9) and (10) from the paper.

Another question, are the ray distances t for LLFF scenes also sampled using equation 11(linearly in disparity)?
Or are they sampled uniformly in disparity, then when computing the regularization loss(equation 15), you simply convert the t values into s with equation(11)?

from mipnerf.

jonbarron avatar jonbarron commented on May 2, 2024

Most of our code stays in "s-distances" the whole time, so we don't need to convert, but yeah for Equation 15 just convert your t-distances into s-distances and you should be fine.

To clarify, our s-distances are evenly spaced (linspace), and the t-distances are linear in disparity.

from mipnerf.

Bingrong89 avatar Bingrong89 commented on May 2, 2024

Thank you for taking the time to answer my questions :)

from mipnerf.

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.