Unverified Commit 488bca66 authored by Ruilong Li(李瑞龙)'s avatar Ruilong Li(李瑞龙) Committed by GitHub
Browse files

hotfix (#109)

parent ffb586f2
...@@ -210,6 +210,7 @@ def ray_marching( ...@@ -210,6 +210,7 @@ def ray_marching(
ray_indices=ray_indices, ray_indices=ray_indices,
early_stop_eps=early_stop_eps, early_stop_eps=early_stop_eps,
alpha_thre=alpha_thre, alpha_thre=alpha_thre,
n_rays=rays_o.shape[0],
) )
ray_indices, t_starts, t_ends = ( ray_indices, t_starts, t_ends = (
ray_indices[masks], ray_indices[masks],
......
...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" ...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "nerfacc" name = "nerfacc"
version = "0.3.0" version = "0.3.1"
description = "A General NeRF Acceleration Toolbox." description = "A General NeRF Acceleration Toolbox."
readme = "README.md" readme = "README.md"
authors = [{name = "Ruilong", email = "ruilongli94@gmail.com"}] authors = [{name = "Ruilong", email = "ruilongli94@gmail.com"}]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment