mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-16 20:30:35 +08:00
Add implicitron to readthedocs
Summary: Try to document implicitron. Most of this is autogenerated. Reviewed By: shapovalov Differential Revision: D40623742 fbshipit-source-id: 453508277903b7d987b1703656ba1ee09bc2c570
This commit is contained in:
committed by
Facebook GitHub Bot
parent
322c8f2f50
commit
cd113efd98
9
docs/modules/implicitron/models/base_model.rst
Normal file
9
docs/modules/implicitron/models/base_model.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.base_model
|
||||
=======================================
|
||||
|
||||
base_model
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.base_model
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.feature_extractor.feature_extractor
|
||||
================================================================
|
||||
|
||||
feature_extractor
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.feature_extractor.feature_extractor
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,7 @@
|
||||
pytorch3d.implicitron.models.feature_extractor
|
||||
==============================================
|
||||
|
||||
.. toctree::
|
||||
|
||||
feature_extractor
|
||||
resnet_feature_extractor
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.feature_extractor.resnet_feature_extractor
|
||||
=======================================================================
|
||||
|
||||
resnet_feature_extractor
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.feature_extractor.resnet_feature_extractor
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
9
docs/modules/implicitron/models/generic_model.rst
Normal file
9
docs/modules/implicitron/models/generic_model.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.generic_model
|
||||
==========================================
|
||||
|
||||
generic_model
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.generic_model
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.global_encoder.autodecoder
|
||||
=======================================================
|
||||
|
||||
autodecoder
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.global_encoder.autodecoder
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.global_encoder.global_encoder
|
||||
==========================================================
|
||||
|
||||
global_encoder
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.global_encoder.global_encoder
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/modules/implicitron/models/global_encoder/index.rst
Normal file
7
docs/modules/implicitron/models/global_encoder/index.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
pytorch3d.implicitron.models.global_encoder
|
||||
===========================================
|
||||
|
||||
.. toctree::
|
||||
|
||||
autodecoder
|
||||
global_encoder
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.implicit_function.base
|
||||
===================================================
|
||||
|
||||
base
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.implicit_function.base
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.implicit_function.decoding_functions
|
||||
=================================================================
|
||||
|
||||
decoding_functions
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.implicit_function.decoding_functions
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.implicit_function.idr_feature_field
|
||||
================================================================
|
||||
|
||||
idr_feature_field
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.implicit_function.idr_feature_field
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
13
docs/modules/implicitron/models/implicit_function/index.rst
Normal file
13
docs/modules/implicitron/models/implicit_function/index.rst
Normal file
@@ -0,0 +1,13 @@
|
||||
pytorch3d.implicitron.models.implicit_function
|
||||
==============================================
|
||||
|
||||
.. toctree::
|
||||
|
||||
base
|
||||
decoding_functions
|
||||
idr_feature_field
|
||||
neural_radiance_field
|
||||
scene_representation_networks
|
||||
utils
|
||||
voxel_grid
|
||||
voxel_grid_implicit_function
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.implicit_function.neural_radiance_field
|
||||
====================================================================
|
||||
|
||||
neural_radiance_field
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.implicit_function.neural_radiance_field
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.implicit_function.scene_representation_networks
|
||||
============================================================================
|
||||
|
||||
scene_representation_networks
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.implicit_function.scene_representation_networks
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.implicit_function.utils
|
||||
====================================================
|
||||
|
||||
utils
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.implicit_function.utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.implicit_function.voxel_grid
|
||||
=========================================================
|
||||
|
||||
voxel_grid
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.implicit_function.voxel_grid
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.implicit_function.voxel_grid_implicit_function
|
||||
===========================================================================
|
||||
|
||||
voxel_grid_implicit_function
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.implicit_function.voxel_grid_implicit_function
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
15
docs/modules/implicitron/models/index.rst
Normal file
15
docs/modules/implicitron/models/index.rst
Normal file
@@ -0,0 +1,15 @@
|
||||
pytorch3d.implicitron.models
|
||||
============================
|
||||
|
||||
.. toctree::
|
||||
|
||||
base_model
|
||||
generic_model
|
||||
metrics
|
||||
model_dbir
|
||||
feature_extractor/index
|
||||
global_encoder/index
|
||||
implicit_function/index
|
||||
renderer/index
|
||||
view_pooler/index
|
||||
visualization/index
|
||||
9
docs/modules/implicitron/models/metrics.rst
Normal file
9
docs/modules/implicitron/models/metrics.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.metrics
|
||||
====================================
|
||||
|
||||
metrics
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.metrics
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
9
docs/modules/implicitron/models/model_dbir.rst
Normal file
9
docs/modules/implicitron/models/model_dbir.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.model_dbir
|
||||
=======================================
|
||||
|
||||
model_dbir
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.model_dbir
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
9
docs/modules/implicitron/models/renderer/base.rst
Normal file
9
docs/modules/implicitron/models/renderer/base.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.renderer.base
|
||||
==========================================
|
||||
|
||||
base
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.renderer.base
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
14
docs/modules/implicitron/models/renderer/index.rst
Normal file
14
docs/modules/implicitron/models/renderer/index.rst
Normal file
@@ -0,0 +1,14 @@
|
||||
pytorch3d.implicitron.models.renderer
|
||||
=====================================
|
||||
|
||||
.. toctree::
|
||||
|
||||
base
|
||||
lstm_renderer
|
||||
multipass_ea
|
||||
ray_point_refiner
|
||||
ray_sampler
|
||||
ray_tracing
|
||||
raymarcher
|
||||
rgb_net
|
||||
sdf_renderer
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.renderer.lstm_renderer
|
||||
===================================================
|
||||
|
||||
lstm_renderer
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.renderer.lstm_renderer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.renderer.multipass_ea
|
||||
==================================================
|
||||
|
||||
multipass_ea
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.renderer.multipass_ea
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.renderer.ray_point_refiner
|
||||
=======================================================
|
||||
|
||||
ray_point_refiner
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.renderer.ray_point_refiner
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
9
docs/modules/implicitron/models/renderer/ray_sampler.rst
Normal file
9
docs/modules/implicitron/models/renderer/ray_sampler.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.renderer.ray_sampler
|
||||
=================================================
|
||||
|
||||
ray_sampler
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.renderer.ray_sampler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
9
docs/modules/implicitron/models/renderer/ray_tracing.rst
Normal file
9
docs/modules/implicitron/models/renderer/ray_tracing.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.renderer.ray_tracing
|
||||
=================================================
|
||||
|
||||
ray_tracing
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.renderer.ray_tracing
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
9
docs/modules/implicitron/models/renderer/raymarcher.rst
Normal file
9
docs/modules/implicitron/models/renderer/raymarcher.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.renderer.raymarcher
|
||||
================================================
|
||||
|
||||
raymarcher
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.renderer.raymarcher
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
9
docs/modules/implicitron/models/renderer/rgb_net.rst
Normal file
9
docs/modules/implicitron/models/renderer/rgb_net.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.renderer.rgb_net
|
||||
=============================================
|
||||
|
||||
rgb_net
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.renderer.rgb_net
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.renderer.sdf_renderer
|
||||
==================================================
|
||||
|
||||
sdf_renderer
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.renderer.sdf_renderer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.view_pooler.feature_aggregator
|
||||
===========================================================
|
||||
|
||||
feature_aggregator
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.view_pooler.feature_aggregator
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
8
docs/modules/implicitron/models/view_pooler/index.rst
Normal file
8
docs/modules/implicitron/models/view_pooler/index.rst
Normal file
@@ -0,0 +1,8 @@
|
||||
pytorch3d.implicitron.models.view_pooler
|
||||
========================================
|
||||
|
||||
.. toctree::
|
||||
|
||||
feature_aggregator
|
||||
view_pooler
|
||||
view_sampler
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.view_pooler.view_pooler
|
||||
====================================================
|
||||
|
||||
view_pooler
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.view_pooler.view_pooler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.view_pooler.view_sampler
|
||||
=====================================================
|
||||
|
||||
view_sampler
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.view_pooler.view_sampler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
6
docs/modules/implicitron/models/visualization/index.rst
Normal file
6
docs/modules/implicitron/models/visualization/index.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
pytorch3d.implicitron.models.visualization
|
||||
==========================================
|
||||
|
||||
.. toctree::
|
||||
|
||||
render_flyaround
|
||||
@@ -0,0 +1,9 @@
|
||||
pytorch3d.implicitron.models.visualization.render_flyaround
|
||||
===========================================================
|
||||
|
||||
render_flyaround
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.models.visualization.render_flyaround
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user