Gradient-domain Volumetric Photon Density Estimation

SIGGRAPH 2018


Reviews

Information

  • Paper topic: Rendering
  • Software type: Code
  • Able to run a replicability test: True
  • Replicability score: 5
  • Paper listed in the Graphics Replicability Stamp Initiative
  • Software language: C/C++
  • License: GPL
  • Build mechanism: Makefile, CMakeLists
  • Dependencies: mitsuba/boost/xerces/collada/eigen/fftw3/glew/IlmBase/OpenEXR
  • Documentation score {0,1,2}: 0
  • Reviewer: Julie Digne <julie.digne@liris.cnrs.fr>
  • Time spent for the test (build->first run, timeout at 100min): 50min

Source code information

Comments

Compiled and worked out of the box. Download a scene on the project website and run mitsuba name_of_your_scene.xml (mitsuba found in the "binaries" folder of the project).
Easy to find/install dependencies: 2 because installing mitsuba on linux requires several changes on ubuntu 19.10.
** In config.py I changed -std=c++11 into -std=gnu++11 ;
** In mitsuba/build/release/mtsgui I changed QtCore, QtOpenGL (and so on) into Qt5Core, Qt5OpenGL (and so on)
** in data/scons/qt5.py,line 392 changed QtCore into Qt5Core.

If you want to contribute with another review, please follow these instructions.

Please consider to cut/paste/edit the raw JSON data attached to this paper.