Closed
Description
❓ Questions on how to use PyTorch3D
I want to use SfMPerspectiveCameras to render a hunman face obj(with texturemap, x,y,z ~[-1,1]),but it seams that there are something wrong,the rendered result is strange:
SfMPerspectiveCameras(device=device, focal_length=np.array([[256,256]]), principal_point=np.array([[256,256]]), R=np.eye(3).reshape(1,3,3),T=np.array([[0,0,0]
]))
does i make a mistake or this function is not ready?