Skip to content

Commit

Permalink
Fix typo in README.md: opaicity to opacity (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardwli authored Dec 5, 2023
1 parent 468ab32 commit ef8d27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ ray_indices, t_starts, t_ends = estimator.sampling(
)

# Differentiable Volumetric Rendering.
# colors: (n_rays, 3). opaicity: (n_rays, 1). depth: (n_rays, 1).
# colors: (n_rays, 3). opacity: (n_rays, 1). depth: (n_rays, 1).
color, opacity, depth, extras = nerfacc.rendering(
t_starts, t_ends, ray_indices, n_rays=rays_o.shape[0], rgb_sigma_fn=rgb_sigma_fn
)
Expand Down

0 comments on commit ef8d27c

Please sign in to comment.