pytorch3d · PyPI
pypi.org › project › pytorch3dDec 16, 2021 · pytorch3d 0.5.0 pip install pytorch3d Copy PIP instructions Latest version Released: Aug 5, 2021 PyTorch3D is FAIR's library of reusable components for deep Learning with 3D data. Project description The author of this package has not provided a project description
A library for deep learning with 3D data - PyTorch3D
https://pytorch3d.orgInstall 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 # Use an ico ...