Hi,
Here is the colmap's documentation,
The coordinates of the projection/camera center are given by -R^t * T, where R^t is the inverse/transpose of the 3x3 rotation matrix composed from the quaternion and T is the translation vector.
My question is how about the orientation, how the camera's orientation is convert to the world coordinate system?
Thanks,
Dong