Merge pull request #30 from JoeyforJoy/debug_jfj

[fix] fix bug for issue#29
This commit is contained in:
Haotian (Ken) Tang 2022-06-18 11:03:30 -04:00 committed by GitHub
commit 6847d45f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ class BaseTransform(nn.Module):
camera_intrinsics,
img_aug_matrix,
lidar_aug_matrix,
metas=None,
**kwargs,
):
rots = camera2ego[..., :3, :3]