jens commited on
Commit
6e74f5b
·
1 Parent(s): af06a2a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ with block:
53
  sam_decode_btn, depth_reconstruction_btn, masks_annotated_image, n_samples}
54
  def on_depth_reconstruction_btn_click(inputs):
55
  print("depth reconstruction")
56
- image = inputs[raw_image]
57
  # depth reconstruction
58
  #mask = inputs[masks][0][0]
59
  path = dpt.generate_obj(image, inputs[n_samples])
 
53
  sam_decode_btn, depth_reconstruction_btn, masks_annotated_image, n_samples}
54
  def on_depth_reconstruction_btn_click(inputs):
55
  print("depth reconstruction")
56
+ image = inputs[input_image]
57
  # depth reconstruction
58
  #mask = inputs[masks][0][0]
59
  path = dpt.generate_obj(image, inputs[n_samples])