Skip to content

Commit 488bca6

Browse files
hotfix (#109)
1 parent ffb586f commit 488bca6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

nerfacc/ray_marching.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ def ray_marching(
210210
ray_indices=ray_indices,
211211
early_stop_eps=early_stop_eps,
212212
alpha_thre=alpha_thre,
213+
n_rays=rays_o.shape[0],
213214
)
214215
ray_indices, t_starts, t_ends = (
215216
ray_indices[masks],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nerfacc"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "A General NeRF Acceleration Toolbox."
99
readme = "README.md"
1010
authors = [{name = "Ruilong", email = "[email protected]"}]

0 commit comments

Comments
 (0)