Unverified Commit ef8d27c5 authored by Edward Li's avatar Edward Li Committed by GitHub
Browse files

Fix typo in `README.md`: `opaicity` to `opacity` (#267)

parent 468ab32f
...@@ -110,7 +110,7 @@ ray_indices, t_starts, t_ends = estimator.sampling( ...@@ -110,7 +110,7 @@ ray_indices, t_starts, t_ends = estimator.sampling(
) )
# Differentiable Volumetric Rendering. # 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( color, opacity, depth, extras = nerfacc.rendering(
t_starts, t_ends, ray_indices, n_rays=rays_o.shape[0], rgb_sigma_fn=rgb_sigma_fn t_starts, t_ends, ray_indices, n_rays=rays_o.shape[0], rgb_sigma_fn=rgb_sigma_fn
) )
......
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