mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2025-08-02 03:42:50 +08:00
upgrade pyre version in fbcode/vision
- batch 2
Differential Revision: D39894833 fbshipit-source-id: 95a32d9cb352c5fea345c6947194ad52971d4fe9
This commit is contained in:
parent
5005f09118
commit
de98c9cc2f
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user