Skip to content

旋转矩阵 #7

Description

@suyu-star
def get_alphas(self, gt_bboxes_3d, input_dict):
        lidar2camera_axis = np.array([1,  0,  0,  0,
                                      0,  0, -1,  0,
                                      0,  1,  0,  0,
                                      0,  0,  0,  1]).reshape(4, 4)
        extrins = input_dict['extrinsics']
        alpha_cameras = []

您好,在获取alpha角的这段代码中,观察到lidar到相机的矩阵如上述所示,但是如果是坐标系轴的变换

        lidar2camera_axis = np.array([0,  -1,  0,  0,
                                      0,  0, -1,  0,
                                      1,  0,  0,  0,
                                      0,  0,  0,  1]).reshape(4, 4)

应该是这样更为合理吧,十分期待您的回复

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions