-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
how toHow to use PyTorch3D in my projectHow to use PyTorch3D in my projectquestionFurther information is requestedFurther information is requested
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?
Metadata
Metadata
Assignees
Labels
how toHow to use PyTorch3D in my projectHow to use PyTorch3D in my projectquestionFurther information is requestedFurther information is requested