Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compute_add_err_to_gt_pose #250

Open
nishadgothoskar opened this issue Oct 29, 2024 · 1 comment
Open

compute_add_err_to_gt_pose #250

nishadgothoskar opened this issue Oct 29, 2024 · 1 comment

Comments

@nishadgothoskar
Copy link

Hi,

We are trying to reproduce the ADD and ADD-S results from the paper, but getting some different numbers for ADD on the symmetric objects.

We found that implementation of compute_add_err_to_gt_pose is a placeholder. Can you share more details of how ADD was computed for the paper results?

  def compute_add_err_to_gt_pose(self, poses):
    '''
    @poses: wrt. the centered mesh
    '''
    return -torch.ones(len(poses), device='cuda', dtype=torch.float)
@wenbowen123
Copy link
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants