Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwlambert authored Jun 28, 2021
1 parent 62889c4 commit 28528f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argoverse/data_loading/object_label_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
"""Create an ObjectLabelRecord.
Args:
quaternion: Numpy vector representing quaternion (qw,qx,qy,qz), box/cuboid orientation
quaternion: Numpy vector representing quaternion (qw,qx,qy,qz), box/cuboid orientation.
translation: Numpy vector representing translation, center of box given as x, y, z.
length: object length.
width: object width.
Expand Down

0 comments on commit 28528f5

Please sign in to comment.