ALTO icon indicating copy to clipboard operation
ALTO copied to clipboard

orientations of camera

Open mam1680 opened this issue 2 months ago • 0 comments

Hi is orientations you provided in query.csv (orient_x, y z and w) are really for camera? in readme you said it is for camera relative to ECEF frame, I did following to check if it's correct:

  • converted UTM coordinates to lat/long
  • having lat/lon I converted quaternion in ECEF to NED euler angels (roll, pitch, yaw)

for example for first query image in ROUND_1 I got almost 73 degree for yaw (heading), but look at query image and google map image (google map images are always heading = 0, points to north)

first query image:

Image

corresponding google map image:

Image

clearly angle between this two image is less then 73 degree!

I think the orientations is for UAV (vehicle) itself! because UAV is moving in almost east direction where heading could be 73 degree.

mam1680 avatar Sep 29 '25 13:09 mam1680