pytorch3d/website/sidebars.json
Georgia Gkioxari 1b1ba5612f 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
2021-09-29 19:15:19 -07:00

10 lines
256 B
JSON

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