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
Somrthong wrong with points computation:RuntimeWarning: divide by zero encountered in divide world_coordinates = world_coordinates_homogeneous[:, :3] / world_coordinates_homogeneous[:, 3, np.newaxis]
#15
Open
Sui0206 opened this issue
Oct 16, 2024
· 0 comments
Hi!Thanks for your strong work! And when I tried to reproduce this task in the simulation environment, I encountered the following problems.
/ReKep/og_utils.py:126: RuntimeWarning: divide by zero encountered in divide
world_coordinates = world_coordinates_homogeneous[:, :3] / world_coordinates_homogeneous[:, 3, np.newaxis]
And I found that it seems caused by the code in the og_utils.py:
Hi!Thanks for your strong work! And when I tried to reproduce this task in the simulation environment, I encountered the following problems.
/ReKep/og_utils.py:126: RuntimeWarning: divide by zero encountered in divide
world_coordinates = world_coordinates_homogeneous[:, :3] / world_coordinates_homogeneous[:, 3, np.newaxis]
And I found that it seems caused by the code in the og_utils.py:
After these code, the camera coordinates have some zeros of their w component.
So how to fix this problem?
The text was updated successfully, but these errors were encountered: