Unverified Commit e5a87f35 authored by Zongbao Feng's avatar Zongbao Feng Committed by GitHub
Browse files

fix typos (#960)

parent 588b37eb
...@@ -117,7 +117,7 @@ class CameraInstance3DBoxes(BaseInstance3DBoxes): ...@@ -117,7 +117,7 @@ class CameraInstance3DBoxes(BaseInstance3DBoxes):
/ | / | / | / |
(x0, y0, z0) + ----------- + + (x1, y1, z1) (x0, y0, z0) + ----------- + + (x1, y1, z1)
| / . | / | / . | /
| / oriign | / | / origin | /
(x0, y1, z0) + ----------- + -------> x right (x0, y1, z0) + ----------- + -------> x right
| (x1, y1, z0) | (x1, y1, z0)
| |
......
...@@ -67,7 +67,7 @@ class DepthInstance3DBoxes(BaseInstance3DBoxes): ...@@ -67,7 +67,7 @@ class DepthInstance3DBoxes(BaseInstance3DBoxes):
/ | / | / | / |
(x0, y0, z1) + ----------- + + (x1, y1, z0) (x0, y0, z1) + ----------- + + (x1, y1, z0)
| / . | / | / . | /
| / oriign | / | / origin | /
(x0, y0, z0) + ----------- + --------> right x (x0, y0, z0) + ----------- + --------> right x
(x1, y0, z0) (x1, y0, z0)
""" """
......
...@@ -65,7 +65,7 @@ class LiDARInstance3DBoxes(BaseInstance3DBoxes): ...@@ -65,7 +65,7 @@ class LiDARInstance3DBoxes(BaseInstance3DBoxes):
/ | / | / | / |
(x0, y0, z1) + ----------- + + (x1, y1, z0) (x0, y0, z1) + ----------- + + (x1, y1, z0)
| / . | / | / . | /
| / oriign | / | / origin | /
left y<-------- + ----------- + (x0, y1, z0) left y<-------- + ----------- + (x0, y1, z0)
(x0, y0, z0) (x0, y0, z0)
""" """
......
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