diff --git a/pytorch3d/implicitron/models/renderer/base.py b/pytorch3d/implicitron/models/renderer/base.py index 5f574cb78..f55059aac 100644 --- a/pytorch3d/implicitron/models/renderer/base.py +++ b/pytorch3d/implicitron/models/renderer/base.py @@ -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.