Skip to content

Possible bug in equation (9) #42

@rakhimovv

Description

@rakhimovv

Hi! Thank you for your work!

In the equation (9) in the paper:

\tilde{\alpha}(z_0,z_1)=\frac{t(z_1)-t(z_0)}{1-t(z_0)}

the denominator = 1-t(z_0)

While in code:
alpha_value = torch.log(hit_prob / (visibility - hit_prob + eps) + eps)
If we omit log the denominator = visibility - hit_prob = 1 - t(z_0) - (t(z_1) - t(z_0)) = 1-t(z_1)

The denominator in the paper and the code do not match.

Is this intended behaviour? and where is the error in the paper or the code or none?

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