Open albertxwz opened 6 months ago
Yes, the rasterizer we used is from https://github.com/ashawkey/diff-gaussian-rasterization, where this problem was fixed (https://github.com/ashawkey/diff-gaussian-rasterization/issues/7). It seems that we have wrongly uploaded an old version of the rasterizer downloaded at an earlier time. We'll fix it later. Thanks for your notice!
In backward preprocessCUDA, the effect of depth on mean is not considered. Maybe adding the following codes is better.
The code is cited from this repo.