Closed shenyehui closed 2 months ago
Thanks for your dataset, but for my work (localization) I need to know the distance between two camera frames in the world coordinate system, how can I calculate the distance in the real world from the data in transform.json?
The transform.json has the camera matrix. You can decompose the matrix into R and T. Then measure the distance based on your distance metric.
Thanks for your dataset, but for my work (localization) I need to know the distance between two camera frames in the world coordinate system, how can I calculate the distance in the real world from the data in transform.json?