Skip to content

Commit

Permalink
minor fix if CUB not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 committed Dec 30, 2022
1 parent 1714ba0 commit 1bc23a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nerfacc/ray_marching.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def ray_marching(
masks = render_visibility(
alphas,
ray_indices=ray_indices,
packed_info=packed_info,
early_stop_eps=early_stop_eps,
alpha_thre=alpha_thre,
n_rays=rays_o.shape[0],
Expand Down

0 comments on commit 1bc23a1

Please sign in to comment.