StayMe7o

Results 1 issues of StayMe7o

`def pose_spherical(theta, phi, radius): c2w = trans_t(radius) # print(c2w) c2w = rot_phi(phi / 180. * np.pi) @ c2w # print(c2w) c2w = rot_theta(theta / 180. * np.pi) @ c2w #...