Vox-Fusion icon indicating copy to clipboard operation
Vox-Fusion copied to clipboard

why need repeated "weights" in dictionary?

Open LZL-CS opened this issue 1 year ago • 0 comments

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
    }

LZL-CS avatar Jan 20 '24 14:01 LZL-CS