DirectVoxGO icon indicating copy to clipboard operation
DirectVoxGO copied to clipboard

Gradient for CUDA point sampling from rays

Open PNeigel opened this issue 2 years ago • 3 comments

Hi,

I've got a question regarding the CUDA extensions, more precise the following function:

https://github.com/sunset1995/DirectVoxGO/blob/9b172bfc9f0d349fb4b9db59caecd77b99ec7465/lib/cuda/render_utils_kernel.cu#L190

How difficult would it be to add a gradient for this function so that pytorch's autograd can backpropagate trough?

PNeigel avatar May 13 '22 08:05 PNeigel

Let me try it.

sunset1995 avatar Jun 12 '22 17:06 sunset1995

Hi @sunset1995 @PNeigel, is there any update on this issue? I am trying to perform NeRF-- style pose refinement and I need to backpropagate through this function too

yashbhalgat avatar Feb 19 '23 22:02 yashbhalgat

Is there any update? I met the same problem.

wrld avatar May 10 '23 11:05 wrld