Skip to content

Alpha weight formula #9

@martinwinter-huawei

Description

@martinwinter-huawei

Is there a reason, why diff-gaussian-raserization uses

float weight = expf(-max_scale / depth ) + phi / (depth * depth) + phi*phi ;

while diff-gaussian-rasterization_ms uses

float weight = expf(max_scale / depth ) + phi / (depth * depth) + phi*phi ;

And in general, I think the paper does not go into detail here, why are these coefficients manipulated in such a manner to produce the weight, is there a specific reasoning behind it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions