↓ 6 callersFunctionrotation_matrixReturn matrix to rotate about axis defined by point and direction. >>> R = rotation_matrix(math.pi/2, [0, 0, 1], [1, 0, 0]) >>> numpy.allclos
utils/transformations.py:302
↓ 1 callersFunctionplot_scaled_horizonvector_vpz_picture(image, horizonvector_vpz, net_dims, color='go', show_vz=False, verbose=False)
scripts/predict_horizon_vpz_homography.py:123
↓ 1 callersFunctionquaternion_multiplyReturn multiplication of two quaternions. >>> q = quaternion_multiply([4, 1, -2, 3], [8, -5, 6, 7]) >>> numpy.allclose(q, [28, -44, -14, 48])
utils/transformations.py:1366
↓ 1 callersFunctionset_camera_attributes(blueprint, window_width, window_height, fov, post_process, capture_pause)
scripts/generate_raw_carla_van_dataset.py:157