We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb586f commit 488bca6Copy full SHA for 488bca6
nerfacc/ray_marching.py
@@ -210,6 +210,7 @@ def ray_marching(
210
ray_indices=ray_indices,
211
early_stop_eps=early_stop_eps,
212
alpha_thre=alpha_thre,
213
+ n_rays=rays_o.shape[0],
214
)
215
ray_indices, t_starts, t_ends = (
216
ray_indices[masks],
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "nerfacc"
7
-version = "0.3.0"
+version = "0.3.1"
8
description = "A General NeRF Acceleration Toolbox."
9
readme = "README.md"
10
authors = [{name = "Ruilong", email = "ruilongli94@gmail.com"}]
0 commit comments