sniklaus/softmax-splatting

Other implementation of the methods

Closed this issue · 2 comments

Thank you for your nice work!
I have a question whether it is necessary to use cupy to realize these splatting methods. If not, how can I realize these methods only using pytorch.

I am afraid that I don't know how to implement softmax splatting without CuPy since PyTorch is missing a scatter_nd function.

Thank you. And Do you know how to implement average splatting using PyTorch?