mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-21 14:50:36 +08:00
Add pattern linter for project names
Summary: Add pattern linter for PyTorch3D and SlowFast, this will suggest typo fixes whenever the wrong case is accidentally used. Reviewed By: wanyenlo Differential Revision: D20498696 fbshipit-source-id: 1a3f4702bd0dbe06e81d0f301b3ea38ea62e7885
This commit is contained in:
committed by
Facebook GitHub Bot
parent
eeb6bd3b09
commit
5218f45c2c
@@ -879,7 +879,7 @@ def get_world_to_view_transform(R=r, T=t) -> Transform3d:
|
||||
matrix to go from world space to view space by applying a rotation and
|
||||
a translation.
|
||||
|
||||
Pytorch3d uses the same convention as Hartley & Zisserman.
|
||||
PyTorch3D uses the same convention as Hartley & Zisserman.
|
||||
I.e., for camera extrinsic parameters R (rotation) and T (translation),
|
||||
we map a 3D point `X_world` in world coordinates to
|
||||
a point `X_cam` in camera coordinates with:
|
||||
|
||||
Reference in New Issue
Block a user