diff --git a/examples/gaussian_splatting/configs/colmap.yaml b/examples/gaussian_splatting/configs/colmap.yaml index 7b9d6f1..6715f7d 100644 --- a/examples/gaussian_splatting/configs/colmap.yaml +++ b/examples/gaussian_splatting/configs/colmap.yaml @@ -91,5 +91,13 @@ trainer: name: CheckPointHook exporter: - # name: TSDFFusion - name: BaseExporter \ No newline at end of file + 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 \ No newline at end of file