Commit de98c9cc authored by generatedunixname89002005307016's avatar generatedunixname89002005307016 Committed by Facebook GitHub Bot
Browse files

upgrade pyre version in `fbcode/vision` - batch 2

Differential Revision: D39894833

fbshipit-source-id: 95a32d9cb352c5fea345c6947194ad52971d4fe9
parent 5005f091
...@@ -165,6 +165,7 @@ class ImplicitRenderer(torch.nn.Module): ...@@ -165,6 +165,7 @@ class ImplicitRenderer(torch.nn.Module):
# given sampled rays, call the volumetric function that # given sampled rays, call the volumetric function that
# evaluates the densities and features at the locations of the # evaluates the densities and features at the locations of the
# ray points # ray points
# pyre-fixme[23]: Unable to unpack `object` into 2 values.
rays_densities, rays_features = volumetric_function( rays_densities, rays_features = volumetric_function(
ray_bundle=ray_bundle, cameras=cameras, **kwargs ray_bundle=ray_bundle, cameras=cameras, **kwargs
) )
......
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