Skip to content

Question about "vis_mask" #5

@wen-yuan-zhang

Description

@wen-yuan-zhang

Thanks for your excellent work!
I noticed that you used visible mask to modify the indicator function in Eq.(9) in the paper, which is written as
$$\Psi (t)=\prod (1 - h(t) * m(t))$$
However, it seems that the implementation code (Line 410 in ''udf_renderer_blending.py'') is written as
$$\Psi (t)=\prod (1 - h(t) + flip\_saturation*m(t))$$,
and the variable $flip\_saturation$ increases from 0 to 1 along with the training progress. Would you please explain why using ''add'' instead of ''multiply'' to deal with the indicator function? And what is the role of $flip\_saturation$ here?

Thanks again!

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