Closed aruiplex closed 3 months ago
Based on the initial Camera R, T, I want to use the r, elev, and azim to control the camera around the object.
R
T
r
elev
azim
I make my question to the figure, making it more easy to understand.
The camera_to_eye_at_up function and its docstring should explain enough: see https://github.com/facebookresearch/pytorch3d/blob/main/pytorch3d/renderer/camera_utils.py#L17 .
❓ Questions on how to use PyTorch3D to continuous control of the camera.
Based on the initial Camera
R
,T
, I want to use ther
,elev
, andazim
to control the camera around the object.I make my question to the figure, making it more easy to understand.