aitviewer is a library for viewing and rendering sequences of 3D data such as SMPL bodies, point clouds, and meshes. It provides an interactive viewer with Open3D backend, supports animation and editing. Current version 1.14.2, requires Python 3.10-3.12, released under MIT license. Development appears active with monthly releases.
pip install aitviewerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create viewer and add point clouds. Requires Open3D and data.
Update to use Open3D geometries and viewer API. See migration guide at https://github.com/eth-ait/aitviewer/wiki/Migration-from-1.13-to-1.14
Change `smplx_body_models` to `body_models` and ensure the list is flat (no nested dicts).
Download SMPL models (e.g., from https://smpl.is.tue.mpg.de) and place them in the correct directory, or set the `body_models` argument in Viewer.