Skip to content

Commit

Permalink
clip_tresh in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
maturk committed Oct 7, 2023
1 parent 3f3b9bd commit 4741b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diff_rast/project_gaussians.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class ProjectGaussians(Function):
img_height (int): height of the rendered image.
img_width (int): width of the rendered image.
tile_bounds (Tuple): tile dimensions as a len 3 tuple (tiles.x , tiles.y, 1).
clip_thresh (float): minimum z depth threshold.
Returns:
A tuple of {Tensor, Tensor, Tensor, Tensor, int, Tensor}:
Expand Down

0 comments on commit 4741b33

Please sign in to comment.