What are the axes directions for the spatial coordinates in SpatialImgDetection
? I was expecting it to follow camera coordinate conventions, that is:
- X points to the right
- Y points down
- Z points forward
However, in tests I found Y to point up — Y coordinate values are positive above the camera's center, and negative below.
Is this by design? If yes, what is the rationale?