Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
mmdetection3d
Commits
4c4dd093
Unverified
Commit
4c4dd093
authored
Sep 28, 2022
by
Xiangxu-0103
Committed by
GitHub
Sep 28, 2022
Browse files
update docs (#1866)
parent
40ec11aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
mmdet3d/structures/bbox_3d/box_3d_mode.py
mmdet3d/structures/bbox_3d/box_3d_mode.py
+1
-1
mmdet3d/structures/bbox_3d/coord_3d_mode.py
mmdet3d/structures/bbox_3d/coord_3d_mode.py
+1
-1
mmdet3d/structures/bbox_3d/depth_box3d.py
mmdet3d/structures/bbox_3d/depth_box3d.py
+1
-1
No files found.
mmdet3d/structures/bbox_3d/box_3d_mode.py
View file @
4c4dd093
...
...
@@ -41,7 +41,7 @@ class Box3DMode(IntEnum):
v
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.
Coordinates in Depth mode:
...
...
mmdet3d/structures/bbox_3d/coord_3d_mode.py
View file @
4c4dd093
...
...
@@ -41,7 +41,7 @@ class Coord3DMode(IntEnum):
v
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.
Coordinates in Depth mode:
...
...
mmdet3d/structures/bbox_3d/depth_box3d.py
View file @
4c4dd093
...
...
@@ -14,7 +14,7 @@ class DepthInstance3DBoxes(BaseInstance3DBoxes):
.. code-block:: none
up z y front (yaw=
-
0.5*pi)
up z y front (yaw=0.5*pi)
^ ^
| /
| /
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment