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: D46119066 fbshipit-source-id: b766118b9dcc07075d328fba73f272419dc9fc38
This commit is contained in:
parent
d2119c285f
commit
e0c3ca97ff
@ -339,6 +339,8 @@ def eval_batch(
|
|||||||
):
|
):
|
||||||
results[rgb_metric_name] = rgb_metric_fun(
|
results[rgb_metric_name] = rgb_metric_fun(
|
||||||
image_render,
|
image_render,
|
||||||
|
# pyre-fixme[6]: For 2nd argument expected `Tensor` but got
|
||||||
|
# `Optional[Tensor]`.
|
||||||
image_rgb,
|
image_rgb,
|
||||||
mask=mask_crop,
|
mask=mask_crop,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user