Closed itrushkin closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.23%. Comparing base (
ff5fd94
) to head (067bf4a
). Report is 20 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
CVS-151427
New features
Cuboid2D
methods:Cuboid2D.from_3d(dimensions, location, rotation_y, P, Tr_velo_to_cam)
: Creates a Cuboid2D object from KITTI 3D bbox annotation data. MatrixP
(P2
in Kitti format context) is a 3x4 projection matrix in the left color camera coordinate system. MatrixTr_velo_to_cam
is a 3x4 projection matrix between LiDAR and camera coordinate systems.cuboid_2d.to_3d(P_inv)
: Reconstructs approximate KITTI 3D bbox annotation data (dimensions
,location
androtation_y
) from 2D projection coordinates.P_inv
matrix is a pseudo-inverse of camera-to-image projection matrix.License