"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "ab0459f2b7685d54b8b4ea1578eeda6ddece0913"
Commit 1cbf80da authored by Theo-Cheynel's avatar Theo-Cheynel Committed by Facebook GitHub Bot
Browse files

Added `matrix_to_axis_angle` to the exports of `transforms` (#1085)

Summary:
# Changelist
- `matrix_to_axis_angle` was declared in `pytorch3d/transforms/rotation_conversions.py` but never exported from the `__init__` file.

Pull Request resolved: https://github.com/facebookresearch/pytorch3d/pull/1085

Reviewed By: patricklabatut

Differential Revision: D34379935

Pulled By: bottler

fbshipit-source-id: 993c12a176630f91d0f107f298f458b2b35032e5
parent ee71c7c4
...@@ -9,6 +9,7 @@ from .rotation_conversions import ( ...@@ -9,6 +9,7 @@ from .rotation_conversions import (
axis_angle_to_matrix, axis_angle_to_matrix,
axis_angle_to_quaternion, axis_angle_to_quaternion,
euler_angles_to_matrix, euler_angles_to_matrix,
matrix_to_axis_angle,
matrix_to_euler_angles, matrix_to_euler_angles,
matrix_to_quaternion, matrix_to_quaternion,
matrix_to_rotation_6d, matrix_to_rotation_6d,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment