CMD + K

lietorch

Community

The LieTorch library generalizes PyTorch to 3D transformation groups.

Installation

To install this package, run one of the following:

Conda
$conda install fontan::lietorch

Usage Tracking

1.0
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

The LieTorch library generalizes PyTorch to 3D transformation groups. Just as torch.Tensor is a multi-dimensional matrix of scalar elements, lietorch.SE3 is a multi-dimensional matrix of SE3 elements. We support common tensor manipulations such as indexing, reshaping, and broadcasting. Group operations can be composed into computation graphs and backpropagation is automatically peformed in the tangent space of each element. For more details, please see our paper: Tangent Space Backpropagation for 3D Transformation Groups Zachary Teed and Jia Deng, CVPR 2021

About

Summary

The LieTorch library generalizes PyTorch to 3D transformation groups.

Last Updated

Apr 26, 2025 at 00:36

License

BSD-3-Clause

Total Downloads

201

Supported Platforms

linux-64