Skip to content

Commit 7788a38

Browse files
davnov134facebook-github-bot
authored andcommitted
Camera inheritance + unprojections
Summary: Made a CameraBase class. Added `unproject_points` method for each camera class. Reviewed By: nikhilaravi Differential Revision: D20373602 fbshipit-source-id: 7e3da5ae420091b5fcab400a9884ef29ad7a7343
1 parent 365945b commit 7788a38

File tree

4 files changed

+427
-360
lines changed

4 files changed

+427
-360
lines changed

pytorch3d/renderer/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
from .cameras import (
1010
OpenGLOrthographicCameras,
1111
OpenGLPerspectiveCameras,
12+
SfMOrthographicCameras,
13+
SfMPerspectiveCameras,
1214
camera_position_from_spherical_angles,
1315
get_world_to_view_transform,
1416
look_at_rotation,

0 commit comments

Comments
 (0)