Skip to content

Commit

Permalink
fix reg end
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiawei-Yang committed Mar 15, 2023
1 parent 93436a3 commit a763a01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/freenerf/dtu6_freenerf.gin
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Config.project = "dtu6"

# use trick or not
Config.freq_reg = True
Config.freq_reg_end = 17578 # int(0.2 * Config.max_steps)
Config.freq_reg_end = 61524 # int(0.7 * Config.max_steps)

Config.occ_reg_loss_mult = 0.01
Config.occ_wb_prior = True
Expand Down
2 changes: 1 addition & 1 deletion configs/freenerf/dtu9_freenerf.gin
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Config.project = "dtu9"

# use trick or not
Config.freq_reg = True
Config.freq_reg_end = 65918 # int(0.2 * Config.max_steps)
Config.freq_reg_end = 65918 # int(0.5 * Config.max_steps)

Config.occ_reg_loss_mult = 0.01
Config.occ_wb_prior = True
Expand Down
2 changes: 1 addition & 1 deletion configs/freenerf/llff6_freenerf.gin
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Config.project = "llff6"

# use trick or not
Config.freq_reg = True
Config.freq_reg_end = 69767 # int(0.2 * Config.max_steps)
Config.freq_reg_end = 97675 # int(0.7 * Config.max_steps)

Config.occ_reg_loss_mult = 0.01
Config.occ_reg_range = 20
Expand Down
2 changes: 1 addition & 1 deletion configs/freenerf/llff9_freenerf.gin
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Config.project = "llff9"

# use trick or not
Config.freq_reg = True
Config.freq_reg_end = 41860 # int(0.2 * Config.max_steps)
Config.freq_reg_end = 104651 # int(0.2 * Config.max_steps)

Config.occ_reg_loss_mult = 0.01
Config.occ_reg_range = 20
Expand Down

0 comments on commit a763a01

Please sign in to comment.