Open NimbusLongfei opened 23 hours ago
Can't we use this function rasterize_gaussians to get the gradient of the pose of the view camera in raster_settings?
rasterize_gaussians
If I want to do this, is it mathematically derivable?
That's means the camera pose become a variable. It is possible to do a backprop. However, the current rasterizer assume the camera pose is a constant. You can check out the backward pass.
Can't we use this function
rasterize_gaussians
to get the gradient of the pose of the view camera in raster_settings?If I want to do this, is it mathematically derivable?