4DGaussians
4DGaussians copied to clipboard
Extracting the deformation value
I wonder if it's possible to extract the deformation value at each timestamp. For example, at time t there are 10000 points in total, how can I get the Δx ,Δy and Δz for these points? Is there a variable that stores this? Thank you!
Of course you can. the deformed 3D Gaussians are computed in gaussian_renderer/init.py You can use the output of deformation field to init a new 3D Gaussians.