A selection of scripts to run and evaluate rendering experiments supporting different renderers.
pip install simpleimageio opencv-python numpy
PYTHONPATH=$PYTHONPATH:$PWD python3 ./examples/mitsuba/runMitsubaReferenceTestCase.py
PYTHONPATH=$PYTHONPATH:$PWD python3 ./examples/pbrt/runPBRTSurfaceGuidingTestCase.py
PYTHONPATH=$PYTHONPATH:$PWD python3 ./examples/blender/runBlenderGuidingTestCase.py
PYTHONPATH=$PYTHONPATH:$PWD python3 ./examples/karma/runKarmaGuidingTestCase.py