
This is code from https://github.com/slothfulxtx/MBPTrack3D/blob/main/datasets/kitti_mem.py
As I understand, in the KITTI dataset, the bounding box orientation is already annotated in the camera coordinate system (Reference: KITTI Coordinate Transformations).
Given this, why is there an additional rotation of π/2 applied along the x-axis? I’m having trouble understanding the reason behind this rotation.