diff --git a/docs/iou3d.html b/docs/iou3d.html index 17c6b032..ab378300 100644 --- a/docs/iou3d.html +++ b/docs/iou3d.html @@ -107,7 +107,7 @@ The intersection shape is formed by the convex hull from the intersection points
from pytorch3d.ops import box3d_overlap
# Assume inputs: boxes1 (M, 8, 3) and boxes2 (N, 8, 3)
-intersection_vol, iou_3d = box3d_overal(boxes1, boxes2)
+intersection_vol, iou_3d = box3d_overlap(boxes1, boxes2)
For more details, read iou_box3d.py.
Note that our implementation is not differentiable as of now. We plan to add gradient support soon.
@@ -122,4 +122,4 @@ intersection_vol, iou_3d = box3d_overal(boxes1, boxes2) year = {2020}, } -