Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into main-backup
Browse files Browse the repository at this point in the history
  • Loading branch information
wanmeihuali committed Oct 25, 2023
2 parents 34967fd + 2447148 commit b25db57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions taichi_3d_gaussian_splatting/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,6 @@ def get_point_conic_and_rescale(
return conic_and_rescale



@ti.func
def get_point_probability_density_from_conic_and_rescale(
xy: ti.math.vec2,
Expand All @@ -285,7 +284,6 @@ def get_point_probability_density_from_conic_and_rescale(
return ti.exp(exponent) * conic_and_rescale.w



@ti.func
def grad_point_probability_density_2d(
xy: ti.math.vec2,
Expand Down

0 comments on commit b25db57

Please sign in to comment.