Open balthazarneveu opened 8 months ago
For point splatting with fuzzy depth test, we first need to compute the closest distance: This part does not need to be differentiable
Move on to the rendering part with the fuzzy depth test and aggregate features. This part needs to be differentiable.
The key operator here is scatter_reduce_ scatterreduce
scatter_reduce_
For point splatting with fuzzy depth test, we first need to compute the closest distance: This part does not need to be differentiable
Move on to the rendering part with the fuzzy depth test and aggregate features. This part needs to be differentiable.
The key operator here is
scatter_reduce_
scatterreduce