upgrade pyre version in fbcode/vision - batch 2

Differential Revision: D39894833

fbshipit-source-id: 95a32d9cb352c5fea345c6947194ad52971d4fe9
This commit is contained in:
generatedunixname89002005307016 2022-09-28 20:07:00 -07:00 committed by Facebook GitHub Bot
parent 5005f09118
commit de98c9cc2f

View File

@ -165,6 +165,7 @@ class ImplicitRenderer(torch.nn.Module):
# given sampled rays, call the volumetric function that
# evaluates the densities and features at the locations of the
# ray points
# pyre-fixme[23]: Unable to unpack `object` into 2 values.
rays_densities, rays_features = volumetric_function(
ray_bundle=ray_bundle, cameras=cameras, **kwargs
)