Skip to content

Commit

Permalink
fix some bug in lego
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhuoChen committed Aug 12, 2024
1 parent bac3017 commit 1542b2e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions examples/gaussian_splatting/configs/nerf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ trainer:
camera_model:
enable_training: False
renderer:
name: "GaussianSplattingRender"
name: "MsplatRender"
max_sh_degree: ${trainer.model.point_cloud.max_sh_degree}

controller:
Expand Down Expand Up @@ -92,4 +92,13 @@ trainer:
name: CheckPointHook

exporter:
name: TSDFFusion
exporter_1:
type: MetricExporter
exporter_2:
type: TSDFFusion
extra_cfg:
voxel_size: 0.02
sdf_truc: 0.08
total_points: 8_000_000
exporter_3:
type: VideoExporter

0 comments on commit 1542b2e

Please sign in to comment.