mirror of
https://github.com/facebookresearch/pytorch3d.git
synced 2026-03-02 18:26:01 +08:00
suppress errors in vision/fair/pytorch3d
Differential Revision: D37172764 fbshipit-source-id: a2ec367e56de2781a17f5e708eb5832ec9d7e6b4
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ea4f3260e4
commit
7978ffd1e4
@@ -80,7 +80,6 @@ def _opencv_from_cameras_projection(
|
||||
scale = scale.expand(-1, 2)
|
||||
c0 = image_size_wh / 2.0
|
||||
|
||||
# pyre-fixme[29]: `Union[BoundMethod[typing.Callable(torch.Tensor.__neg__)[[Named...
|
||||
principal_point = -p0_pytorch3d * scale + c0
|
||||
focal_length = focal_pytorch3d * scale
|
||||
|
||||
|
||||
Reference in New Issue
Block a user