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
In our tests, we noticed that the ground truth object to world transformation is incorrect. If we fix the following line to use @ to perform actual matrix multiplication instead of elementwise multiplication, it will give the correct result.
In our tests, we noticed that the ground truth object to world transformation is incorrect. If we fix the following line to use @ to perform actual matrix multiplication instead of elementwise multiplication, it will give the correct result.
cosypose/cosypose/datasets/bop.py
Line 132 in 1e45363
Fixed in PR #20
The text was updated successfully, but these errors were encountered: