Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 677 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 677 Bytes

Conditional Generative Advisarial Network Path Tracer

Conditional generative advisarial network (cGAN) able to reproduce path traced, scene dependent, renderings given conditional rendering image buffers such as depth buffer, direct lighting, normal buffer and albedo capable of global illumination. The cGAN architecture is a U-Net commonly used in segmentation and is modeled after Manu Thomas and Angus Forbes's DeepIllumination (https://arxiv.org/abs/1710.09834). The path/ray tracer is implemented with VTK-m by Mark Kim (https://github.com/m-kim/raytracingtherestofyourlife) and follows the design explained by Peter Shirley in 'Ray Tracing// The Rest of Your Life".