mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
lint
Summary: Allowing usort, isort and black to coexist without fighting means we can't have imports commented as deprecated from the same module as other imports. Reviewed By: nikhilaravi Differential Revision: D25372970 fbshipit-source-id: 637f5a0025c0df9fbec47cba73ce5387f4f8b467
This commit is contained in:
parent
513a6476bc
commit
b95621573b
@ -36,17 +36,17 @@ from pytorch3d.renderer.cameras import (
|
||||
CamerasBase,
|
||||
FoVOrthographicCameras,
|
||||
FoVPerspectiveCameras,
|
||||
OpenGLOrthographicCameras,
|
||||
OpenGLPerspectiveCameras,
|
||||
OrthographicCameras,
|
||||
PerspectiveCameras,
|
||||
SfMOrthographicCameras,
|
||||
SfMPerspectiveCameras,
|
||||
camera_position_from_spherical_angles,
|
||||
get_world_to_view_transform,
|
||||
look_at_rotation,
|
||||
look_at_view_transform,
|
||||
)
|
||||
from pytorch3d.renderer.cameras import OpenGLOrthographicCameras # deprecated
|
||||
from pytorch3d.renderer.cameras import OpenGLPerspectiveCameras # deprecated
|
||||
from pytorch3d.renderer.cameras import SfMOrthographicCameras # deprecated
|
||||
from pytorch3d.renderer.cameras import SfMPerspectiveCameras # deprecated
|
||||
from pytorch3d.transforms import Transform3d
|
||||
from pytorch3d.transforms.rotation_conversions import random_rotations
|
||||
from pytorch3d.transforms.so3 import so3_exponential_map
|
||||
|
Loading…
x
Reference in New Issue
Block a user