Skip to content

Commit

Permalink
disable cov loss
Browse files Browse the repository at this point in the history
  • Loading branch information
wanmeihuali authored Oct 26, 2023
1 parent b25db57 commit 492c715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taichi_3d_gaussian_splatting/GaussianPointTrainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TrainConfig(YAMLWizard):
feature_learning_rate: float = 1e-3
iteration_start_camera_pose_optimization: int = 30000
iteration_start_depth_cov_loss: int = 2000
enable_depth_cov_loss: bool = True
enable_depth_cov_loss: bool = False
initial_depth_cov_loss_factor: float = 0.4
depth_cov_loss_factor_increase_interval: int = 1000
depth_cov_loss_factor_increase_rate: float = 1.05511
Expand Down

0 comments on commit 492c715

Please sign in to comment.