"vscode:/vscode.git/clone" did not exist on "7e8d1f827369040b2c65bed65227a03333e018be"
Initialization of Transform3D with a custom matrix.
Summary: Allows to initialize a Transform3D object with a batch of user-defined transformation matrices: ``` t = Transform3D(matrix=torch.randn(2, 4, 4)) ``` Reviewed By: nikhilaravi Differential Revision: D20693475 fbshipit-source-id: dccc49b2ca4c19a034844c63463953ba8f52c1bc
Showing
Please register or sign in to comment