pipablepytorch3d
PyTorch3D is FAIR's library of reusable components for deep Learning with 3D data.
What it is and what it does
PyTorch3D is a library for 3D deep learning research that provides data structures and operations for working with 3D geometry—primarily triangle meshes and point clouds. All operations are implemented using tensors, handle minibatches of heterogeneous data, are differentiable, and can utilize GPUs for acceleration. The library includes a differentiable mesh renderer, utilities for mesh manipulation, and Implicitron, a framework for implicit 3D representations.
The package depends on iopath for file I/O and fvcore for core utilities. It is actively maintained with production-stable status and supports Python 3.8, 3.9, 3.10, and 3.11. The library is designed to integrate smoothly with deep learning methods for predicting and manipulating 3D data.
Use it for:
- Train neural networks to predict 3D mesh geometry using differentiable rendering as a loss signal.
- Implement mesh deformation and optimization tasks like fitting template meshes to target geometry.
- Render 3D scenes with textured meshes or point clouds for visualization or learning pipelines.
- Build implicit neural representation models for novel-view synthesis or 3D reconstruction.
- Process and batch heterogeneous 3D data in a single forward pass.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
PyTorch3D provides reusable components for 3D computer vision research, including data structures for triangle meshes, differentiable mesh rendering, and operations like projective transformations and graph convolution.
Yes. PyTorch3D is production-stable, actively maintained, has low install friction, carries a permissive BSD license, and addresses a clear need in 3D deep learning research. The only caveat is that it does not yet support Python 3.12, so verify your environment compatibility first.
Install
pipablepytorch3d on PyPI
pip
pip install pipablepytorch3duv
uv add pipablepytorch3dpoetry
poetry add pipablepytorch3dInstalling pipablepytorch3d
Before you install
Low friction installation with only two runtime dependencies (iopath and fvcore). Actively maintained with recent commits and stable production status, though capped at Python 3.11 and does not yet support Python 3.12.
License in practice
BSD License permits commercial and private use with minimal restrictions; you must retain copyright notices and disclaimers in source and binary distributions, but can modify and redistribute freely.
Quickstart
pip install pipablepytorch3d
from iopath import HTTPPathHandler
from fvcore.common.config import CfgNode
# Use iopath for file I/O and fvcore for configuration
Requires Python 3.8 through 3.11; Python 3.12 is not supported.
Verify before relying
- Whether GPU or CUDA toolkit is required versus optional for functionality.
- Performance characteristics and memory requirements for typical mesh operations.
- Specific PyTorch version compatibility beyond the stated Python version range.
Package facts
| License | BSD License For PyTorch3D software Copyright (c) Meta Platforms, Inc. and affiliates. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are… (full text in the JSON record) (permissive) |
| Python support | capped below the current Python release (<3.12,>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — iopath, fvcore |
| Maintenance | actively maintained — 766 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 1,185,293/month — #4,252 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pipablepytorch3d-0.7.6-py3-none-any.whl
Tags
More Artificial Intelligence packages
LiteLLM provides a unified Python interface to…
permissive · top 100 on PyPI
huggingface-hubClient library and CLI tool for downloading,…
permissive · top 100 on PyPI
langchainLangChain provides a framework for building…
permissive · top 1,000 on PyPI
hf-xethf-xet provides chunk-based deduplication and…
permissive · top 1,000 on PyPI
tokenizersTokenizers converts raw text into token…
permissive · top 1,000 on PyPI
transformersTransformers provides a unified framework for…
permissive · top 1,000 on PyPI
tensorflow-graphicsTensorFlow Graphics provides differentiable…
permissive · top 15,000 on PyPI
manifold3dManifold3d creates and operates on manifold…
permissive · top 5,000 on PyPI
pymeshlabPyMeshLab provides Python bindings to MeshLab,…
copyleft · top 15,000 on PyPI
open3dOpen3D provides data structures and algorithms…
permissive · top 5,000 on PyPI
PyGEL3DPyGEL3D provides Python bindings for a C++…
permissive · top 15,000 on PyPI
open3d-cpuOpen3D-cpu provides CPU-based 3D data…
permissive · top 15,000 on PyPI
triangleTriangle wraps Jonathan Richard Shewchuk's C…
copyleft · top 15,000 on PyPI
cytriangleCyTriangle wraps Jonathan Shewchuk's Triangle…
copyleft · top 15,000 on PyPI
fvcorefvcore provides shared computer vision…
permissive · top 5,000 on PyPI
pytorchcvProvides a collection of pretrained computer…
unclear · top 15,000 on PyPI