Unverified Commit 4c4dd093 authored by Xiangxu-0103's avatar Xiangxu-0103 Committed by GitHub
Browse files

update docs (#1866)

parent 40ec11aa
...@@ -41,7 +41,7 @@ class Box3DMode(IntEnum): ...@@ -41,7 +41,7 @@ class Box3DMode(IntEnum):
v v
down y down y
The relative coordinate of bottom center in a CAM box is [0.5, 1.0, 0.5], The relative coordinate of bottom center in a CAM box is (0.5, 1.0, 0.5),
and the yaw is around the y axis, thus the rotation axis=1. and the yaw is around the y axis, thus the rotation axis=1.
Coordinates in Depth mode: Coordinates in Depth mode:
......
...@@ -41,7 +41,7 @@ class Coord3DMode(IntEnum): ...@@ -41,7 +41,7 @@ class Coord3DMode(IntEnum):
v v
down y down y
The relative coordinate of bottom center in a CAM box is [0.5, 1.0, 0.5], The relative coordinate of bottom center in a CAM box is (0.5, 1.0, 0.5),
and the yaw is around the y axis, thus the rotation axis=1. and the yaw is around the y axis, thus the rotation axis=1.
Coordinates in Depth mode: Coordinates in Depth mode:
......
...@@ -14,7 +14,7 @@ class DepthInstance3DBoxes(BaseInstance3DBoxes): ...@@ -14,7 +14,7 @@ class DepthInstance3DBoxes(BaseInstance3DBoxes):
.. code-block:: none .. code-block:: none
up z y front (yaw=-0.5*pi) up z y front (yaw=0.5*pi)
^ ^ ^ ^
| / | /
| / | /
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment