Skip to content

Commit 6080897

Browse files
sinAshishfacebook-github-bot
authored andcommitted
typo fix (#1293)
Summary: fixes typo of the docstring. Pull Request resolved: #1293 Differential Revision: D38737416 Pulled By: bottler fbshipit-source-id: 3f9da3e97b55c2acd858263de9e85eaee272a98f
1 parent d35781f commit 6080897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch3d/ops/iou_box3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def box3d_overlap(
115115
Computes the intersection of 3D boxes1 and boxes2.
116116
117117
Inputs boxes1, boxes2 are tensors of shape (B, 8, 3)
118-
(where B doesn't have to be the same for boxes1 and boxes1),
118+
(where B doesn't have to be the same for boxes1 and boxes2),
119119
containing the 8 corners of the boxes, as follows:
120120
121121
(4) +---------+. (5)

0 commit comments

Comments
 (0)