-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Hi there. First of all, thank you for open sourcing this super useful repo.
I wanted to do pose optimization within a wisp pipeline, leveraging the kaolin.Camera
class, which is differentiable OOTB.
I created a pipeline that transforms rays on each training step with updated extrinsics, but the gradients to the extrinsics parameters weren't propagating properly.
After some debugging, I found that when using a hash grid the CUDA backward implementation of interpolate
only computes the gradients for the codebook
parameters.
return grad_codebook; |
I was wondering if it Would it be possible to add the gradient computation for the coordinates as well, since it would be a great enhancement to make codebook-based pipelines fully differentiable up to the camera poses.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed