Skip to content

Commit

Permalink
MultiPassEmissionAbsorptionRenderer
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Darijan Gudelj authored and facebook-github-bot committed Aug 26, 2022
1 parent e7c609f commit 4711d12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pytorch3d/implicitron/models/renderer/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ def forward(
xy locations of each ray's pixel in the NDC screen space.
implicit_functions: List of ImplicitFunctionWrappers which define the
implicit function methods to be used. Most Renderers only allow
a single implicit function. Currently, only the MultiPassEARenderer
allows specifying mulitple values in the list.
a single implicit function. Currently, only the
MultiPassEmissionAbsorptionRenderer allows specifying mulitple
values in the list.
evaluation_mode: one of EvaluationMode.TRAINING or
EvaluationMode.EVALUATION which determines the settings used for
rendering.
Expand Down

0 comments on commit 4711d12

Please sign in to comment.