mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-15 11:50:35 +08:00
Rename visualization to vis
Summary: Importing from pytorch3d.visualization is wordy, so shortened the path to the vis module and updated the relevant imports. Reviewed By: nikhilaravi Differential Revision: D24116527 fbshipit-source-id: e0e4da7d48c5afedec07482d7be43362b6822445
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e651a4299c
commit
5d65a0cf8c
@@ -67,7 +67,7 @@
|
||||
"\n",
|
||||
"# Data structures and functions for rendering\n",
|
||||
"from pytorch3d.structures import Pointclouds\n",
|
||||
"from pytorch3d.visualization import AxisArgs, plot_pointclouds\n",
|
||||
"from pytorch3d.vis import AxisArgs, plot_pointclouds\n",
|
||||
"from pytorch3d.renderer import (\n",
|
||||
" look_at_view_transform,\n",
|
||||
" FoVOrthographicCameras, \n",
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
"\n",
|
||||
"# Data structures and functions for rendering\n",
|
||||
"from pytorch3d.structures import Meshes\n",
|
||||
"from pytorch3d.visualization import AxisArgs, plot_meshes\n",
|
||||
"from pytorch3d.vis import AxisArgs, plot_meshes\n",
|
||||
"from pytorch3d.renderer import (\n",
|
||||
" look_at_view_transform,\n",
|
||||
" FoVPerspectiveCameras, \n",
|
||||
|
||||
Reference in New Issue
Block a user