mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-14 11:26:24 +08:00
Initial commit
fbshipit-source-id: ad58e416e3ceeca85fae0583308968d04e78fe0d
This commit is contained in:
13
docs/modules/index.rst
Normal file
13
docs/modules/index.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
API Documentation
|
||||
==================
|
||||
|
||||
.. toctree::
|
||||
|
||||
structures
|
||||
io
|
||||
loss
|
||||
ops
|
||||
renderer/index
|
||||
transforms
|
||||
utils
|
||||
|
||||
7
docs/modules/io.rst
Normal file
7
docs/modules/io.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pytorch3d.io
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.io
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
9
docs/modules/loss.rst
Normal file
9
docs/modules/loss.rst
Normal 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
6
docs/modules/ops.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
pytorch3d.ops
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.ops
|
||||
:members:
|
||||
:undoc-members:
|
||||
7
docs/modules/renderer/blending.rst
Normal file
7
docs/modules/renderer/blending.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
blending
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.renderer.blending
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/modules/renderer/cameras.rst
Normal file
7
docs/modules/renderer/cameras.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
cameras
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.renderer.cameras
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
15
docs/modules/renderer/index.rst
Normal file
15
docs/modules/renderer/index.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
pytorch3d.renderer
|
||||
===========================
|
||||
|
||||
.. toctree::
|
||||
|
||||
rasterizer
|
||||
cameras
|
||||
lighting
|
||||
materials
|
||||
texturing
|
||||
blending
|
||||
shading
|
||||
shader
|
||||
renderer
|
||||
utils
|
||||
6
docs/modules/renderer/lighting.rst
Normal file
6
docs/modules/renderer/lighting.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
lighting
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.renderer.lighting
|
||||
:members:
|
||||
:undoc-members:
|
||||
7
docs/modules/renderer/materials.rst
Normal file
7
docs/modules/renderer/materials.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
materials
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.renderer.materials
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
10
docs/modules/renderer/rasterizer.rst
Normal file
10
docs/modules/renderer/rasterizer.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
rasterizer
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.renderer.mesh.rasterize_meshes
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
.. automodule:: pytorch3d.renderer.mesh.rasterizer
|
||||
:members:
|
||||
:undoc-members:
|
||||
7
docs/modules/renderer/shader.rst
Normal file
7
docs/modules/renderer/shader.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
shader
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.renderer.mesh.shader
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
7
docs/modules/renderer/shading.rst
Normal file
7
docs/modules/renderer/shading.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
shading
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.renderer.mesh.shading
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
7
docs/modules/renderer/texturing.rst
Normal file
7
docs/modules/renderer/texturing.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
texturing
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.renderer.mesh.texturing
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
6
docs/modules/renderer/utils.rst
Normal file
6
docs/modules/renderer/utils.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
utils
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.renderer.utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
8
docs/modules/structures.rst
Normal file
8
docs/modules/structures.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
pytorch3d.structures
|
||||
====================
|
||||
|
||||
.. automodule:: pytorch3d.structures
|
||||
:members:
|
||||
:undoc-members:
|
||||
|
||||
|
||||
7
docs/modules/transforms.rst
Normal file
7
docs/modules/transforms.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pytorch3d.transforms
|
||||
===========================
|
||||
|
||||
.. automodule:: pytorch3d.transforms
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/modules/utils.rst
Normal file
7
docs/modules/utils.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pytorch3d.utils
|
||||
====================
|
||||
|
||||
.. automodule:: pytorch3d.utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user