From 60808972b8b1bffa9df770529d52099bfc286a01 Mon Sep 17 00:00:00 2001 From: Ashish Sinha Date: Tue, 16 Aug 2022 06:46:11 -0700 Subject: [PATCH] typo fix (#1293) Summary: fixes typo of the docstring. Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/1293 Differential Revision: D38737416 Pulled By: bottler fbshipit-source-id: 3f9da3e97b55c2acd858263de9e85eaee272a98f --- pytorch3d/ops/iou_box3d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytorch3d/ops/iou_box3d.py b/pytorch3d/ops/iou_box3d.py index e2338c268..707dc9a8c 100644 --- a/pytorch3d/ops/iou_box3d.py +++ b/pytorch3d/ops/iou_box3d.py @@ -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)