Skip to content

Commit

Permalink
typo fix (#1293)
Browse files Browse the repository at this point in the history
Summary:
fixes typo of the docstring.

Pull Request resolved: #1293

Differential Revision: D38737416

Pulled By: bottler

fbshipit-source-id: 3f9da3e97b55c2acd858263de9e85eaee272a98f
  • Loading branch information
sinAshish authored and facebook-github-bot committed Aug 16, 2022
1 parent d35781f commit 6080897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch3d/ops/iou_box3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def box3d_overlap(
Computes the intersection of 3D boxes1 and boxes2.
Inputs boxes1, boxes2 are tensors of shape (B, 8, 3)
(where B doesn't have to be the same for boxes1 and boxes1),
(where B doesn't have to be the same for boxes1 and boxes2),
containing the 8 corners of the boxes, as follows:
(4) +---------+. (5)
Expand Down

0 comments on commit 6080897

Please sign in to comment.