Skip to content

Commit

Permalink
Save
Browse files Browse the repository at this point in the history
  • Loading branch information
sxyu committed Nov 7, 2021
1 parent f7d5e5b commit b3b0649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opt/opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

group.add_argument('--lambda_l2_sh', type=float, default=0.0)#1e-4)

group.add_argument('--lambda_tv_background', type=float, default=1e-1)
group.add_argument('--lambda_tv_background', type=float, default=1e-3)
group.add_argument('--tv_background_sparsity', type=float, default=0.01)

group.add_argument('--lambda_tv_basis', type=float, default=0.0)
Expand Down Expand Up @@ -213,7 +213,7 @@

if grid.use_background:
grid.background_cubemap.data[..., -1] = args.init_sigma
grid.background_cubemap.data[..., :-1] = 0.5 / svox2.utils.SH_C0
grid.background_cubemap.data[..., :-1] = 0.0 / svox2.utils.SH_C0

# grid.sh_data.data[:, 0] = 4.0
# osh = grid.density_data.data.shape
Expand Down

0 comments on commit b3b0649

Please sign in to comment.