lemonaddie commited on
Commit
66659f0
1 Parent(s): 6ade277

Update app1.py

Browse files
Files changed (1) hide show
  1. app1.py +1 -1
app1.py CHANGED
@@ -57,7 +57,7 @@ def process(
57
  path_out_vis = os.path.join(path_output_dir, f"{name_base}_depth_colored.png")
58
 
59
  np.save(path_out_fp32, depth_pred)
60
- normal_colored.save(normal_out_vis)
61
  depth_colored.save(path_out_vis)
62
 
63
  return (
 
57
  path_out_vis = os.path.join(path_output_dir, f"{name_base}_depth_colored.png")
58
 
59
  np.save(path_out_fp32, depth_pred)
60
+ Image.fromarray(normal_out_vis).save(normal_out_vis)
61
  depth_colored.save(path_out_vis)
62
 
63
  return (