Skip to content

Commit db7c80b

Browse files
generatedunixname89002005307016facebook-github-bot
generatedunixname89002005307016
authored andcommitted
upgrade pyre version in fbcode/vision - batch 2
Differential Revision: D40695068 fbshipit-source-id: 9944a872d93a9dac348b252a0f8bf9c7e6f929f3
1 parent 995b60e commit db7c80b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytorch3d/renderer/points/pulsar/renderer.py

+3
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ def forward(
107107
bg_col=None,
108108
opacity=None,
109109
percent_allowed_difference=0.01,
110+
# pyre-fixme[16]: Module `_C` has no attribute `MAX_UINT`.
110111
max_n_hits=_C.MAX_UINT,
111112
mode=0,
112113
return_forward_info=False,
@@ -323,6 +324,7 @@ def __init__(
323324
max_num_balls: int,
324325
orthogonal_projection: bool = False,
325326
right_handed_system: bool = False,
327+
# pyre-fixme[16]: Module `_C` has no attribute `EPS`.
326328
background_normalized_depth: float = _C.EPS,
327329
n_channels: int = 3,
328330
n_track: int = 5,
@@ -541,6 +543,7 @@ def forward(
541543
bg_col: Optional[torch.Tensor] = None,
542544
opacity: Optional[torch.Tensor] = None,
543545
percent_allowed_difference: float = 0.01,
546+
# pyre-fixme[16]: Module `_C` has no attribute `MAX_UINT`.
544547
max_n_hits: int = _C.MAX_UINT,
545548
mode: int = 0,
546549
return_forward_info: bool = False,

0 commit comments

Comments
 (0)