I have a question about retrieving the pose data.
As referenced below, after the pose is converted from quaternion to matrix, it follows by an inverse operation. Why is this inverse operation necessary?
The inverse operator converts poses from "world" coordinates to "camera" coordinates. This is necessary because we use camera coordinates for training.
Hi,
I have a question about retrieving the pose data. As referenced below, after the pose is converted from quaternion to matrix, it follows by an inverse operation. Why is this inverse operation necessary?
https://github.com/princeton-vl/DeepV2D/blob/eb362f2f25338faf5adbd7818f1517018bfbc4b5/deepv2d/data_stream/nyuv2.py#L112-L113
Thanks