Skip to content

Commit

Permalink
add exporters
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyiyang committed Aug 11, 2024
1 parent a081d7d commit e0ce8b7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions examples/gaussian_splatting/configs/colmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,13 @@ trainer:
name: CheckPointHook

exporter:
# name: TSDFFusion
name: BaseExporter
exporter_1:
type: BaseExporter
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 e0ce8b7

Please sign in to comment.