Skip to content

Commit 4711d12

Browse files
Darijan Gudeljfacebook-github-bot
Darijan Gudelj
authored andcommitted
MultiPassEmissionAbsorptionRenderer
Summary: I think there is a typo here could not find any MultiPassEARenderer just MultiPassEmissionAbsorptionRenderer? Reviewed By: bottler Differential Revision: D39056641 fbshipit-source-id: 4dd0b123fc795a0083a957786c032e23dc5abac9
1 parent e7c609f commit 4711d12

File tree

1 file changed

+3
-2
lines changed
  • pytorch3d/implicitron/models/renderer

1 file changed

+3
-2
lines changed

pytorch3d/implicitron/models/renderer/base.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ def forward(
110110
xy locations of each ray's pixel in the NDC screen space.
111111
implicit_functions: List of ImplicitFunctionWrappers which define the
112112
implicit function methods to be used. Most Renderers only allow
113-
a single implicit function. Currently, only the MultiPassEARenderer
114-
allows specifying mulitple values in the list.
113+
a single implicit function. Currently, only the
114+
MultiPassEmissionAbsorptionRenderer allows specifying mulitple
115+
values in the list.
115116
evaluation_mode: one of EvaluationMode.TRAINING or
116117
EvaluationMode.EVALUATION which determines the settings used for
117118
rendering.

0 commit comments

Comments
 (0)