You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GaussianRasterizer method from diff_gaussian_rasterization returns a rasterizer function which on call, returns image, radii, depth and alpha details of the image, that is 4 parameters, but GaussianRasterizer from fast_gauss returns only image and alpha..
But According to README.md its misleading that the functions are exactly same..
How do I get the depth and radii information as well using fast_gauss ??
The text was updated successfully, but these errors were encountered:
The
GaussianRasterizer
method fromdiff_gaussian_rasterization
returns a rasterizer function which on call, returns image, radii, depth and alpha details of the image, that is 4 parameters, butGaussianRasterizer
fromfast_gauss
returns only image and alpha..But According to README.md its misleading that the functions are exactly same..
How do I get the depth and radii information as well using
fast_gauss
??The text was updated successfully, but these errors were encountered: