Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Replicability

To reproduce Figure 19 of the paper, simply run the bash script ./fig19.sh from the terminal. This will download the input data, compile and run the code. To produce the rendering in the paper, you will need to use PyRenderer and Mitsuba. Those are available via docker. Make sure that docker is configured with the overlay2 driver enabled. Otherwise, you may simply open the resulting meshes from the data/output/ folder that are produced by the script.

⚠️ This script uses Docker, which might require to be run with sudo access. If you use a recent version (>= 19.3), you can add yourself to the docker group (root-equivalent) as documented here:

sudo usermod -aG docker your-user