-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AL-2135] 3d bbox doc api #2145
Conversation
|
||
- ``length`` - is the length of the bounding box along x direction | ||
- ``width`` - is the width of the bounding box along y direction | ||
- ``height`` - is the height of the bounding box along z direction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also describe rot_x, -rot_z and rot_y
docs/source/Htypes.rst
Outdated
- ``length`` - is the length of the bounding box along x direction | ||
- ``width`` - is the width of the bounding box along y direction | ||
- ``height`` - is the height of the bounding box along z direction | ||
- ``rot_x`` - rotation angel along x axis, given in degrees |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- ``rot_x`` - rotation angel along x axis, given in degrees | |
- ``rot_x`` - rotation angle along x axis, given in degrees |
docs/source/Htypes.rst
Outdated
- ``width`` - is the width of the bounding box along y direction | ||
- ``height`` - is the height of the bounding box along z direction | ||
- ``rot_x`` - rotation angel along x axis, given in degrees | ||
- ``rot_y`` - rotation angel along y axis, given in degrees |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
docs/source/Htypes.rst
Outdated
|
||
Bounding boxes are in KITTI format. In order for bounding boxes to be correctly displayed by the visualizer, the format of the bounding box should be as follows: | ||
|
||
``[x, y, z, length, width, hieght, rot_x, -rot_z, rot_y]`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why does rot_z have a minus symbol? Also follow this same ordering in the descriptions below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few typos
Codecov ReportBase: 88.32% // Head: 88.23% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #2145 +/- ##
==========================================
- Coverage 88.32% 88.23% -0.09%
==========================================
Files 291 287 -4
Lines 32059 31750 -309
==========================================
- Hits 28317 28016 -301
+ Misses 3742 3734 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
91250f1
to
1fb10c8
Compare
🚀 🚀 Pull Request
Checklist:
coverage-rate
upChanges
Docs API on 3d bbox