Skip to content

Commit

Permalink
Minor update to generate splat files in inference mode (#3432)
Browse files Browse the repository at this point in the history
changed gaussian splat export to inference mode
  • Loading branch information
maxwildersmith authored Sep 16, 2024
1 parent 7a0b8cb commit 106d427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nerfstudio/scripts/exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ def main(self) -> None:
if not self.output_dir.exists():
self.output_dir.mkdir(parents=True)

_, pipeline, _, _ = eval_setup(self.load_config)
_, pipeline, _, _ = eval_setup(self.load_config, test_mode="inference")

assert isinstance(pipeline.model, SplatfactoModel)

Expand Down

0 comments on commit 106d427

Please sign in to comment.