We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4678aac commit 2daa9a0Copy full SHA for 2daa9a0
nerfstudio/scripts/render.py
@@ -842,7 +842,7 @@ def update_config(config: TrainerConfig) -> TrainerConfig:
842
# Map to color spaces / numpy
843
if is_raw:
844
output_image = output_image.cpu().numpy()
845
- elif output_name == "rgba": # for RGBA image just do simple numpy conversion
+ elif output_name == "rgba":
846
output_image = output_image.detach().cpu().numpy()
847
elif is_depth:
848
output_image = (
0 commit comments