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

the number of gt is not matching dt's #8

Open
wangyarui opened this issue Jan 28, 2019 · 2 comments
Open

the number of gt is not matching dt's #8

wangyarui opened this issue Jan 28, 2019 · 2 comments
Labels

Comments

@wangyarui
Copy link

Hi,

Thanks for sharing your code. I want to evaluate our dataset on single keypoint. but met some issues, I find the number of gt must be match with dt's? Thanks very much.
```
uv_error = pos_pred_src - pos_gt_src
ValueError: operands could not be broadcast together with shapes (14,2,1743) (1917,14,2)
```

@anibali
Copy link
Owner

anibali commented Jan 28, 2019

Yes, the number of predictions must match the number of ground truth poses. I'm not sure how it would be possible to compare them if they didn't match.

@wangyarui
Copy link
Author

@anibali Thanks very much! I will continue to explore it. I'm pleasure to share it with you if I have some progress.

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

No branches or pull requests

2 participants