We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3306f commit a2659e1Copy full SHA for a2659e1
docs/notes/iou3d.md
@@ -62,7 +62,7 @@ Below we compare the performance for Objectron (in C++) and our algorithm, in C+
62
```python
63
from pytorch3d.ops import box3d_overlap
64
# Assume inputs: boxes1 (M, 8, 3) and boxes2 (N, 8, 3)
65
-intersection_vol, iou_3d = box3d_overal(boxes1, boxes2)
+intersection_vol, iou_3d = box3d_overlap(boxes1, boxes2)
66
```
67
68
For more details, read [iou_box3d.py](https://github.com/facebookresearch/pytorch3d/blob/main/pytorch3d/ops/iou_box3d.py).
0 commit comments