Metadata-Version: 2.4
Name: kaolin
Version: 0.18.0
Summary: Kaolin: A PyTorch library for accelerating 3D deep learning research
Home-page: https://github.com/NVIDIAGameWorks/kaolin
Author: NVIDIA
License: Apache License 2.0
Requires-Python: ~=3.7
License-File: LICENSE
License-File: LICENSE.NSCL
Requires-Dist: ipython; python_version >= "3.9"
Requires-Dist: ipython<8.13; python_version < "3.9"
Requires-Dist: ipycanvas
Requires-Dist: ipyevents
Requires-Dist: jupyter_client
Requires-Dist: flask
Requires-Dist: tornado
Requires-Dist: comm>=0.1.3
Requires-Dist: matplotlib
Requires-Dist: usd-core
Requires-Dist: numpy
Requires-Dist: pybind11
Requires-Dist: Pillow>=8.0.0
Requires-Dist: tqdm>=4.51.0
Requires-Dist: scipy
Requires-Dist: plyfile
Requires-Dist: pygltflib
Requires-Dist: warp-lang
Requires-Dist: wget
Dynamic: author
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


Kaolin is a PyTorch library aiming to accelerate 3D deep learning research. Kaolin provides efficient implementations
of differentiable 3D modules for use in deep learning systems. With functionality to load and preprocess several popular
3D datasets, and native functions to manipulate meshes, pointclouds, signed distance functions, and voxel grids, Kaolin
mitigates the need to write wasteful boilerplate code. Kaolin packages together several differentiable graphics modules
including rendering, lighting, shading, and view warping. Kaolin also supports an array of loss functions and evaluation
metrics for seamless evaluation and provides visualization functionality to render the 3D results. Importantly, we curate
a comprehensive model zoo comprising many state-of-the-art 3D deep learning architectures, to serve as a starting point
for future research endeavours.
