Initial commit

fbshipit-source-id: ad58e416e3ceeca85fae0583308968d04e78fe0d
This commit is contained in:
facebook-github-bot
2020-01-23 11:53:41 -08:00
commit dbf06b504b
211 changed files with 47362 additions and 0 deletions

13
docs/modules/index.rst Normal file
View File

@@ -0,0 +1,13 @@
API Documentation
==================
.. toctree::
structures
io
loss
ops
renderer/index
transforms
utils

7
docs/modules/io.rst Normal file
View File

@@ -0,0 +1,7 @@
pytorch3d.io
===========================
.. automodule:: pytorch3d.io
:members:
:undoc-members:
:show-inheritance:

9
docs/modules/loss.rst Normal file
View File

@@ -0,0 +1,9 @@
pytorch3d.loss
====================
Loss functions for meshes and point clouds.
.. automodule:: pytorch3d.loss
:members:
:undoc-members:
:show-inheritance:

6
docs/modules/ops.rst Normal file
View File

@@ -0,0 +1,6 @@
pytorch3d.ops
===========================
.. automodule:: pytorch3d.ops
:members:
:undoc-members:

View File

@@ -0,0 +1,7 @@
blending
===========================
.. automodule:: pytorch3d.renderer.blending
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,7 @@
cameras
===========================
.. automodule:: pytorch3d.renderer.cameras
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,15 @@
pytorch3d.renderer
===========================
.. toctree::
rasterizer
cameras
lighting
materials
texturing
blending
shading
shader
renderer
utils

View File

@@ -0,0 +1,6 @@
lighting
===========================
.. automodule:: pytorch3d.renderer.lighting
:members:
:undoc-members:

View File

@@ -0,0 +1,7 @@
materials
===========================
.. automodule:: pytorch3d.renderer.materials
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,10 @@
rasterizer
===========================
.. automodule:: pytorch3d.renderer.mesh.rasterize_meshes
:members:
:undoc-members:
.. automodule:: pytorch3d.renderer.mesh.rasterizer
:members:
:undoc-members:

View File

@@ -0,0 +1,7 @@
shader
===========================
.. automodule:: pytorch3d.renderer.mesh.shader
:members:
:undoc-members:

View File

@@ -0,0 +1,7 @@
shading
===========================
.. automodule:: pytorch3d.renderer.mesh.shading
:members:
:undoc-members:

View File

@@ -0,0 +1,7 @@
texturing
===========================
.. automodule:: pytorch3d.renderer.mesh.texturing
:members:
:undoc-members:

View File

@@ -0,0 +1,6 @@
utils
===========================
.. automodule:: pytorch3d.renderer.utils
:members:
:undoc-members:

View File

@@ -0,0 +1,8 @@
pytorch3d.structures
====================
.. automodule:: pytorch3d.structures
:members:
:undoc-members:

View File

@@ -0,0 +1,7 @@
pytorch3d.transforms
===========================
.. automodule:: pytorch3d.transforms
:members:
:undoc-members:
:show-inheritance:

7
docs/modules/utils.rst Normal file
View File

@@ -0,0 +1,7 @@
pytorch3d.utils
====================
.. automodule:: pytorch3d.utils
:members:
:undoc-members:
:show-inheritance: