"vscode:/vscode.git/clone" did not exist on "0bfe1d145c6d3f82aafb9afaeb39dcd93c97839b"
Make `rasterize_with_depth` and `transform_with_v_cam` accessable from the root drtk module
Summary: Make `rasterize_with_depth` and `transform_with_v_cam` accessible from the root drtk module as: ``` from drtk import rasterize_with_depth, transform_with_v_cam ``` instead of ``` from drtk.rasterize import rasterize_with_depth from drtk.transform import transform_with_v_cam ``` This has greater importance for DGX and GitHub rather than prod, since because of how buck is setup, it still won't work. Reviewed By: una-dinosauria Differential Revision: D63440390 fbshipit-source-id: 7f6c8c16fb8ef5aa10bef3491fd59727f1000d0b
Showing
Please register or sign in to comment