File tree 1 file changed +3
-0
lines changed
pytorch3d/renderer/points/pulsar
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ def forward(
107
107
bg_col = None ,
108
108
opacity = None ,
109
109
percent_allowed_difference = 0.01 ,
110
+ # pyre-fixme[16]: Module `_C` has no attribute `MAX_UINT`.
110
111
max_n_hits = _C .MAX_UINT ,
111
112
mode = 0 ,
112
113
return_forward_info = False ,
@@ -323,6 +324,7 @@ def __init__(
323
324
max_num_balls : int ,
324
325
orthogonal_projection : bool = False ,
325
326
right_handed_system : bool = False ,
327
+ # pyre-fixme[16]: Module `_C` has no attribute `EPS`.
326
328
background_normalized_depth : float = _C .EPS ,
327
329
n_channels : int = 3 ,
328
330
n_track : int = 5 ,
@@ -541,6 +543,7 @@ def forward(
541
543
bg_col : Optional [torch .Tensor ] = None ,
542
544
opacity : Optional [torch .Tensor ] = None ,
543
545
percent_allowed_difference : float = 0.01 ,
546
+ # pyre-fixme[16]: Module `_C` has no attribute `MAX_UINT`.
544
547
max_n_hits : int = _C .MAX_UINT ,
545
548
mode : int = 0 ,
546
549
return_forward_info : bool = False ,
You can’t perform that action at this time.
0 commit comments