We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b60855 commit 449f408Copy full SHA for 449f408
nerfstudio/scripts/render.py
@@ -799,6 +799,9 @@ def update_config(config: TrainerConfig) -> TrainerConfig:
799
rgba = pipeline.model.get_rgba_image(outputs=outputs, output_name="rgb")
800
outputs["rgba"] = rgba
801
802
+ # Remove non-image outputs
803
+ outputs.pop("num_samples_per_ray", None)
804
+
805
gt_batch = batch.copy()
806
gt_batch["rgb"] = gt_batch.pop("image")
807
all_outputs = (
0 commit comments