Skip to content

Commit

Permalink
fix density_scale (restoring back to the original value)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel03c1 committed Oct 17, 2022
1 parent 6db9196 commit edc7bee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def __init__(self, main_net: nn.Module, appearance_net=None,
near=2, far=7, white_bg=True,
use_alpha=True, min_alpha_requirement=1e-4,
normalize_coords=True,
density_scale=1, # 25,
density_scale=25,
density_activation=None, appearance_activation=None):
super().__init__()
"""
Expand Down

0 comments on commit edc7bee

Please sign in to comment.