Home

Awesome

Spherical Gaussian Optimization

This is code to fit per-pixel environment map with spherical Gaussian lobes, using LBFGS optimization. This code has been used in the following paper to generate ground-truth spherical Gaussian parameters.

Please cite the paper if you find the code to be useful in your own project. Please refer to the papers for more implementation details.

Instructions

To run the code, use the command python optimEnvSplit.py --cuda --dataRoot DATA, where DATA is the path to the synthetic dataset.