DSaurus / Tensor4D

This is the official implementation of Tensor4D: Efficient Neural 4D Decomposition for High-fidelity Dynamic Reconstruction and Rendering.
MIT License
191 stars 4 forks source link

Depth maps #6

Open ricshaw opened 1 year ago

ricshaw commented 1 year ago

Is it possible to generate the resulting depth maps?

DSaurus commented 1 year ago

Hi,

Tensor4D renderer will return mid_z_vals and weights. You can sum them to obtain z values. Also, please remember that if your scale_mat is not an identity matrix, this z value needs to be unscaled.

ricshaw commented 1 year ago

Great thank you!