Project Page | Paper | Renderer Code | Scenes
This repository contains scripts to generate the renderings in the paper and the supplementary viewer.
It is an extension of Sebastian Herholz's rendering scripts.
pip install simpleimageio opencv-python numpy-
Build and install the renderer code, then create a hyperlink in the root directory named
pbrt-rendererpointing to theinstallfolder. -
Download the scenes, then create a hyperlink in the root directory named
pbrt-scenespointing to this folder. -
Run:
# Equal-SPP experiments
PYTHONPATH=$PYTHONPATH:$PWD python3 runPBRTVSPGEqualSPP.py
# Equal-time experiments
PYTHONPATH=$PYTHONPATH:$PWD python3 runPBRTVSPGEqualTime.py