This is the implementation of Pacific Graphics 2020 paper: Unsupervised Image Reconstruction for Gradient-Domain Volumetric Rendering for reference only.
Thanks Jie Guo and Mengtian Li for their generous help of sending the GradNet source code to me. This project contains a part of GradNet source code.
- Python 3.7
- PyTorch 1.3.1
The training dataset was rendered by a modified GVPM code. We extract the normal, depth and albedo from the first diffuse surface hit by camera ray. It will be easy to modify if you are familiar with the volumetric photon density estimation pipeline.
This code was rewritten for open-sourcing and is not fully tested yet.