Giter VIP home page Giter VIP logo

marsermd / deepestscatter Goto Github PK

View Code? Open in Web Editor NEW
17.0 3.0 4.0 21.06 MB

Real-time photo-realistic clouds ray tracer. Published @ SIGGRAPH Asia (2019)

License: MIT License

Cuda 8.27% C++ 75.95% C 0.50% Python 5.22% Jupyter Notebook 1.72% Batchfile 0.01% TeX 8.28% Shell 0.05%
computer-graphics machine-learning neural-networks real-time clouds photorealistic-rendering physics-based

deepestscatter's Introduction

DeepestScatter

Real-time photo-realistic clouds path tracer with Lorenz-Mie scattering.

This is an enchancement on paper by Disney Research Deep Scattering.

Result

Published and presented at SIGGRAPG Asia Video

State of the project

Preparation

  • Generate a sample cloud in Houdini
  • Exporter of volumetric data from Houdini
  • Importer of volumetric data for python and c++

Ground Truth

  • Naive implementation of path tracer that only takes into account Beer-Lambert law and direct scattering
  • Interactive visualisation of results
  • Naive implementation that also takes into account Lorenz-Mie phase function.
  • Implement multiple scattering using Monte-Carlo method
  • Implement progressive path tracing
  • Implement custom progressive path
  • Implement Reinhard tone mapping
  • Implement next event estimation

Dataset

  • Generate more clouds
  • Gather dataset of (cloud_id, point_in_cloud, sun_direction, view_direction, radiance)
  • Gather dataset of samples around the point according to the original paper
  • Separate the dataset for training, test, validation with total size of 15`000`000; leave a few clouds out of those sets for visual evaluation

Training

  • Build a model in pytorch as described in the original paper
  • Train the model
  • Implement an efficient neural-based renderer in c++
  • Compare to the original results

Research Experiments with different architectures.

  • Shadow maps
  • Latent space light probes
  • Light probe rotation
  • Light probe interpolation (trilinear, barycentric)
  • Evaluate radiance only for the outer layers of the cloud

deepestscatter's People

Contributors

dependabot[bot] avatar marsermd avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

deepestscatter's Issues

License ?

Hello, under what license is this project released under ? Thank-you.

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.