Functionget_center_and_ray Args: pose (tensor [3,4]/[B,3,4]): Camera pose. intr (tensor [3,3]/[B,3,3]): Camera intrinsics. image_size (list of int):
projects/nerf/utils/camera.py:283
Functionk3d_visualize_pose(poses, vis_depth=0.5, xyz_length=0.1, center_size=0.1, xyz_width=0.02, mesh_opacity=0.05)
projects/nerf/utils/visualize.py:81
Functionplotly_visualize_pose(poses, vis_depth=0.5, xyz_length=0.5, center_size=2, xyz_width=5, mesh_opacity=0.05)
projects/nerf/utils/visualize.py:120