toshas commited on
Commit
4692c12
1 Parent(s): 0f05329
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -50,8 +50,6 @@ def marigold_process(path_input, path_out_vis=None, path_out_pred=None):
50
  f"cd Marigold && python3 run.py "
51
  f"--input_rgb_dir \"{path_input_dir}\" "
52
  f"--output_dir \"{path_output_dir}\" "
53
- f"--n_infer 10 "
54
- f"--denoise_steps 10 "
55
  )
56
 
57
  path_out_vis = find_first_png(path_output_dir + "/depth_colored")
 
50
  f"cd Marigold && python3 run.py "
51
  f"--input_rgb_dir \"{path_input_dir}\" "
52
  f"--output_dir \"{path_output_dir}\" "
 
 
53
  )
54
 
55
  path_out_vis = find_first_png(path_output_dir + "/depth_colored")