GithubHelp home page GithubHelp logo

jingsenzhu / indoorinverserendering Goto Github PK

View Code? Open in Web Editor NEW
59.0 59.0 7.0 21.79 MB

[SIGGRAPH Asia'22] Learning-based Inverse Rendering of Complex Indoor Scenes with Differentiable Monte Carlo Raytracing

License: MIT License

Python 100.00%

indoorinverserendering's People

Contributors

jingsenzhu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

indoorinverserendering's Issues

Full release of code and data?

Hi there, great work with the paper and the dataset! I wonder if there is any plan for full release of the pretrained models and the code including the lighting part?

training of lightnet, lighting dataset release.

Hi. Thanks for sharing your wonderful research. Do you not share the training part of lightNet? I want to do a comparison on different datasets.

And when will the InteriorVerse Lighting dataset be released?

thank you

GPU memory usage

Hi there, during the ray tracing process, when you consider multiple light rays for each pixels, let's say S, each ray requires multiple samples from NeRF, let's say N. For each image with size H times W, the input batch size of NeRF is S*N*H*W. When (S, N, H, W)=(32, 64, 640, 480), the input batch size is nearly 6.3*10^8, which is a huge cost of memory during NeRF's forward pass, since NeRF stores the partial derivatives of input to its weights. The storage cost is around 30~40GB, which is usually much larger than a GPU's RAM. May I ask how do you solve the problem? Thank you.

Unable to correctly load exr format

Hello,

I am unable to load the images using your provided code. The best I get using imageio results in a very dark image. Can you help with me this pls?

Dataset

When do you plan to release the dataset?

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.