-
Notifications
You must be signed in to change notification settings - Fork 26
Alpha weight formula #9
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels