threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.32k stars 480 forks source link

New algorithm for finite difference based on 3 points #168

Closed DSaurus closed 1 year ago

DSaurus commented 1 year ago

Rename the original calculation of finite difference as finite_difference_laplacian. The new algorithm for the finite difference is based on 3 points, resulting in reduced memory consumption and improved rendering speed.

In the dreamfusion experiments:

bennyguo commented 1 year ago

LGTM!