Skip to content

Commit

Permalink
make np tf use numba
Browse files Browse the repository at this point in the history
  • Loading branch information
cremebrule committed Dec 12, 2024
1 parent fd07d8a commit 9401922
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions omnigibson/utils/transform_utils_np.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,12 +567,6 @@ def _quat2mat(quaternion):
return rotation_matrix


# def pose2mat(pose):
# if pose.dtype != np.float32:
# pose = pose.astype(np.float32)
# return _pose2mat(pose)


@jit(nopython=True)
def pose2mat(pose):
"""
Expand Down

0 comments on commit 9401922

Please sign in to comment.