pytorch3d · PyPI
https://pypi.org/project/pytorch3d16.12.2021 · pytorch3d 0.6.1. pip install pytorch3d. Copy PIP instructions. Latest version. Released: Dec 16, 2021. PyTorch3D is FAIR's library of reusable components for deep Learning with 3D data. Project description. Project details. Release history.
PyTorch3D · A library for deep learning with 3D data
https://pytorch3d.orgGet Started. Install PyTorch3D (following the instructions here) Try a few 3D operators e.g. compute the chamfer loss between two meshes: from pytorch3d.utils import ico_sphere from pytorch3d.io import load_obj from pytorch3d.structures import Meshes from pytorch3d.ops import sample_points_from_meshes from pytorch3d.loss import chamfer_distance ...