Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Linyou committed May 11, 2023
1 parent d9ed888 commit 8f7f635
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/train_ngp_nerf_occ.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
MIPNERF360_UNBOUNDED_SCENES,
NERF_SYNTHETIC_SCENES,
render_image_with_occgrid,
set_random_seed,
render_image_with_occgrid_test,
set_random_seed,
)
from nerfacc.estimators.occ_grid import OccGridEstimator

Expand Down
8 changes: 6 additions & 2 deletions examples/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@

from nerfacc.estimators.occ_grid import OccGridEstimator
from nerfacc.estimators.prop_net import PropNetEstimator
from nerfacc.volrend import rendering, render_weight_from_density, accumulate_along_rays_
from nerfacc.grid import traverse_grids, ray_aabb_intersect
from nerfacc.grid import ray_aabb_intersect, traverse_grids
from nerfacc.volrend import (
accumulate_along_rays_,
render_weight_from_density,
rendering,
)

NERF_SYNTHETIC_SCENES = [
"chair",
Expand Down

0 comments on commit 8f7f635

Please sign in to comment.