mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-15 11:50:35 +08:00
import vis parts separately
Summary: We envision `pytorch3d.vis` to contain submodules with different dependencies. Allow (and require) them to be imported independently. Reviewed By: theschnitz Differential Revision: D24622519 fbshipit-source-id: 44840f70f5fd2bd410405bf09546024e48238744
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0e5f4f7660
commit
fdcf368708
@@ -67,7 +67,7 @@
|
||||
"\n",
|
||||
"# Data structures and functions for rendering\n",
|
||||
"from pytorch3d.structures import Pointclouds\n",
|
||||
"from pytorch3d.vis import AxisArgs, plot_batch_individually, plot_scene\n",
|
||||
"from pytorch3d.vis.plotly_vis import AxisArgs, plot_batch_individually, plot_scene\n",
|
||||
"from pytorch3d.renderer import (\n",
|
||||
" look_at_view_transform,\n",
|
||||
" FoVOrthographicCameras, \n",
|
||||
|
||||
@@ -93,7 +93,8 @@
|
||||
"\n",
|
||||
"# Data structures and functions for rendering\n",
|
||||
"from pytorch3d.structures import Meshes\n",
|
||||
"from pytorch3d.vis import AxisArgs, plot_batch_individually, plot_scene, texturesuv_image_matplotlib\n",
|
||||
"from pytorch3d.vis.plotly_vis import AxisArgs, plot_batch_individually, plot_scene\n",
|
||||
"from pytorch3d.vis.texture_vis import texturesuv_image_matplotlib\n",
|
||||
"from pytorch3d.renderer import (\n",
|
||||
" look_at_view_transform,\n",
|
||||
" FoVPerspectiveCameras, \n",
|
||||
|
||||
Reference in New Issue
Block a user