Note for iou3d

Summary:
A note for our new algorithm for IoU of oriented 3D boxes. It includes
* A description of the algorithm
* A comparison with Objectron

Reviewed By: nikhilaravi

Differential Revision: D31288066

fbshipit-source-id: 0ea8da887bc5810bf4a3e0848223dd3590df1538
This commit is contained in:
Georgia Gkioxari
2021-09-29 19:14:09 -07:00
committed by Facebook GitHub Bot
parent ff8d4762f4
commit 1b1ba5612f
4 changed files with 94 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
"docs": {
"Introduction": ["why_pytorch3d"],
"Data": ["io", "meshes_io", "datasets", "batching"],
"Ops": ["cubify"],
"Ops": ["cubify", "iou3d"],
"Visualization": ["visualization"],
"Renderer": ["renderer", "renderer_getting_started", "cameras"]
}