You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
```
The text was updated successfully, but these errors were encountered:
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.
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)
```
The text was updated successfully, but these errors were encountered: