Git Product home page Git Product logo

Comments (2)

abhinavvs avatar abhinavvs commented on May 11, 2024 1

Thanks for the explanation. I am considering parameter estimation problems using plenoptic and multispectral observations. Ability to compute the derivatives of the observations w.r.t key scene parameters can help us build estimators (and also quantify fundamental limits) for such problems.

I am happy to provide more information and specifics about these kinds of problems if you'd like. Please do let me know if these type of problems interests you (or your group).

from redner.

BachiLi avatar BachiLi commented on May 11, 2024

Currently we assume we sample three points in the spectrum (usually RGB but it really can be anything). Changing this requires one to replace all the "Vector3" in the C++ code to a spectrum type like what is done in pbrt and mitsuba. There are also some tricks that sample different part of the spectrum for each light path sample (e.g. the "Hero" wavelength sampling method), which is not too hard to add. Dispersion and other wavelength-dependent effects require more changes.

A common hack (also supported in Mitsuba) is to convert the spectral data into RGB space for material parameters and emission before rendering. This can be easily done in PyTorch.

May I ask what are the applications you are looking at? I might not have time to do this in short term but I can put this into my TODO list.

from redner.

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.