Skip to content

Commit

Permalink
hotfix (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 authored Nov 9, 2022
1 parent ffb586f commit 488bca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nerfacc/ray_marching.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def ray_marching(
ray_indices=ray_indices,
early_stop_eps=early_stop_eps,
alpha_thre=alpha_thre,
n_rays=rays_o.shape[0],
)
ray_indices, t_starts, t_ends = (
ray_indices[masks],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nerfacc"
version = "0.3.0"
version = "0.3.1"
description = "A General NeRF Acceleration Toolbox."
readme = "README.md"
authors = [{name = "Ruilong", email = "ruilongli94@gmail.com"}]
Expand Down

0 comments on commit 488bca6

Please sign in to comment.