rope3d-dataset-tools
rope3d-dataset-tools copied to clipboard
bugs in rotation matrix with ground plane equation
https://github.com/liyingying0113/rope3d-dataset-tools/blob/f772b2ca83601cb80d95894dcb1aa75e9a520737/show_tools/show_2d3d_box.py#L134
Denoting the ground-plane as ax + by + cz + d = 0, a rotation matrix can be derived from this ground plane. But the rotation matrix in this version only considers b and c, a is ignored. So that the camera rotation round the z axis cannot be calibrated in visualization.
I have created a merge request to fix this bug.