"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "8e552bb4fe33363762864c62a60d456b1cf1e973"
Unverified Commit 00cbf55e authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

build doc should wokr (#5)

parent 7cf85047
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
API API
============ ============
.. automodule:: nerfacc.utils .. automodule:: nerfacc
:members: :members:
:show-inheritance: :show-inheritance:
...@@ -7,3 +7,13 @@ from .utils import ( ...@@ -7,3 +7,13 @@ from .utils import (
volumetric_rendering_weights, volumetric_rendering_weights,
) )
from .volumetric_rendering import volumetric_rendering from .volumetric_rendering import volumetric_rendering
__all__ = [
"OccupancyField",
"ray_aabb_intersect",
"volumetric_marching",
"volumetric_rendering_accumulate",
"volumetric_rendering_steps",
"volumetric_rendering_weights",
"volumetric_rendering",
]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment