nerf icon indicating copy to clipboard operation
nerf copied to clipboard

pose_spherical(c2w)

Open seulqxq opened this issue 2 years ago • 0 comments

Hi! Thanks for the work on this repo! I just have a question about the function pose_spherical. c2w = torch.Tensor(np.array([[-1,0,0,0],[0,0,1,0],[0,1,0,0],[0,0,0,1]])) @ c2w What is the coordinate system of your spherical coordinates?

Thank you!

seulqxq avatar May 12 '23 07:05 seulqxq