Skip to content

is there a bug in loss function? #4

@chjXu

Description

@chjXu

In the batch operation , the code using the inverse_batch function to RT_target, as following,
RT_total = torch.bmm(inverse_batch(RT_target.inverse()), RT_predicted).
However, in the origin code, no inverse function is called, RT_total = torch.mm(RT_target.inverse(), RT_predicted).

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