Hi,
I'd like to extract the 3d coordinates of each camera and compare them to some pre-existing approximate camera locations I have as a sanity check. I was under the impression that the translation vector was what I needed, but the results I'm getting are incorrect so this doesn't seem to be the case. Furthermore, I used the colmap gui to verify my claim - the translation vectors of two cameras which are located on different sides of the origin have the same signs ie (+x,-y,+z). I can provide more details if necessary.
How should I be converting the parameters of each camera to x,y,z coordinates?