mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-12-15 20:00: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
29
docs/modules/implicitron/data_basics.rst
Normal file
29
docs/modules/implicitron/data_basics.rst
Normal file
@@ -0,0 +1,29 @@
|
||||
pytorch3d.implicitron.dataset
|
||||
=============================
|
||||
|
||||
Basics of data for implicitron
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.dataset_base
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.dataset_map_provider
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.data_loader_map_provider
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.data_source
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.scene_batch_sampler
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
29
docs/modules/implicitron/datasets.rst
Normal file
29
docs/modules/implicitron/datasets.rst
Normal file
@@ -0,0 +1,29 @@
|
||||
pytorch3d.impliciton.dataset
|
||||
============================
|
||||
|
||||
specific datasets
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.blender_dataset_map_provider
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.json_index_dataset_map_provider
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.json_index_dataset_map_provider_v2
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.llff_dataset_map_provider
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.dataset.rendered_mesh_dataset_map_provider
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
14
docs/modules/implicitron/evaluation.rst
Normal file
14
docs/modules/implicitron/evaluation.rst
Normal file
@@ -0,0 +1,14 @@
|
||||
pytorch3d.impliciton.evaluation
|
||||
===============================
|
||||
|
||||
evaluation
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.evaluation.evaluate_new_view_synthesis
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.evaluation.evaluator
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
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:
|
||||
64
docs/modules/implicitron/tools.rst
Normal file
64
docs/modules/implicitron/tools.rst
Normal file
@@ -0,0 +1,64 @@
|
||||
pytorch3d.implicitron.tools
|
||||
===========================
|
||||
|
||||
Tools for implicitron
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.camera_utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.circle_fitting
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.config
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.eval_video_trajectory
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.image_utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.metric_utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.model_io
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.point_cloud_utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.rasterize_mc
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.stats
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.video_writer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
.. automodule:: pytorch3d.implicitron.tools.vis_utils
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -13,3 +13,4 @@ API Documentation
|
||||
datasets
|
||||
common
|
||||
vis
|
||||
implicitron/index
|
||||
|
||||
Reference in New Issue
Block a user