Vox-Fusion
Vox-Fusion copied to clipboard
why need repeated "weights" in dictionary?
https://github.com/zju3dv/Vox-Fusion/blob/282768d4c121ee41c6696dc123f3805482abdeeb/src/variations/render_helpers.py#L315
return {
"weights": weights,
"color": rgb,
"depth": depth,
"z_vals": z_vals,
"sdf": sdf,
"weights": weights,
"ray_mask": ray_mask,
"raw": z_min if return_raw else None
}