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

About multi-view evaluation #32

Open
XiaobenLi00 opened this issue Sep 1, 2023 · 0 comments
Open

About multi-view evaluation #32

XiaobenLi00 opened this issue Sep 1, 2023 · 0 comments

Comments

@XiaobenLi00
Copy link

I noticed that in multi-view setup, gt 3d keypoints are repeated
pred_keypoints_3d = output['pred_keypoints_3d'].detach()
batch_size = pred_keypoints_3d.shape[0]
num_samples = pred_keypoints_3d.shape[1]
gt_keypoints_3d = batch['keypoints_3d'][:, :, :-1].unsqueeze(1).repeat(1, num_samples, 1, 1)
So I wonder that which coordinate frame are the gt_keypoints_3d in ? In the data processing, I believe gt_keypoints_3d are in camera coordinate frame, so why are they repeated for different views?

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

1 participant