mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-04-02 20:30:40 +00:00
clamp N
This commit is contained in:
parent
5bf590e587
commit
33924d1ce1
@ -9,4 +9,5 @@ for n in range(N_max):
|
||||
binoms[n, k] = math.comb(n, k)
|
||||
|
||||
def compute_relocation_cuda(opacity_old, scale_old, N):
|
||||
N.clamp_(min=1, max=N_max-1)
|
||||
return compute_relocation(opacity_old, scale_old, N, binoms, N_max)
|
Loading…
Reference in New Issue
Block a user